org.kuali.rice.krms.impl.validation
Class ValidationAction
java.lang.Object
org.kuali.rice.krms.impl.validation.ValidationAction
- All Implemented Interfaces:
- Action
public class ValidationAction
- extends Object
- implements Action
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValidationAction
public ValidationAction(ValidationActionType type,
String message)
execute
public void execute(ExecutionEnvironment environment)
- Specified by:
execute
in interface Action
executeSimulation
public void executeSimulation(ExecutionEnvironment environment)
- Description copied from interface:
Action
- The engine may be run in a simulation mode and in this case,
most actions should not be executed. However, if part or all of
an action needs to be run in order for proper rule evaluation to
proceed, it should be called herein.
- Specified by:
executeSimulation
in interface Action
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.