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

All Superinterfaces:
java.io.Serializable

public interface SaveTaskResult
extends java.io.Serializable

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


Method Summary
 java.lang.String getActionFromData()
          Retrieves the action selected on the form.
 long getActionInstanceId()
          Retrieves the action instance identifier for the task associated with a saved form.
 java.lang.String getAssignedUserId()
          Retrieves the assigned user identifier for the saved form.
 java.lang.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

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

Returns:
The action selected on the form.

getAssignedUserId

java.lang.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

java.lang.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]