Class ActionResult
java.lang.Object
com.aspectran.core.activity.process.result.ActionResult
Holds the result of an action's execution.
Created: 2008. 03. 23 PM 12:01:24
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the action id.Gets the result value of the action.void
setResultValue
(String actionId, Object resultValue) Sets the result value of the action.toString()
-
Field Details
-
NO_RESULT
-
-
Constructor Details
-
ActionResult
public ActionResult()
-
-
Method Details
-
getActionId
Gets the action id.- Returns:
- the action id
-
getResultValue
Gets the result value of the action.- Returns:
- the result value of the action
-
setResultValue
Sets the result value of the action.- Parameters:
actionId
- the new action idresultValue
- the new result value of the action
-
toString
-