|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Classes that implement the AccessLevels
define a set of access level
permissions assigned to a teamspace object.
Teamspace
,
AccessLevelsStore
Method Summary | |
java.lang.Integer[] |
getAccessLevels()
Returns an array of integer values that define the ACL permissions for this teamspace object. |
void |
getAccessLevels(java.util.List accessLevels)
Add the integer values that define the ACL permissions for this teamspace object to the given list object. |
int |
getAccessLevelsValue()
Return the int value that define the ACL permissions for this teamspace object. |
java.lang.String |
getObjectName()
Return the symbolic name of a teamspace object. |
Method Detail |
public java.lang.String getObjectName()
String
containing the symbolic object name.public java.lang.Integer[] getAccessLevels()
Integer[]
array of integer values.public void getAccessLevels(java.util.List accessLevels)
accessLevels
- A List
object where the Integer
permissions will be added.public int getAccessLevelsValue()
int
value that specifies the low-level permission values.
|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |