com.opensymphony.workflow.loader
Class Restriction

java.lang.Object
  |
  +--com.opensymphony.workflow.loader.Restriction
All Implemented Interfaces:
StatusValues

public class Restriction
extends java.lang.Object
implements StatusValues


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
Restriction(org.w3c.dom.Element restriction)
           
 
Method Summary
 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

OWNER_ALLOW

public static final int OWNER_ALLOW

OWNER_DENY

public static final int OWNER_DENY

OWNER_USE_GROUPS

public static final int OWNER_USE_GROUPS
Constructor Detail

Restriction

public Restriction(org.w3c.dom.Element restriction)
Method Detail

getStatus

public int getStatus()

getOwner

public int getOwner()

getGroups

public java.util.List getGroups()

See www.opensymphony.com for more information.