public interface TaskAccessRights
| Modifier and Type | Field and Description | 
|---|---|
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. 
 | 
static final java.lang.String CLASS_VERSION
static final AccessRight WRITE
static final AccessRight EXECUTE
static final AccessRight[] ACCESS_RIGHTS