|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CompleteTaskResult
Contains information about the completed task.
A CompleteTaskResult object is returned when the TaskManager.completeTask() method is called.
| Method Summary | |
|---|---|
long |
getActionId()
Retrieves the action identifier for this task. |
java.lang.String |
getCompleteUserId()
Retrieves the user identifier. |
long |
getInitiatedProcessId()
Deprecated. Do not use. |
java.lang.String |
getInitiatedProcessTypeName()
Deprecated. Do not use. |
java.lang.String |
getInvocationId()
Retrieves the long-lived job identifier associated with this task. |
long |
getQueueId()
Retrieves the queue identifier. |
long |
getTaskId()
Retrieves the task identifier. |
boolean |
isProcessInitiated()
Determines whether TaskManager.completeTask() initiated a new process instance. |
boolean |
isWorkflowTask()
Determines whether the completed task is part of a workflow. |
| Method Detail |
|---|
long getTaskId()
long getActionId()
java.lang.String getInvocationId()
java.lang.String getCompleteUserId()
long getQueueId()
boolean isProcessInitiated()
TaskManager.completeTask() initiated a new process instance.
true if a process instance was created, false otherwise.boolean isWorkflowTask()
true if the completed task is part of a process instance, false otherwise.long getInitiatedProcessId()
java.lang.String getInitiatedProcessTypeName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||