Class BasicAgenda
java.lang.Object
org.kuali.rice.krms.framework.engine.BasicAgenda
- All Implemented Interfaces:
Agenda
An implementation of
Agenda that executes over an AgendaTree.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
ConstructorsConstructorDescriptionBasicAgenda(Map<String, String> qualifiers, AgendaTree agendaTree) Create a BasicAgenda with the given qualifiers andAgendaTree -
Method Summary
-
Constructor Details
-
BasicAgenda
Create a BasicAgenda with the given qualifiers andAgendaTree- Parameters:
qualifiers- to determine if a givenExecutionEnvironmentapplies.agendaTree-AgendaTreeto be executed
-
-
Method Details
-
execute
public void execute(org.kuali.rice.krms.api.engine.ExecutionEnvironment environment) Description copied from interface:AgendaExecute with the givenExecutionEnvironment -
appliesTo
public boolean appliesTo(org.kuali.rice.krms.api.engine.ExecutionEnvironment environment) Description copied from interface:AgendaReturn if the Agenda applies to the given environment
-