com.plumtree.remote.prc.content.security
Class RoleType

java.lang.Object
  extended bycom.plumtree.remote.prc.content.security.RoleType

public class RoleType
extends java.lang.Object

An enumerated type used to describe the role types.


Field Summary
static RoleType ADMINISTRATOR
          Administrator.
static RoleType CONTRIBUTOR
          Contributor.
static RoleType EDITOR
          Editor.
static RoleType FOLDER_ADMINISTRATOR
          FolderAdministrator.
static RoleType NOACCESS
          NoAccess.
static RoleType PRODUCER
          Producer.
static RoleType SUBMITTER
          Submitter.
 
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

NOACCESS

public static final RoleType NOACCESS
NoAccess.


SUBMITTER

public static final RoleType SUBMITTER
Submitter.


CONTRIBUTOR

public static final RoleType CONTRIBUTOR
Contributor.


EDITOR

public static final RoleType EDITOR
Editor.


PRODUCER

public static final RoleType PRODUCER
Producer.


FOLDER_ADMINISTRATOR

public static final RoleType FOLDER_ADMINISTRATOR
FolderAdministrator.


ADMINISTRATOR

public static final RoleType ADMINISTRATOR
Administrator.

Method Detail

toString

public java.lang.String toString()

getUnderlyingObject

public java.lang.Object getUnderlyingObject()


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.