public interface WorkbasketAccessItem
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessId()
Returns the group id or user id for which this WorkbasketAccessItem controls access permissions.
|
String |
getAccessName()
Returns the name of the group or user for which this WorkbasketAccessItem controls access permissions.
|
String |
getId()
Returns the current id of the WorkbasketAccessItem.
|
String |
getWorkbasketId()
Returns the Id of the referenced workbasket.
|
String |
getWorkbasketKey()
Returns the Key of the referenced workbasket.
|
boolean |
isPermAppend()
Returns whether append to the referenced workbasket is permitted.
|
boolean |
isPermCustom1()
Returns whether custom1 permission is granted for the referenced workbasket.
|
boolean |
isPermCustom10()
Returns whether custom10 permission is granted for the referenced workbasket.
|
boolean |
isPermCustom11()
Returns whether custom11 permission is granted for the referenced workbasket.
|
boolean |
isPermCustom12()
Returns whether custom12 permission is granted for the referenced workbasket.
|
boolean |
isPermCustom2()
Returns whether custom2 permission is granted for the referenced workbasket.
|
boolean |
isPermCustom3()
Returns whether custom3 permission is granted for the referenced workbasket.
|
boolean |
isPermCustom4()
Returns whether custom4 permission is granted for the referenced workbasket.
|
boolean |
isPermCustom5()
Returns whether custom5 permission is granted for the referenced workbasket.
|
boolean |
isPermCustom6()
Returns whether custom6 permission is granted for the referenced workbasket.
|
boolean |
isPermCustom7()
Returns whether custom7 permission is granted for the referenced workbasket.
|
boolean |
isPermCustom8()
Returns whether custom8 permission is granted for the referenced workbasket.
|
boolean |
isPermCustom9()
Returns whether custom9 permission is granted for the referenced workbasket.
|
boolean |
isPermDistribute()
Returns whether distribute from the referenced workbasket is permitted.
|
boolean |
isPermOpen()
Returns whether open of the referenced workbasket is permitted.
|
boolean |
isPermRead()
Returns whether read of the referenced workbasket is permitted.
|
boolean |
isPermTransfer()
Returns whether transfer from the referenced workbasket is permitted.
|
void |
setAccessName(String name)
Set the name of the group or user for which this WorkbasketAccessItem controls access permissions.
|
void |
setPermAppend(boolean permAppend)
Sets append permission for the referenced workbasket.
|
void |
setPermCustom1(boolean permCustom1)
Sets the custom1 permission for the referenced workbasket.
|
void |
setPermCustom10(boolean permCustom10)
Sets the custom10 permission for the referenced workbasket.
|
void |
setPermCustom11(boolean permCustom11)
Sets the custom11 permission for the referenced workbasket.
|
void |
setPermCustom12(boolean permCustom12)
Sets the custom12 permission for the referenced workbasket.
|
void |
setPermCustom2(boolean permCustom2)
Sets the custom2 permission for the referenced workbasket.
|
void |
setPermCustom3(boolean permCustom3)
Sets the custom3 permission for the referenced workbasket.
|
void |
setPermCustom4(boolean permCustom4)
Sets the custom4 permission for the referenced workbasket.
|
void |
setPermCustom5(boolean permCustom5)
Sets the custom5 permission for the referenced workbasket.
|
void |
setPermCustom6(boolean permCustom6)
Sets the custom6 permission for the referenced workbasket.
|
void |
setPermCustom7(boolean permCustom7)
Sets the custom7 permission for the referenced workbasket.
|
void |
setPermCustom8(boolean permCustom8)
Sets the custom8 permission for the referenced workbasket.
|
void |
setPermCustom9(boolean permCustom9)
Sets the custom9 permission for the referenced workbasket.
|
void |
setPermDistribute(boolean permDistribute)
Sets distribute permission for the referenced workbasket.
|
void |
setPermOpen(boolean permOpen)
Sets open permission for the referenced workbasket.
|
void |
setPermRead(boolean permRead)
Sets read permission for the referenced workbasket.
|
void |
setPermTransfer(boolean permTransfer)
Sets transfer permission for the referenced workbasket.
|
String getId()
String getWorkbasketId()
String getWorkbasketKey()
String getAccessId()
String getAccessName()
void setAccessName(String name)
name - the name of the group or user for which this WorkbasketAccessItem controls access permissions.boolean isPermRead()
void setPermRead(boolean permRead)
permRead - specifies whether read is permitted for the referenced workbasket.boolean isPermOpen()
void setPermOpen(boolean permOpen)
permOpen - specifies whether open is permitted for the referenced workbasket.boolean isPermAppend()
void setPermAppend(boolean permAppend)
permAppend - specifies whether append to the referenced workbasket is permitted.boolean isPermTransfer()
void setPermTransfer(boolean permTransfer)
permTransfer - specifies whether transfer from the referenced workbasket is permitted.boolean isPermDistribute()
void setPermDistribute(boolean permDistribute)
permDistribute - specifies whether distribute from the referenced workbasket is permitted.boolean isPermCustom1()
void setPermCustom1(boolean permCustom1)
permCustom1 - specifies whether custom1 permission is grantedboolean isPermCustom2()
void setPermCustom2(boolean permCustom2)
permCustom2 - specifies whether custom2 permission is grantedboolean isPermCustom3()
void setPermCustom3(boolean permCustom3)
permCustom3 - specifies whether custom3 permission is grantedboolean isPermCustom4()
void setPermCustom4(boolean permCustom4)
permCustom4 - specifies whether custom4 permission is grantedboolean isPermCustom5()
void setPermCustom5(boolean permCustom5)
permCustom5 - specifies whether custom5 permission is grantedboolean isPermCustom6()
void setPermCustom6(boolean permCustom6)
permCustom6 - specifies whether custom6 permission is grantedboolean isPermCustom7()
void setPermCustom7(boolean permCustom7)
permCustom7 - specifies whether custom7 permission is grantedboolean isPermCustom8()
void setPermCustom8(boolean permCustom8)
permCustom8 - specifies whether custom8 permission is grantedboolean isPermCustom9()
void setPermCustom9(boolean permCustom9)
permCustom9 - specifies whether custom9 permission is grantedboolean isPermCustom10()
void setPermCustom10(boolean permCustom10)
permCustom10 - specifies whether custom10 permission is grantedboolean isPermCustom11()
void setPermCustom11(boolean permCustom11)
permCustom11 - specifies whether custom11 permission is grantedboolean isPermCustom12()
void setPermCustom12(boolean permCustom12)
permCustom12 - specifies whether custom12 permission is grantedCopyright © 2018. All rights reserved.