|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krms.impl.validation.ValidationAction
public class ValidationAction
An Action that when executed appends its type and message to the results
| Constructor Summary | |
|---|---|
ValidationAction(ValidationActionType type,
String message)
create a Validation action of the given type with the given message |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValidationAction(ValidationActionType type,
String message)
type - ValidationActionTypemessage - for when action executes| Method Detail |
|---|
public void execute(ExecutionEnvironment environment)
ActionExecutionEnvironment.
execute in interface Actionenvironment - ExecutionEnvironment to execute.public void executeSimulation(ExecutionEnvironment environment)
Action
executeSimulation in interface Actionenvironment - ExecutionEnvironment to simulate execution on.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||