Class ValidationAction

java.lang.Object
org.kuali.rice.krms.impl.validation.ValidationAction
All Implemented Interfaces:
Action

public class ValidationAction extends Object implements Action
An Action that when executed appends its type and message to the results
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Details

    • ValidationAction

      public ValidationAction(ValidationActionType type, String message)
      create a Validation action of the given type with the given message
      Parameters:
      type - ValidationActionType
      message - for when action executes
  • Method Details

    • execute

      public void execute(org.kuali.rice.krms.api.engine.ExecutionEnvironment environment)
      Specified by:
      execute in interface Action
    • executeSimulation

      public void executeSimulation(org.kuali.rice.krms.api.engine.ExecutionEnvironment environment)
      Specified by:
      executeSimulation in interface Action