public interface Action
ExecutionEnvironmentActionDefinitionContract,
ActionDefinition| Modifier and Type | Method and Description |
|---|---|
void |
execute(ExecutionEnvironment environment)
Execute on a given
ExecutionEnvironment. |
void |
executeSimulation(ExecutionEnvironment environment)
The engine may be run in a simulation mode and in this case,
most actions should not be executed.
|
void execute(ExecutionEnvironment environment)
ExecutionEnvironment.environment - ExecutionEnvironment to execute.void executeSimulation(ExecutionEnvironment environment)
environment - ExecutionEnvironment to simulate execution on.Copyright © 2005–2015 The Kuali Foundation. All rights reserved.