|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SaveTaskResult
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 |
---|
long getTaskId()
java.lang.String getActionFromData()
java.lang.String getAssignedUserId()
long getQueueId()
java.lang.String getJobId()
long getActionInstanceId()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |