Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ITask Members

ITask overview

Public Instance Properties

iconContainingProject Gets the project that contains this task.
iconContainingTaskList Gets the task list that contains this task.
iconCreatedDate Gets the task created date.
iconDescription Gets or sets the task description.
iconDetailsURL Gets the task details URL.
iconID Gets the task ID.
iconIntStatus Gets or sets the Task status.
iconLastModifiedDate Gets the task last modified date.
iconLevel Gets the task level.
iconName Gets or sets the task name.
iconNotes Gets or sets task notes.
iconOwnerUserID Gets the Owner ID of this task.
iconRisk Gets or sets the task risk.
iconStatus Gets or sets the Task status.
iconSubTasks Gets all sub-tasks of the current task.

Public Instance Methods

iconAddAssignedUser Assigns a user to the task.
iconAddDependentTask Adds this task as a dependent task of the given source task (makes the current task depend on the specified source task).
iconCreateSubTask Creates a sub-task for the current task.
iconGetAssignedUserIDs Returns the user IDs of users assigned to this task.
iconGetParentTask Return the parent task, or null if this is a root task.
iconGetTaskDependencies Returns an ITask array of tasks that that this task is dependent on.
iconGetTaskDependents Returns an ITask array of tasks that are dependent on this task.
iconHasCreatedDate Returns true if the task's created date is available, otherwise false.
iconHasLastModifiedDate Returns true if the task's last modified date is available, otherwise false.
iconRemoveAssignedUser Removes an assigned user from the task.
iconRemoveDependentTask Removes this task as a dependent of another task.
iconStore Stores the task.

See Also

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