org.kuali.rice.krms.impl.validation
Class ValidationAction

java.lang.Object
  extended by 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)

Constructor Summary
ValidationAction(ValidationActionType type, String message)
           
 
Method Summary
 void execute(ExecutionEnvironment environment)
           
 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

ValidationAction

public ValidationAction(ValidationActionType type,
                        String message)
Method Detail

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.