|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krms.framework.engine.BasicAgendaTree
public final class BasicAgendaTree
An implementation of AgendaTree that executes a ExecutionEnvironment over its list of AgendaTreeEntrys.
| Constructor Summary | |
|---|---|
BasicAgendaTree(AgendaTreeEntry... entries)
Create a BasicAgendaTree with the given AgendaTreeEntrys |
|
BasicAgendaTree(List<AgendaTreeEntry> entries)
Create a BasicAgendaTree with the given AgendaTreeEntrys |
|
| 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)
AgendaTreeEntrys
entries - - AgendaTreeEntrys to create a BasicAgendaTree withpublic BasicAgendaTree(List<AgendaTreeEntry> entries)
AgendaTreeEntrys
entries - - AgendaTreeEntrys to create a BasicAgendaTree with
IllegalArgumentException - if the entries list is null| Method Detail |
|---|
public void execute(ExecutionEnvironment environment)
AgendaTree
execute in interface AgendaTreeenvironment - ExecutionEnvironment to execute with
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||