com.opensymphony.workflow.loader
Class Result

java.lang.Object
  |
  +--com.opensymphony.workflow.loader.Result
All Implemented Interfaces:
StatusValues
Direct Known Subclasses:
ConditionalResult

public class Result
extends java.lang.Object
implements StatusValues


Fields inherited from interface com.opensymphony.workflow.loader.StatusValues
FINISHED, QUEUED, UNDERWAY
 
Constructor Summary
Result(org.w3c.dom.Element result)
           
 
Method Summary
 java.lang.String getOwner()
           
 java.util.List getPostFunctions()
           
 int getStatus()
           
 int getStep()
           
 java.util.List getValidators()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Result

public Result(org.w3c.dom.Element result)
Method Detail

getStatus

public int getStatus()

getStep

public int getStep()

getOwner

public java.lang.String getOwner()

getValidators

public java.util.List getValidators()

getPostFunctions

public java.util.List getPostFunctions()

See www.opensymphony.com for more information.