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

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

public class TaskCompletionFilterType
extends java.lang.Object

An enumerated type used to describe the completion filter type for Tasks. It is used in ITaskFilter.get/setCompletionType methods.


Field Summary
static TaskCompletionFilterType ALL
          Return all tasks regardless of completion status.
static TaskCompletionFilterType COMPLETED
          Return tasks that have COMPLETED status.
static TaskCompletionFilterType OVERDUE
          Return tasks that are overdue, i.e., task end date has already passed current time.
static TaskCompletionFilterType PENDING
          Return tasks that have PENDING status.
 
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 TaskCompletionFilterType ALL
Return all tasks regardless of completion status.


PENDING

public static final TaskCompletionFilterType PENDING
Return tasks that have PENDING status.


COMPLETED

public static final TaskCompletionFilterType COMPLETED
Return tasks that have COMPLETED status.


OVERDUE

public static final TaskCompletionFilterType OVERDUE
Return tasks that are overdue, i.e., task end date has already passed current time.

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.