Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ITask.GetTaskDependents Method 

Returns an ITask array of tasks that are dependent on this task.

ITask[] GetTaskDependents();

Return Value

An array of ITask that are dependent on this task.

Remarks

If no other tasks depend on the this task, a zero-length array will be returned.

Exceptions

Exception Type Condition
InvalidOperationException The object has already been removed.
CollaborationException The method call resulted in an error.
SoapException There was a communication problem during the execution of the remote method call.

See Also

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