public class WorkbasketAccessItemImpl extends Object implements WorkbasketAccessItem
| Constructor and Description |
|---|
WorkbasketAccessItemImpl() |
| Modifier and Type | Method and Description |
|---|---|
WorkbasketAccessItemImpl |
copy()
Duplicates this WorkbasketAccessItem without the id.
|
boolean |
equals(Object obj) |
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.
|
boolean |
getPermission(WorkbasketPermission permission)
Returns weather the given permission is permitted or not.
|
String |
getWorkbasketId()
Returns the Id of the referenced workbasket.
|
String |
getWorkbasketKey()
Returns the Key of the referenced workbasket.
|
int |
hashCode() |
boolean |
isPermAppend() |
boolean |
isPermCustom1() |
boolean |
isPermCustom10() |
boolean |
isPermCustom11() |
boolean |
isPermCustom12() |
boolean |
isPermCustom2() |
boolean |
isPermCustom3() |
boolean |
isPermCustom4() |
boolean |
isPermCustom5() |
boolean |
isPermCustom6() |
boolean |
isPermCustom7() |
boolean |
isPermCustom8() |
boolean |
isPermCustom9() |
boolean |
isPermDistribute() |
boolean |
isPermOpen() |
boolean |
isPermRead() |
boolean |
isPermTransfer() |
void |
setAccessId(String accessId) |
void |
setAccessName(String accessName)
Set the name of the group or user for which this WorkbasketAccessItem controls access
permissions.
|
void |
setId(String id) |
void |
setPermAppend(boolean permAppend) |
void |
setPermCustom1(boolean permCustom1) |
void |
setPermCustom10(boolean permCustom10) |
void |
setPermCustom11(boolean permCustom11) |
void |
setPermCustom12(boolean permCustom12) |
void |
setPermCustom2(boolean permCustom2) |
void |
setPermCustom3(boolean permCustom3) |
void |
setPermCustom4(boolean permCustom4) |
void |
setPermCustom5(boolean permCustom5) |
void |
setPermCustom6(boolean permCustom6) |
void |
setPermCustom7(boolean permCustom7) |
void |
setPermCustom8(boolean permCustom8) |
void |
setPermCustom9(boolean permCustom9) |
void |
setPermDistribute(boolean permDistribute) |
void |
setPermission(WorkbasketPermission permission,
boolean value)
Sets a given permission for the referenced workbasket.
|
void |
setPermOpen(boolean permOpen) |
void |
setPermRead(boolean permRead) |
void |
setPermTransfer(boolean permTransfer) |
void |
setWorkbasketId(String workbasketId) |
void |
setWorkbasketKey(String workbasketKey) |
String |
toString() |
public String getId()
WorkbasketAccessItemgetId in interface WorkbasketAccessItempublic void setId(String id)
public String getWorkbasketId()
WorkbasketAccessItemgetWorkbasketId in interface WorkbasketAccessItempublic void setWorkbasketId(String workbasketId)
public String getWorkbasketKey()
WorkbasketAccessItemgetWorkbasketKey in interface WorkbasketAccessItempublic void setWorkbasketKey(String workbasketKey)
public String getAccessId()
WorkbasketAccessItemgetAccessId in interface WorkbasketAccessItempublic void setAccessId(String accessId)
public String getAccessName()
WorkbasketAccessItemgetAccessName in interface WorkbasketAccessItempublic void setAccessName(String accessName)
WorkbasketAccessItemsetAccessName in interface WorkbasketAccessItemaccessName - the name of the group or user for which this WorkbasketAccessItem controls access
permissions.public void setPermission(WorkbasketPermission permission, boolean value)
WorkbasketAccessItemsetPermission in interface WorkbasketAccessItempermission - the permission which is set.value - the value for the permission.public boolean getPermission(WorkbasketPermission permission)
WorkbasketAccessItemgetPermission in interface WorkbasketAccessItempermission - the permission in question.public boolean isPermRead()
public void setPermRead(boolean permRead)
public boolean isPermOpen()
public void setPermOpen(boolean permOpen)
public boolean isPermAppend()
public void setPermAppend(boolean permAppend)
public boolean isPermTransfer()
public void setPermTransfer(boolean permTransfer)
public boolean isPermDistribute()
public void setPermDistribute(boolean permDistribute)
public boolean isPermCustom1()
public void setPermCustom1(boolean permCustom1)
public boolean isPermCustom2()
public void setPermCustom2(boolean permCustom2)
public boolean isPermCustom3()
public void setPermCustom3(boolean permCustom3)
public boolean isPermCustom4()
public void setPermCustom4(boolean permCustom4)
public boolean isPermCustom5()
public void setPermCustom5(boolean permCustom5)
public boolean isPermCustom6()
public void setPermCustom6(boolean permCustom6)
public boolean isPermCustom7()
public void setPermCustom7(boolean permCustom7)
public boolean isPermCustom8()
public void setPermCustom8(boolean permCustom8)
public boolean isPermCustom9()
public void setPermCustom9(boolean permCustom9)
public boolean isPermCustom10()
public void setPermCustom10(boolean permCustom10)
public boolean isPermCustom11()
public void setPermCustom11(boolean permCustom11)
public boolean isPermCustom12()
public void setPermCustom12(boolean permCustom12)
public WorkbasketAccessItemImpl copy()
WorkbasketAccessItemcopy in interface WorkbasketAccessItemCopyright © 2020. All rights reserved.