Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ITask Interface

Interface that represents a task, the fundamental unit of a task list. It handles creation of sub-tasks, and manages each task's metadata and task dependencies. Each ITask contains the following attributes: start date, end date, risk, status, notes, and assigned users.

Tasks can have 3 level of sub-tasks. For example, you can create a task hierarchy as follows:
  1. Level 0 (parent task) - Task_0, the top level task
  2. Level 1 (first level of sub-task) - Task_01, sub-task of Task_0
  3. Level 2 (second level of sub-task) - Task_012, sub-task of Task_01
  4. Level 3 (third level of sub-task) - Task_0123, sub-task of Task_012

A task’s start date, end date, risk and status will be automatically updated when its sub-tasks are stored.

Tasks can also have dependent tasks. Task dependency is achieved by setting a task to depend on a source task using the AddDependentTask method and then calling Store on the task.

Any task modifications will not be stored permanently until Store is called.

For a list of all members of this type, see ITask Members.

public interface ITask : ICalendarItem

Requirements

Namespace: Plumtree.Remote.PRC.Collaboration.Tasklist

Assembly: idk (in idk.dll)

See Also

ITask Members | Plumtree.Remote.PRC.Collaboration.Tasklist Namespace