Class BasicAgendaTree
java.lang.Object
org.kuali.rice.krms.framework.engine.BasicAgendaTree
- All Implemented Interfaces:
AgendaTree
An implementation of
AgendaTree that executes a ExecutionEnvironment over its list of AgendaTreeEntrys.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
ConstructorsConstructorDescriptionBasicAgendaTree(List<AgendaTreeEntry> entries) Create a BasicAgendaTree with the givenAgendaTreeEntrysBasicAgendaTree(AgendaTreeEntry... entries) Create a BasicAgendaTree with the givenAgendaTreeEntrys -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(ExecutionEnvironment environment) Execute with the given @{link ExecutionEnvironment}
-
Constructor Details
-
BasicAgendaTree
Create a BasicAgendaTree with the givenAgendaTreeEntrys- Parameters:
entries- -AgendaTreeEntrys to create a BasicAgendaTree with
-
BasicAgendaTree
Create a BasicAgendaTree with the givenAgendaTreeEntrys- Parameters:
entries- -AgendaTreeEntrys to create a BasicAgendaTree with- Throws:
IllegalArgumentException- if the entries list is null
-
-
Method Details
-
execute
Description copied from interface:AgendaTreeExecute with the given @{link ExecutionEnvironment}- Specified by:
executein interfaceAgendaTree- Parameters:
environment-ExecutionEnvironmentto execute with
-