com.plumtree.remote.portlet
Class CommunityAccessLevel

java.lang.Object
  extended bycom.plumtree.remote.portlet.CommunityAccessLevel

public class CommunityAccessLevel
extends java.lang.Object

CommunityAccessLevel enumerates the access levels that a user can have for a particular Community. CommunityAccessLevel is a type-safe enumeration, so instances of the class can be compared using identity equality.


Field Summary
static CommunityAccessLevel Admin
          Admin means that the user has full administrative rights to this Community.
static CommunityAccessLevel Edit
          Edit means that the user has the ability to edit content in this Community (add portlets, delete portlets, change layout, etc.).
static CommunityAccessLevel None
          None means that the user does not have access to this Community.
static CommunityAccessLevel Read
          Read means that the user can see this Community in the list of Communities, but cannot choose to join the Community.
static CommunityAccessLevel Select
          Select means that the user can join this Community.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static CommunityAccessLevel None
None means that the user does not have access to this Community.


Read

public static CommunityAccessLevel Read
Read means that the user can see this Community in the list of Communities, but cannot choose to join the Community.


Select

public static CommunityAccessLevel Select
Select means that the user can join this Community.


Edit

public static CommunityAccessLevel Edit
Edit means that the user has the ability to edit content in this Community (add portlets, delete portlets, change layout, etc.).


Admin

public static CommunityAccessLevel Admin
Admin means that the user has full administrative rights to this Community.



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.