com.plumtree.remote.prc
Class AccessLevel

java.lang.Object
  extended bycom.plumtree.remote.prc.AccessLevel

public class AccessLevel
extends java.lang.Object

An enumerated type describing the various security access levels available within the portal. Each access level's granted permissions are a strict subset of less restrictive access levels' permissions (ADMIN > EDIT > SELECT > READ).


Field Summary
static AccessLevel ADMIN
          Allows full control of the object.
static AccessLevel EDIT
          Allows viewing and editing properties of the object.
static AccessLevel READ
          Allows viewing of the object.
static AccessLevel SELECT
          Allows viewing and selecting the object (joining a community, placing a portlet on a MyPage, etc.).
 
Method Summary
 boolean allows(AccessLevel accessLevel)
           
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

READ

public static AccessLevel READ
Allows viewing of the object.


SELECT

public static AccessLevel SELECT
Allows viewing and selecting the object (joining a community, placing a portlet on a MyPage, etc.).


EDIT

public static AccessLevel EDIT
Allows viewing and editing properties of the object.


ADMIN

public static AccessLevel ADMIN
Allows full control of the object.

Method Detail

allows

public boolean allows(AccessLevel accessLevel)

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()

toString

public java.lang.String toString()


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.