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

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

public class ProjectFilterType
extends java.lang.Object

An enumerated type used to describe the possible filter types for Projects.


Field Summary
static ProjectFilterType LEADER_PROJECTS
          Filter on projects where the current user is a leader.
static ProjectFilterType PROJECTS
          Filter on all projects.
 
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

LEADER_PROJECTS

public static final ProjectFilterType LEADER_PROJECTS
Filter on projects where the current user is a leader.


PROJECTS

public static final ProjectFilterType PROJECTS
Filter on all projects.

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.