Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

ITaskListManager.CreateTaskFilter Method 

Returns a task filter that shows all tasks.

ITaskFilter CreateTaskFilter();

Return Value

A task filter object.

Remarks

The task filter is created with the following defaults: TaskCompletionFilterTypes is set to ALL, TaskAssignedToFilterTypes is set to ALL, TaskQueryOrder is set to an array with a single element with the attribute of TaskAttributes.NAME, ascending.

See Also

ITaskListManager Interface | Plumtree.Remote.PRC.Collaboration.Tasklist Namespace