|
Oracle BPEL Process Manager Workflow Services API Reference 10g Release 3 (10.1.3) B28985-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
Task |
acquireTask(IWorkflowContext context, java.lang.String taskId)Acquire the task |
Task |
acquireTask(IWorkflowContext context, Task task)Acquire the task |
boolean |
acquireTasks(IWorkflowContext context, java.util.List taskIds)Acquire all the tasks identified by their task id in the specified list |
Task |
addAttachment(IWorkflowContext context, java.lang.String taskId, AttachmentType attachment)Add a attachment |
Task |
addAttachment(IWorkflowContext context, Task task, AttachmentType attachment)Add a attachment |
Task |
addComment(IWorkflowContext context, java.lang.String taskId, java.lang.String comment)Add a comment |
Task |
addComment(IWorkflowContext context, Task task, java.lang.String comment)Add a comment |
Task |
delegateTask(IWorkflowContext context, java.lang.String taskId, java.util.List taskAssignees)Delegate the task |
Task |
delegateTask(IWorkflowContext context, Task task, java.util.List taskAssignees)Delegate the task |
Task |
errorTask(IWorkflowContext context, java.lang.String taskId)Error the task |
Task |
errorTask(IWorkflowContext context, Task task)Error the task |
Task |
escalateTask(IWorkflowContext context, java.lang.String taskId)Escalate the task |
Task |
escalateTask(IWorkflowContext context, Task task)Escalate the task |
java.util.List |
getApprovers(IWorkflowContext context, java.lang.String taskId)Get all the approvers of the task |
java.util.List |
getApprovers(IWorkflowContext context, Task task)Get all the approvers of the task |
RoutingSlip |
getFutureParticipants(IWorkflowContext context, java.lang.String taskId)Get all the future participants for the task |
RoutingSlip |
getFutureParticipants(IWorkflowContext context, Task task)Get all the future participants for the task |
java.util.List |
getUsersToRequestInfoForTask(IWorkflowContext context, java.lang.String taskId)Get the list of users from whom request for information can be requested |
java.util.List |
getUsersToRequestInfoForTask(IWorkflowContext context, Task task)Get the list of users from whom request for information can be requested |
IInitiateTaskResponse |
initiateTask(Task task)Initiate a task |
Task |
mergeAndUpdateTask(IWorkflowContext context, Task task)Merge and update a task. |
Task |
overrideRoutingSlip(IWorkflowContext context, java.lang.String taskId, java.lang.String routingSlipURI)Override current routing slip. |
Task |
overrideRoutingSlip(IWorkflowContext context, Task task, java.lang.String routingSlipURI)Override current routing slip. |
Task |
pushBackTask(IWorkflowContext context, java.lang.String taskId)PushBack the task to the previous approver/original assignees. |
Task |
pushBackTask(IWorkflowContext context, Task task)PushBack the task to the previous approver/original assignees. |
Task |
reassignTask(IWorkflowContext context, java.lang.String taskId, java.util.List taskAssignees)Reassign the task |
Task |
reassignTask(IWorkflowContext context, Task task, java.util.List taskAssignees)Reassign the task |
IInitiateTaskResponse |
reinitiateTask(Task task)Reinitiate a task |
Task |
releaseTask(IWorkflowContext context, java.lang.String taskId)Release the task |
Task |
releaseTask(IWorkflowContext context, Task task)Release the task |
boolean |
releaseTasks(IWorkflowContext context, java.util.List taskIds)Release all the tasks identified by their task id in the specified list |
Task |
removeAttachment(IWorkflowContext context, java.lang.String taskId, java.util.List attachmentNames)Remove all task attachments identified by the list of attachment names |
Task |
removeAttachment(IWorkflowContext context, Task task, java.util.List attachmentNames)Remove all task attachments identified by the list of attachment names |
Task |
renewTask(IWorkflowContext context, java.lang.String taskId, org.exolab.types.Duration duration)Renew the task |
Task |
renewTask(IWorkflowContext context, Task task, org.exolab.types.Duration duration)Renew the task |
Task |
requestInfoForTask(IWorkflowContext context, java.lang.String taskId, ITaskAssignee taskAssignee)Request for more information |
Task |
requestInfoForTask(IWorkflowContext context, Task task, ITaskAssignee taskAssignee)Request for more information |
Task |
requestInfoForTaskWithReapproval(IWorkflowContext context, java.lang.String taskId, ITaskAssignee taskAssignee)Request for more information and once the information is submitted, initiate reapproval from all the previous approvers since the user who submitted the information |
Task |
requestInfoForTaskWithReapproval(IWorkflowContext context, Task task, ITaskAssignee taskAssignee)Request for more information and once the information is submitted, initiate reapproval from all the previous approvers since the user who submitted the information |
Task |
resumeTask(IWorkflowContext context, java.lang.String taskId)Resume the task |
Task |
resumeTask(IWorkflowContext context, Task task)Resume the task |
boolean |
resumeTasks(IWorkflowContext context, java.util.List taskIds)Resume all the tasks identified by their task id in the specified list |
Task |
routeTask(IWorkflowContext context, java.lang.String taskId, Participants participants)Route the task to the specified participant. |
Task |
routeTask(IWorkflowContext context, Task task, Participants participants)Route the task to the specified participant. |
Task |
skipCurrentAssignment(IWorkflowContext context, java.lang.String taskId)Skip current assignment and interpret the routing slip to assign to the next participant |
Task |
skipCurrentAssignment(IWorkflowContext context, Task task)Skip current assignment and interpret the routing slip to assign to the next participant |
Task |
submitInfoForTask(IWorkflowContext context, Task task)Submit info to resume the task |
Task |
suspendTask(IWorkflowContext context, java.lang.String taskId)Suspend the task |
Task |
suspendTask(IWorkflowContext context, Task task)Suspend the task |
boolean |
suspendTasks(IWorkflowContext context, java.util.List taskIds)Suspend all the tasks identified by their task id in the specified list |
boolean |
updateOutcomeOfTasks(IWorkflowContext context, java.util.List taskIds, java.lang.String outcome)Set the outcome of all the tasks identified by their task id in the specified list |
Task |
updateTask(IWorkflowContext context, Task task)Update a task |
Task |
updateTaskOutcome(IWorkflowContext context, java.lang.String taskId, java.lang.String outcome)Set the outcome of the task |
Task |
updateTaskOutcome(IWorkflowContext context, Task task, java.lang.String outcome)Set the outcome of the task |
Task |
updateTaskOutcomeAndRoute(IWorkflowContext context, java.lang.String taskId, java.lang.String outcome, Participants participants)Set the outcome of the task and continue routing to the users and groups as specified in the list of IParticipant object |
Task |
updateTaskOutcomeAndRoute(IWorkflowContext context, Task task, java.lang.String outcome, Participants participants)Set the outcome of the task and continue routing to the users and groups as specified in the list of IParticipant object |
Task |
withdrawTask(IWorkflowContext context, java.lang.String taskId)Withdraw the task |
Task |
withdrawTask(IWorkflowContext context, Task task)Withdraw the task |
boolean |
withdrawTasks(IWorkflowContext context, java.util.List taskIds)Withdraw all the tasks identified by their task id in the specified list |
| Method Detail |
public IInitiateTaskResponse initiateTask(Task task)
throws StaleObjectException,
WorkflowException
task - The task objectStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public IInitiateTaskResponse reinitiateTask(Task task)
throws StaleObjectException,
WorkflowException
task - The task objectStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task overrideRoutingSlip(IWorkflowContext context,
Task task,
java.lang.String routingSlipURI)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttask - The task objectroutingSlipURI - The URI for the new routing slipStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task overrideRoutingSlip(IWorkflowContext context,
java.lang.String taskId,
java.lang.String routingSlipURI)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttaskId - The task idroutingSlipURI - The URI for the new routing slipStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task skipCurrentAssignment(IWorkflowContext context,
Task task)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttask - The task objectStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task skipCurrentAssignment(IWorkflowContext context,
java.lang.String taskId)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttaskId - The task idStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task updateTask(IWorkflowContext context,
Task task)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttask - The task objectStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task addComment(IWorkflowContext context,
Task task,
java.lang.String comment)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttask - The task objectcomment - The commentStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task addComment(IWorkflowContext context,
java.lang.String taskId,
java.lang.String comment)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttaskId - The task idcomment - The commentStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task addAttachment(IWorkflowContext context,
Task task,
AttachmentType attachment)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttask - The task objectattachment - The attachment objectStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task addAttachment(IWorkflowContext context,
java.lang.String taskId,
AttachmentType attachment)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttaskId - The task idattachment - The attachment objectStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task removeAttachment(IWorkflowContext context,
java.lang.String taskId,
java.util.List attachmentNames)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttaskId - The task idattachmentNames - List of attachment namesStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task removeAttachment(IWorkflowContext context,
Task task,
java.util.List attachmentNames)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttask - The task objectattachmentNames - List of attachment namesStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task mergeAndUpdateTask(IWorkflowContext context,
Task task)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttask - The task objectStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task reassignTask(IWorkflowContext context,
java.lang.String taskId,
java.util.List taskAssignees)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttaskId - The task idtaskAssignees - List of ITaskAssignee objects representing the users/groups to reassign the task toStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task reassignTask(IWorkflowContext context,
Task task,
java.util.List taskAssignees)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttask - The task objecttaskAssignees - List of ITaskAssignee objects representing the users/groups to reassign the task toStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task delegateTask(IWorkflowContext context,
java.lang.String taskId,
java.util.List taskAssignees)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttaskId - The task idtaskAssignees - List of ITaskAssignee objects representing the users/groups to delegate the task toStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task delegateTask(IWorkflowContext context,
Task task,
java.util.List taskAssignees)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttask - The task objecttaskAssignees - List of ITaskAssignee objects representing the users/groups to delegate the task toStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task escalateTask(IWorkflowContext context,
Task task)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttask - The task objectStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task escalateTask(IWorkflowContext context,
java.lang.String taskId)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttaskId - The task IdStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task renewTask(IWorkflowContext context,
Task task,
org.exolab.types.Duration duration)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttask - The task objectduration - The duration by which the task should be renewedStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task renewTask(IWorkflowContext context,
java.lang.String taskId,
org.exolab.types.Duration duration)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttaskId - The task Idduration - The duration by which the task should be renewedStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task updateTaskOutcome(IWorkflowContext context,
Task task,
java.lang.String outcome)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttask - The task objectoutcome - The outcome of the taskStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task updateTaskOutcome(IWorkflowContext context,
java.lang.String taskId,
java.lang.String outcome)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttaskId - The task idoutcome - The outcome of the taskStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public boolean updateOutcomeOfTasks(IWorkflowContext context,
java.util.List taskIds,
java.lang.String outcome)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttaskIds - A list of task idsoutcome - The outcome of the taskStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task updateTaskOutcomeAndRoute(IWorkflowContext context,
Task task,
java.lang.String outcome,
Participants participants)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttask - The task objectoutcome - The outcome of the taskparticipants - The participants object. The participants contain individual participant typesStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task updateTaskOutcomeAndRoute(IWorkflowContext context,
java.lang.String taskId,
java.lang.String outcome,
Participants participants)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttaskId - The task idoutcome - The outcome of the taskparticipants - The participants object. The participants contain individual participant typesStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task withdrawTask(IWorkflowContext context,
Task task)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttask - The task objectStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task withdrawTask(IWorkflowContext context,
java.lang.String taskId)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttaskId - The task idStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public boolean withdrawTasks(IWorkflowContext context,
java.util.List taskIds)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttaskIds - A list of taskIdsStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task suspendTask(IWorkflowContext context,
Task task)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttask - The task objectStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task suspendTask(IWorkflowContext context,
java.lang.String taskId)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttaskId - The task idStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public boolean suspendTasks(IWorkflowContext context,
java.util.List taskIds)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttaskIds - A list of taskIdsStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task resumeTask(IWorkflowContext context,
Task task)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttask - The task objectStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task resumeTask(IWorkflowContext context,
java.lang.String taskId)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttaskId - The task idStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public boolean resumeTasks(IWorkflowContext context,
java.util.List taskIds)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttaskIds - A list of taskIdsStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task requestInfoForTask(IWorkflowContext context,
Task task,
ITaskAssignee taskAssignee)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttask - The task objecttaskAssignee - The task assignee to whom the request for info should be submittedStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task requestInfoForTask(IWorkflowContext context,
java.lang.String taskId,
ITaskAssignee taskAssignee)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttaskId - The task IdtaskAssignee - The task assignee to whom the request for info should be submittedStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task requestInfoForTaskWithReapproval(IWorkflowContext context,
Task task,
ITaskAssignee taskAssignee)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttask - The task objecttaskAssignee - The task assignee to whom the request for info should be submittedStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task requestInfoForTaskWithReapproval(IWorkflowContext context,
java.lang.String taskId,
ITaskAssignee taskAssignee)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttaskId - The task IdtaskAssignee - The task assignee to whom the request for info should be submittedStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public java.util.List getUsersToRequestInfoForTask(IWorkflowContext context,
Task task)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttask - The task objectStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public java.util.List getUsersToRequestInfoForTask(IWorkflowContext context,
java.lang.String taskId)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttaskId - The task idStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task submitInfoForTask(IWorkflowContext context,
Task task)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttask - The task objectStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task acquireTask(IWorkflowContext context,
Task task)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttask - The task objectStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task acquireTask(IWorkflowContext context,
java.lang.String taskId)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttaskId - The task IdStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public boolean acquireTasks(IWorkflowContext context,
java.util.List taskIds)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContextStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task releaseTask(IWorkflowContext context,
Task task)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttask - The task objectStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task releaseTask(IWorkflowContext context,
java.lang.String taskId)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttaskId - The task IdStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public boolean releaseTasks(IWorkflowContext context,
java.util.List taskIds)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContextStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task routeTask(IWorkflowContext context,
java.lang.String taskId,
Participants participants)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttaskId - The task Idparticipants - The participants object. The participants contain individual participant typesStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task routeTask(IWorkflowContext context,
Task task,
Participants participants)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttask - The taskparticipants - The participants object. The participants contain individual participant typesStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task pushBackTask(IWorkflowContext context,
java.lang.String taskId)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttaskId - The task IdStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task pushBackTask(IWorkflowContext context,
Task task)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttask - The taskStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task errorTask(IWorkflowContext context,
Task task)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContextStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public Task errorTask(IWorkflowContext context,
java.lang.String taskId)
throws StaleObjectException,
WorkflowException
context - The IWorkflowContexttaskId - The task IdStaleObjectException - This Exception is thrown when the object is modified since it was retrieved by this callerWorkflowException - Any other exception encountered by the task manager
public java.util.List getApprovers(IWorkflowContext context,
Task task)
throws WorkflowException
context - The IWorkflowContexttask - The task objectWorkflowException - Any other exception encountered by the task manager
public java.util.List getApprovers(IWorkflowContext context,
java.lang.String taskId)
throws WorkflowException
context - The IWorkflowContexttaskId - The task IdWorkflowException - Any other exception encountered by the task manager
public RoutingSlip getFutureParticipants(IWorkflowContext context,
java.lang.String taskId)
throws WorkflowException
context - The IWorkflowContexttaskId - The task IdWorkflowException - Any other exception encountered by the task manager
public RoutingSlip getFutureParticipants(IWorkflowContext context,
Task task)
throws WorkflowException
context - The IWorkflowContexttask - The task objectWorkflowException - Any other exception encountered by the task manager
|
Oracle BPEL Process Manager Workflow Services API Reference 10g Release 3 (10.1.3) B28985-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2006, Oracle. All rights reserved.