Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ITask.Store Method 

Stores the task.

void Store();

Remarks

Can be used to persist a newly created task or edit an existing task. All task modifications will not be stored permanently until this method is called.

Exceptions

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

See Also

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