public class BasicAgenda extends Object implements Agenda
Agenda that executes over an AgendaTree.| Constructor and Description | 
|---|
| BasicAgenda(Map<String,String> qualifiers,
           AgendaTree agendaTree)Create a BasicAgenda with the given qualifiers and  AgendaTree | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | appliesTo(ExecutionEnvironment environment)Return if the Agenda applies to the given environment | 
| void | execute(ExecutionEnvironment environment)Execute with the given  ExecutionEnvironment | 
public BasicAgenda(Map<String,String> qualifiers, AgendaTree agendaTree)
AgendaTreequalifiers - to determine if a given ExecutionEnvironment applies.agendaTree - AgendaTree to be executedpublic void execute(ExecutionEnvironment environment)
AgendaExecutionEnvironmentexecute in interface Agendaenvironment - ExecutionEnvironment to execute withpublic boolean appliesTo(ExecutionEnvironment environment)
AgendaappliesTo in interface Agendaenvironment - ExecutionEnvironment to check if the Agenda applies to.ExecutionEnvironmentCopyright © 2005–2016 The Kuali Foundation. All rights reserved.