|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.opensymphony.workflow.loader.RestrictionDescriptor
Field Summary | |
static int |
OWNER_ALLOW
|
static int |
OWNER_DENY
|
static int |
OWNER_USE_GROUPS
|
Fields inherited from interface com.opensymphony.workflow.loader.StatusValues |
FINISHED, QUEUED, UNDERWAY |
Constructor Summary | |
RestrictionDescriptor(org.w3c.dom.Element restriction)
|
Method Summary | |
java.lang.String |
getCondition()
|
java.util.List |
getGroups()
|
int |
getOwner()
|
int |
getStatus()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int OWNER_ALLOW
public static final int OWNER_DENY
public static final int OWNER_USE_GROUPS
Constructor Detail |
public RestrictionDescriptor(org.w3c.dom.Element restriction)
Method Detail |
public int getStatus()
public int getOwner()
public java.util.List getGroups()
public java.lang.String getCondition()
|
See www.opensymphony.com for more information. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |