Class ValidationAction
java.lang.Object
org.kuali.rice.krms.impl.validation.ValidationAction
- All Implemented Interfaces:
Action
An
Action that when executed appends its type and message to the results- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
ConstructorsConstructorDescriptionValidationAction(ValidationActionType type, String message) create a Validation action of the given type with the given message -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.kuali.rice.krms.api.engine.ExecutionEnvironment environment) voidexecuteSimulation(org.kuali.rice.krms.api.engine.ExecutionEnvironment environment)
-
Constructor Details
-
ValidationAction
create a Validation action of the given type with the given message- Parameters:
type-ValidationActionTypemessage- for when action executes
-
-
Method Details
-
execute
public void execute(org.kuali.rice.krms.api.engine.ExecutionEnvironment environment) -
executeSimulation
public void executeSimulation(org.kuali.rice.krms.api.engine.ExecutionEnvironment environment) - Specified by:
executeSimulationin interfaceAction
-