com.plumtree.remote.prc.collaboration.project
Class ProjectPermission

java.lang.Object
  extended bycom.plumtree.remote.prc.collaboration.project.ProjectPermission

public class ProjectPermission
extends java.lang.Object

An enumerated type used to describe the permissions for Projects. It is used in IProject.isActionAllowed method.


Field Summary
static ProjectPermission DELETE
          Permission to delete a project.
static ProjectPermission EDIT
          Permission to edit a project.
static ProjectPermission EDIT_SECURITY
          Permission to edit project security.
 
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

DELETE

public static final ProjectPermission DELETE
Permission to delete a project.


EDIT

public static final ProjectPermission EDIT
Permission to edit a project.


EDIT_SECURITY

public static final ProjectPermission EDIT_SECURITY
Permission to edit project security.

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.