com.opensymphony.workflow.loader
Class BaseActionDescriptor

java.lang.Object
  |
  +--com.opensymphony.workflow.loader.BaseActionDescriptor
Direct Known Subclasses:
ActionDescriptor, InitialStepDescriptor

public class BaseActionDescriptor
extends java.lang.Object

Version:
$Revision: 1.1 $
Author:
Patrick Lightbody

Constructor Summary
BaseActionDescriptor(org.w3c.dom.Element initialStep)
           
 
Method Summary
 java.util.List getConditionalResults()
           
 int getId()
           
 java.util.List getPostFunctions()
           
 java.util.List getPreFunctions()
           
 ResultDescriptor getUnconditionalResult()
           
 java.util.List getValidators()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseActionDescriptor

public BaseActionDescriptor(org.w3c.dom.Element initialStep)
Method Detail

getId

public int getId()

getValidators

public java.util.List getValidators()

getPreFunctions

public java.util.List getPreFunctions()

getConditionalResults

public java.util.List getConditionalResults()

getUnconditionalResult

public ResultDescriptor getUnconditionalResult()

getPostFunctions

public java.util.List getPostFunctions()

See www.opensymphony.com for more information.