| Package | com.adobe.idp.taskmanager.dsc.client.task |
| Interface | public interface CompleteTaskResult |
CompleteTaskResult object is returned when the TaskManager.completeTask() method is called.
| Method | Defined by | ||
|---|---|---|---|
|
long getActionId()
Retrieves the action identifier for this task.
| CompleteTaskResult | ||
|
String getCompleteUserId()
Retrieves the user identifier.
| CompleteTaskResult | ||
|
long getInitiatedProcessId()
Retrieves the identifier of the initiated process instance.
| CompleteTaskResult | ||
|
String getInitiatedProcessTypeName()
Retrieves the name of the process type.
| CompleteTaskResult | ||
|
String getInvocationId()
Retrieves the long-lived job identifier associated with this task.
| CompleteTaskResult | ||
|
long getQueueId()
Retrieves the queue identifier.
| CompleteTaskResult | ||
|
long getTaskId()
Retrieves the task identifier.
| CompleteTaskResult | ||
|
boolean isProcessInitiated()
Determines whether TaskManager#completeTask TaskManager.completeTask() initiated a new process instance.
| CompleteTaskResult | ||
|
boolean isWorkflowTask()
Determines whether the completed task is part of a workflow.
| CompleteTaskResult | ||
| getActionId | () |
public long getActionId()Retrieves the action identifier for this task.
Returns| The action identifier. |
| getCompleteUserId | () |
public String getCompleteUserId()Retrieves the user identifier.
Returns| The user identifier. |
| getInitiatedProcessId | () |
public long getInitiatedProcessId()
Retrieves the identifier of the initiated process instance.
Returns| The identifier of the initiated process instance. |
| getInitiatedProcessTypeName | () |
public String getInitiatedProcessTypeName()
Retrieves the name of the process type. It returns a value only if the completed task initiated a process.
Returns| The name of the process type. |
| getInvocationId | () |
public String getInvocationId()Retrieves the long-lived job identifier associated with this task.
Returns| The long-lived job identifier. |
| getQueueId | () |
public long getQueueId()Retrieves the queue identifier.
Returns| The queue identifier. |
| getTaskId | () |
public long getTaskId()Retrieves the task identifier.
Returns| The task identifier. |
| isProcessInitiated | () |
public boolean isProcessInitiated()Determines whether TaskManager.completeTask() initiated a new process instance.
Returnstrue if a process instance was created, false otherwise. |
| isWorkflowTask | () |
public boolean isWorkflowTask()Determines whether the completed task is part of a workflow.
Returnstrue if the completed task is part of a process instance, false otherwise. |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/com/adobe/idp/taskmanager/dsc/client/task/CompleteTaskResult.html