|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.opensymphony.workflow.loader.StepDescriptor
Constructor Summary | |
StepDescriptor(org.w3c.dom.Element step)
|
Method Summary | |
ActionDescriptor |
getAction(int id)
|
java.util.List |
getActions()
Get a List of ActionDescriptor s for this step |
int |
getId()
|
java.lang.String |
getName()
|
java.util.List |
getPermissions()
Get a List of PermissionDescriptor s for this step |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StepDescriptor(org.w3c.dom.Element step)
Method Detail |
public int getId()
public java.lang.String getName()
public java.util.List getPermissions()
PermissionDescriptor
s for this steppublic java.util.List getActions()
ActionDescriptor
s for this steppublic ActionDescriptor getAction(int id)
|
See www.opensymphony.com for more information. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |