|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.plumtree.remote.prc.collaboration.tasklist.TaskListCompletionFilterType
An enumerated type used to describe the completion filter type for Task Lists. It is used in ITaskListFilter.get/setCompletionType.
The filter type indicates the completion filter type of the Task List's containing tasks. queryTaskLists will then return Task Lists that contain tasks that satisfy the completion
filter type set.
| Field Summary | |
static TaskListCompletionFilterType |
ALL
Return all tasklists regardless of the completion statuses of their containing tasks. |
static TaskListCompletionFilterType |
COMPLETED
Return tasklists that contain only tasks with COMPLETED status. |
static TaskListCompletionFilterType |
OVERDUE
Return tasklists that contain only tasks that are overdue, i.e., the end date of the tasks has already passed current time. |
static TaskListCompletionFilterType |
PENDING
Return tasklists that do not have any tasks and tasklists that contain only tasks with 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 |
public static final TaskListCompletionFilterType ALL
public static final TaskListCompletionFilterType PENDING
public static final TaskListCompletionFilterType COMPLETED
public static final TaskListCompletionFilterType OVERDUE
| Method Detail |
public java.lang.String toString()
public java.lang.Object getUnderlyingObject()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2007 BEA Systems, Inc. All Rights Reserved.