com.plumtree.remote.prc.collaboration.tasklist
Class TaskAssignedToFilterType

java.lang.Object
  extended bycom.plumtree.remote.prc.collaboration.tasklist.TaskAssignedToFilterType

public class TaskAssignedToFilterType
extends java.lang.Object

An enumerated type used to describe the Assigned To filter type for Task Lists. This is used in ITaskFilter.get/setAssignedToType methods.


Field Summary
static TaskAssignedToFilterType ALL
          Return tasks that are assigned to all.
static TaskAssignedToFilterType UNASSIGNED
          Return tasks that are unassigned.
 
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

ALL

public static final TaskAssignedToFilterType ALL
Return tasks that are assigned to all.


UNASSIGNED

public static final TaskAssignedToFilterType UNASSIGNED
Return tasks that are unassigned.

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.