|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krms.framework.engine.BasicAgenda
public class BasicAgenda
An implementation of Agenda
that executes over an AgendaTree
.
Constructor Summary | |
---|---|
BasicAgenda(Map<String,String> qualifiers,
AgendaTree agendaTree)
Create a BasicAgenda with the given qualifiers and AgendaTree |
Method Summary | |
---|---|
boolean |
appliesTo(ExecutionEnvironment environment)
Return if the Agenda applies to the given environment |
void |
execute(ExecutionEnvironment environment)
Execute with the given ExecutionEnvironment |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicAgenda(Map<String,String> qualifiers, AgendaTree agendaTree)
AgendaTree
qualifiers
- to determine if a given ExecutionEnvironment
applies.agendaTree
- AgendaTree
to be executedMethod Detail |
---|
public void execute(ExecutionEnvironment environment)
Agenda
ExecutionEnvironment
execute
in interface Agenda
environment
- ExecutionEnvironment
to execute withpublic boolean appliesTo(ExecutionEnvironment environment)
Agenda
appliesTo
in interface Agenda
environment
- ExecutionEnvironment
to check if the Agenda applies to.
ExecutionEnvironment
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |