|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.plumtree.remote.prc.collaboration.security.AccessLevel
An enumerated type used to describe the access levels of collaboration objects. The five access levels are Admin, Edit, Write, Read, and None.
The default access level for each role is respectively:
Admin Write Read Read access permissions are included in Write access, Write access permissions are included in Edit access, and vice versa)
Read Write Edit Admin AccessLevel is used in get/setAccessLevel methods in IRole and other collaboration objects.
| Field Summary | |
static AccessLevel |
ADMIN
Admin access - default access for project leaders. |
static AccessLevel |
EDIT
Edit access. |
static AccessLevel |
NONE
No access. |
static AccessLevel |
READ
Read access - default access for project guests. |
static AccessLevel |
WRITE
Write access - default access for project members. |
| Method Summary | |
java.lang.Object |
getUnderlyingObject()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final AccessLevel NONE
public static final AccessLevel READ
public static final AccessLevel WRITE
public static final AccessLevel EDIT
public static final AccessLevel ADMIN
| Method Detail |
public java.lang.String toString()
public java.lang.Object getUnderlyingObject()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2010 Oracle® Corporation. All Rights Reserved.