The methods of the ITask interface are listed below. For a complete list of ITask interface members, see the ITask Members topic.
![]() | Assigns a user to the task. |
![]() | Adds this task as a dependent task of the given source task (makes the current task depend on the specified source task). |
![]() | Creates a sub-task for the current task. |
![]() | Returns the user IDs of users assigned to this task. |
![]() | Return the parent task, or null if this is a root task. |
![]() | Returns an ITask array of tasks that that this task is dependent on. |
![]() | Returns an ITask array of tasks that are dependent on this task. |
![]() | Returns true if the task's created date is available, otherwise false . |
![]() | Returns true if the task's last modified date is available, otherwise false . |
![]() | Removes an assigned user from the task. |
![]() | Removes this task as a dependent of another task. |
![]() | Stores the task. |
ITask Interface | Plumtree.Remote.PRC.Collaboration.Tasklist Namespace