com.opensymphony.workflow.loader
Class Action

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

public class Action
extends BaseAction


Constructor Summary
Action(org.w3c.dom.Element action)
           
 
Method Summary
 java.lang.String getName()
           
 Restriction getRestriction()
           
 
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

Action

public Action(org.w3c.dom.Element action)
Method Detail

getName

public java.lang.String getName()

getRestriction

public Restriction getRestriction()

See www.opensymphony.com for more information.