Package com.plumtree.remote.prc.collaboration.tasklist

Provides classes and interfaces for creating, modifying, managing, and querying Collaboration task lists and tasks.

See:
          Description

Interface Summary
ITask Interface that represents a task, the fundamental unit of a task list.
ITaskFilter Interface for filters used for querying tasks.
ITaskList Interface that represents a container for ITask.
ITaskListFilter Interface for filters used for querying task lists.
ITaskListManager Interface that manages task list creation, copying and removal, and also contains query methods for task lists and tasks.
 

Class Summary
TaskAssignedToFilterType An enumerated type used to describe the Assigned To filter type for Task Lists.
TaskAttribute An enumerated type used to describe the specific fields that can be used in constructing a TaskQueryOrder for Tasks.
TaskCompletionFilterType An enumerated type used to describe the completion filter type for Tasks.
TaskListAttribute An enumerated type used to describe the specific fields that can be used in constructing a TaskListQueryOrder for Task Lists.
TaskListCompletionFilterType An enumerated type used to describe the completion filter type for Task Lists.
TaskListPermission An enumerated type used to describe the permissions for Task Lists.
TaskListQueryOrder Represents a pair that consists of a TaskListAttribute and a boolean indicating whether to order ascending.
TaskQueryOrder Represents a pair that consists of a TaskAttribute and a boolean indicating whether to order ascending.
TaskRisk An enumerated type used to describe the risk for an ITask.
TaskStatus An enumerated type used to describe the status for an ITask.
 

Package com.plumtree.remote.prc.collaboration.tasklist Description

Provides classes and interfaces for creating, modifying, managing, and querying Collaboration task lists and tasks. (See Task List Examples.)

Since:
IDK 5.1


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.