com.opensymphony.workflow.loader
Class ActionDescriptor

java.lang.Object
  |
  +--com.opensymphony.workflow.loader.BaseActionDescriptor
        |
        +--com.opensymphony.workflow.loader.ActionDescriptor

public class ActionDescriptor
extends BaseActionDescriptor

Version:
$Revision: 1.1 $
Author:
Patrick Lightbody

Constructor Summary
ActionDescriptor(org.w3c.dom.Element action)
           
 
Method Summary
 java.lang.String getName()
           
 RestrictionDescriptor getRestriction()
           
 
Methods inherited from class com.opensymphony.workflow.loader.BaseActionDescriptor
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

ActionDescriptor

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

getName

public java.lang.String getName()

getRestriction

public RestrictionDescriptor getRestriction()

See www.opensymphony.com for more information.