| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 executed| Method Detail | 
|---|
public void execute(ExecutionEnvironment environment)
AgendaExecutionEnvironment
execute in interface Agendaenvironment - ExecutionEnvironment to execute withpublic boolean appliesTo(ExecutionEnvironment environment)
Agenda
appliesTo in interface Agendaenvironment - 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 | |||||||||