atg.workflow
Interface TaskAccessRights


public interface TaskAccessRights

Access rights associated with a workflow task.


Field Summary
static AccessRight[] ACCESS_RIGHTS
          The array of all task access rights.
static java.lang.String CLASS_VERSION
           
static AccessRight EXECUTE
          The ability to execute, claim, and release a task.
static AccessRight WRITE
          The ability to change various attributes of a task, such as its priority, owner, and access control list.
 

Field Detail

CLASS_VERSION

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

WRITE

static final AccessRight WRITE
The ability to change various attributes of a task, such as its priority, owner, and access control list.


EXECUTE

static final AccessRight EXECUTE
The ability to execute, claim, and release a task. Claim and release operations are included here, because they are tightly coupled to the ability to execute; e.g., if the user claims a task, he must be able to subsequently execute it.


ACCESS_RIGHTS

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