Package com.adobe.idp.taskmanager.dsc.client.task
Interfacepublic interface CompleteTaskResult

Contains information about the completed task. A CompleteTaskResult object is returned when the TaskManager.completeTask() method is called.



Public Methods
 MethodDefined by
  
Retrieves the action identifier for this task.
CompleteTaskResult
  
Retrieves the user identifier.
CompleteTaskResult
  
Retrieves the identifier of the initiated process instance.
CompleteTaskResult
  
Retrieves the name of the process type.
CompleteTaskResult
  
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
  
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
Method Detail
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()
Deprecated: Do not use.

Retrieves the identifier of the initiated process instance.

Returns
The identifier of the initiated process instance.
getInitiatedProcessTypeName() 
public String getInitiatedProcessTypeName()
Deprecated: Do not use.

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.

Returns
true if a process instance was created, false otherwise.
isWorkflowTask() 
public boolean isWorkflowTask()

Determines whether the completed task is part of a workflow.

Returns
true 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