|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TaskACL
A TaskACL
object identifies the access control lists (ACLs) for one particular user (for one particular task).
Method Summary | |
---|---|
java.lang.String |
getCommonName()
Retrieves the user's common name. |
java.lang.String |
getPrincipalId()
Retrieves the principal identifier (user identifier) for the user to whom this ACL belongs. |
boolean |
isCanAddAttachments()
Determines whether the user can add attachments. |
boolean |
isCanAddNotes()
Determines whether the user can add notes. |
boolean |
isCanClaim()
Determines whether the user can claim the task. |
boolean |
isCanConsult()
Determines whether the user can consult with other users on this task. |
boolean |
isCanForward()
Determines whether the user can forward the task. |
boolean |
isCanModifyDeadline()
Determines whether the user can modify the deadline. |
boolean |
isCanModifyPermissions()
Determines whether the user can modify permissions. |
boolean |
isCanShare()
Determines whether the user can share the task. |
void |
setCanAddAttachments(boolean addAttachments)
Sets whether the user can add attachments. |
void |
setCanAddNotes(boolean addNotes)
Sets whether the user can add notes. |
void |
setCanClaim(boolean claim)
Sets whether the user can claim this task from another user's queue. |
void |
setCanConsult(boolean canConsult)
Sets whether the user can consult with other users on this task. |
void |
setCanForward(boolean canForward)
Sets whether the user can forward the task. |
void |
setCanModifyDeadline(boolean modifyDeadline)
Sets whether the user can modify the deadline. |
void |
setCanModifyPermissions(boolean modifyPermissions)
Sets whether the user can modify permissions. |
void |
setCanShare(boolean canShare)
Sets whether the user can share the task. |
void |
setPrincipalId(java.lang.String principalId)
Sets the principal identifier (user identifier) for the user to whom this ACL applies. |
Method Detail |
---|
void setPrincipalId(java.lang.String principalId)
principalId
- The principal identifier for the user.java.lang.String getPrincipalId()
void setCanModifyPermissions(boolean modifyPermissions)
modifyPermissions
- true
if the user can modify permissions, false
otherwise.boolean isCanModifyPermissions()
true
if the user can modify permissions, false
otherwise.void setCanAddNotes(boolean addNotes)
addNotes
- true
if the user can add notes, false
otherwise.boolean isCanAddNotes()
true
if the user can add notes, false
otherwise.void setCanAddAttachments(boolean addAttachments)
addAttachments
- true
if the user can add attachments, false
otherwise.boolean isCanAddAttachments()
true
if the user can add attachments, false
otherwise.void setCanModifyDeadline(boolean modifyDeadline)
modifyDeadline
- true
if the user can modify the deadline, false
otherwise.boolean isCanModifyDeadline()
true
if the user can modify the deadline, false
otherwise.void setCanForward(boolean canForward)
canForward
- true
if the user can forward the task, false
otherwise.boolean isCanForward()
true
if the user can forward the task, false
otherwise.void setCanShare(boolean canShare)
canShare
- true
if the user can share the task, false
otherwise.boolean isCanShare()
true
if the user can share the task, false
otherwise.void setCanConsult(boolean canConsult)
canConsult
- true
if the user can consult with other users on this task, false
otherwise.boolean isCanConsult()
true
if the user can consult with other users on this task, false
otherwise.void setCanClaim(boolean claim)
true
. However, it may be reset to false
if it was false
by default
and the task is reassigned elsewhere.
claim
- true
if the user can claim the task, false
otherwise.boolean isCanClaim()
true
if the user can claim the task, false
otherwise.java.lang.String getCommonName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |