atg.workflow
Interface WorkflowAccessRights


public interface WorkflowAccessRights

Access rights associated with a workflow.


Field Summary
static AccessRight[] ACCESS_RIGHTS
          The array of all workflow access rights.
static java.lang.String CLASS_VERSION
           
static AccessRight EXECUTE
          The ability to execute a workflow.
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values

EXECUTE

static final AccessRight EXECUTE
The ability to execute a workflow.


ACCESS_RIGHTS

static final AccessRight[] ACCESS_RIGHTS
The array of all workflow access rights.