Class ValidationAction

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

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

    Constructors
    Constructor
    Description
    ValidationAction(org.kuali.rice.krms.framework.type.ValidationActionType type, String message)
    create a Validation action of the given type with the given message
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(org.kuali.rice.krms.api.engine.ExecutionEnvironment environment)
     
    void
    executeSimulation(org.kuali.rice.krms.api.engine.ExecutionEnvironment environment)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ValidationAction

      public ValidationAction(org.kuali.rice.krms.framework.type.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 org.kuali.rice.krms.framework.engine.Action
    • executeSimulation

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