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)
AgendaTree
qualifiers
- to determine if a given ExecutionEnvironment
applies.agendaTree
- AgendaTree
to be executedpublic void execute(ExecutionEnvironment environment)
Agenda
ExecutionEnvironment
execute
in interface Agenda
environment
- ExecutionEnvironment
to execute withpublic boolean appliesTo(ExecutionEnvironment environment)
Agenda
appliesTo
in interface Agenda
environment
- ExecutionEnvironment
to check if the Agenda applies to.ExecutionEnvironment
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.