com.opensymphony.workflow.loader
Class RestrictionDescriptor

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

public class RestrictionDescriptor
extends java.lang.Object
implements StatusValues

Version:
$Revision: 1.3 $
Author:
Patrick Lightbody

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

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

RestrictionDescriptor

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

getStatus

public int getStatus()

getOwner

public int getOwner()

getGroups

public java.util.List getGroups()

getCondition

public java.lang.String getCondition()

See www.opensymphony.com for more information.