public interface Agenda
| 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 |
void execute(ExecutionEnvironment environment)
ExecutionEnvironmentenvironment - ExecutionEnvironment to execute withboolean appliesTo(ExecutionEnvironment environment)
environment - ExecutionEnvironment to check if the Agenda applies to.ExecutionEnvironmentCopyright © 2005–2014 The Kuali Foundation. All rights reserved.