Class ActionResult

java.lang.Object
com.aspectran.core.activity.process.result.ActionResult

public class ActionResult extends Object
Holds the result of an action's execution.

Created: 2008. 03. 23 PM 12:01:24

  • Field Details

    • NO_RESULT

      public static final Object NO_RESULT
  • Constructor Details

    • ActionResult

      public ActionResult()
  • Method Details

    • getActionId

      public String getActionId()
      Gets the action id.
      Returns:
      the action id
    • getResultValue

      public Object getResultValue()
      Gets the result value of the action.
      Returns:
      the result value of the action
    • setResultValue

      public void setResultValue(String actionId, Object resultValue)
      Sets the result value of the action.
      Parameters:
      actionId - the new action id
      resultValue - the new result value of the action
    • toString

      public String toString()
      Overrides:
      toString in class Object