com.adobe.idp.taskmanager.dsc.client.task
Interface SaveTaskResult

All Superinterfaces:
Serializable

public interface SaveTaskResult
extends Serializable

A SaveTaskResult object is returned when saving new form instance data for a task by calling the TaskManager.save() method.


Method Summary
 String getActionFromData()
          Retrieves the action selected on the form.
 long getActionInstanceId()
          Retrieves the action instance identifier for the task associated with a saved form.
 String getAssignedUserId()
          Retrieves the assigned user identifier for the saved form.
 String getJobId()
          Retrieves the long-lived job identifier for the task associated with a saved form.
 long getQueueId()
          Retrieves the queue identifier for the saved form.
 long getTaskId()
          Retrieves the task identifier for the saved form.
 

Method Detail

getTaskId

long getTaskId()
Retrieves the task identifier for the saved form.

Returns:
The task identifier.

getActionFromData

String getActionFromData()
Retrieves the action selected on the form.

Returns:
The action selected on the form.

getAssignedUserId

String getAssignedUserId()
Retrieves the assigned user identifier for the saved form.

Returns:
The assigned user identifier for the saved form.

getQueueId

long getQueueId()
Retrieves the queue identifier for the saved form.

Returns:
The queue identifier for the saved form.

getJobId

String getJobId()
Retrieves the long-lived job identifier for the task associated with a saved form.

Returns:
The long-lived job identifier.

getActionInstanceId

long getActionInstanceId()
Retrieves the action instance identifier for the task associated with a saved form.

Returns:
The action instance identifier.


[an error occurred while processing this directive] [an error occurred while processing this directive]