com.opensymphony.workflow.loader
Class ResultDescriptor

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

public class ResultDescriptor
extends java.lang.Object
implements StatusValues

Version:
$Revision: 1.2 $
Author:
Patrick Lightbody

Fields inherited from interface com.opensymphony.workflow.loader.StatusValues
FINISHED, QUEUED, UNDERWAY
 
Constructor Summary
ResultDescriptor(org.w3c.dom.Element result)
           
 
Method Summary
 java.lang.String getOwner()
           
 java.util.List getPostFunctions()
           
 java.util.List getPreFunctions()
           
 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

ResultDescriptor

public ResultDescriptor(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()

getPreFunctions

public java.util.List getPreFunctions()

getPostFunctions

public java.util.List getPostFunctions()

See www.opensymphony.com for more information.