|
||||||||||
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.BasicAgendaTree
public final class BasicAgendaTree
An implementation of AgendaTree
that executes a ExecutionEnvironment
over its list of AgendaTreeEntry
s.
Constructor Summary | |
---|---|
BasicAgendaTree(AgendaTreeEntry... entries)
Create a BasicAgendaTree with the given AgendaTreeEntry s |
|
BasicAgendaTree(List<AgendaTreeEntry> entries)
Create a BasicAgendaTree with the given AgendaTreeEntry s |
Method Summary | |
---|---|
void |
execute(ExecutionEnvironment environment)
Execute with the given @{link ExecutionEnvironment} |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicAgendaTree(AgendaTreeEntry... entries)
AgendaTreeEntry
s
entries
- - AgendaTreeEntry
s to create a BasicAgendaTree withpublic BasicAgendaTree(List<AgendaTreeEntry> entries)
AgendaTreeEntry
s
entries
- - AgendaTreeEntry
s to create a BasicAgendaTree with
IllegalArgumentException
- if the entries list is nullMethod Detail |
---|
public void execute(ExecutionEnvironment environment)
AgendaTree
execute
in interface AgendaTree
environment
- ExecutionEnvironment
to execute with
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |