Class ProcessResult

All Implemented Interfaces:
Serializable, Cloneable, Iterable<ContentResult>, Collection<ContentResult>, List<ContentResult>, RandomAccess, SequencedCollection<ContentResult>

public class ProcessResult extends ArrayList<ContentResult>
The Class ProcessResult.

Created: 2008. 06. 09 PM 4:13:40

See Also:
  • Constructor Details

    • ProcessResult

      public ProcessResult()
    • ProcessResult

      public ProcessResult(int initialCapacity)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • isExplicit

      public boolean isExplicit()
    • setExplicit

      public void setExplicit(boolean explicit)
    • addContentResult

      protected void addContentResult(ContentResult contentResult)
      Adds the content result.
      Parameters:
      contentResult - the content result
    • getContentResult

      public ContentResult getContentResult(String name)
    • getContentResult

      public ContentResult getContentResult(String name, boolean explicit)
    • lastContentResult

      public ContentResult lastContentResult()
    • getActionResult

      public ActionResult getActionResult(String actionId)
      Returns the result of the action as an ActionResult.
      Parameters:
      actionId - the action id
      Returns:
      the result of the action
    • getResultValue

      public Object getResultValue(String actionId)
      Returns the result value of the action as an Object.
      Parameters:
      actionId - the action id
      Returns:
      the result value of the action
    • describe

      public String describe()