com.opensymphony.workflow.loader
Class InitialStep

java.lang.Object
  |
  +--com.opensymphony.workflow.loader.BaseAction
        |
        +--com.opensymphony.workflow.loader.InitialStep

public class InitialStep
extends BaseAction


Constructor Summary
InitialStep(org.w3c.dom.Element initialStep)
           
 
Method Summary
 java.util.List getAllowableGroups()
           
 
Methods inherited from class com.opensymphony.workflow.loader.BaseAction
getConditionalResults, getId, getPostFunctions, getPreFunctions, getUnconditionalResult, getValidators
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitialStep

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

getAllowableGroups

public java.util.List getAllowableGroups()

See www.opensymphony.com for more information.