com.plumtree.remote.prc.collaboration.security
Class FunctionalArea

java.lang.Object
  extended bycom.plumtree.remote.prc.collaboration.security.FunctionalArea

public class FunctionalArea
extends java.lang.Object

An enumerated type used to describe Collaboration functional areas, used in IRole.get/setRolePermission.


Field Summary
static FunctionalArea DISCUSSION
          Discussion type.
static FunctionalArea DOCUMENT
          Document type.
static FunctionalArea DOCUMENT_FOLDER
          Document folder type.
static FunctionalArea PROJECT
          Project type.
static FunctionalArea TASK_LIST
          Task list type.
 
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

DISCUSSION

public static final FunctionalArea DISCUSSION
Discussion type.


DOCUMENT

public static final FunctionalArea DOCUMENT
Document type.


DOCUMENT_FOLDER

public static final FunctionalArea DOCUMENT_FOLDER
Document folder type.


PROJECT

public static final FunctionalArea PROJECT
Project type.


TASK_LIST

public static final FunctionalArea TASK_LIST
Task list type.

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.