Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

TaskListCompletionFilterTypes Enumeration

An enumerated type used to describe the completion filter type for Task Lists. It is used in ITaskListFilter.CompletionType. 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.

public enum TaskListCompletionFilterTypes

Members

Member Name Description
All Return all tasklists regardless of the completion statuses of their containing tasks.
Pending Return tasklists that do not have any tasks and tasklists that contain only tasks with PENDING status.
Completed Return tasklists that contain only tasks with COMPLETED status.
Overdue Return tasklists that contain only tasks that are overdue, i.e., the end date of the tasks has already passed current time.

Requirements

Namespace: Plumtree.Remote.PRC.Collaboration.Tasklist

Assembly: idk (in idk.dll)

See Also

Plumtree.Remote.PRC.Collaboration.Tasklist Namespace