The com.adobe.idp.taskmanager.dsc.client.task package provides service client classes for the Task Manager service. You can use this package to create Java client applications that interact with the Task Manager Service. This package enables you to implement, in your custom applications, the functionality that this services provides. A com.adobe.idp.taskmanager.dsc.client.task.TaskManager object is used to interact with workflow tasks. Tasks are usually user steps in a workflow. Tasks can be associated with a process instance or may exist on their own. The User Service creates tasks, and enables task features like reminders and deadlines. This package is used to manage the lifecycle of a task in the system.
| Interface | Description | |
|---|---|---|
| AttachmentInfo | Contains information about a file to attach to a task. | |
| CompleteTaskResult | Contains information about the completed task. | |
| CreateTaskInfo | This interface is used to create a new task. | |
| CreateTaskInfo.PriorityValues | The possible priority values for the task. | |
| CreateTaskResult | A CreateTaskResult object is returned when the TaskManager#createTask TaskManager.createTask() method is called. |
|
| FormInstance | Represents the metadata for a form. | |
| FormInstanceBase | The base interface for storage of form data. | |
| FormServiceInvokeResponse | A FormServiceInvokeResponse object is returned when calling a render or submit service for a form. |
|
| ImageTicket | An ImageTicket object is used to retrieve an image for a task. |
|
| SaveTaskResult | A SaveTaskResult object is returned when saving new form instance data for a task by calling the com.adobe.idp.taskmanager.dsc.client.task.TaskManager#save TaskManager.save() method. |
|
| TaskACL | A TaskACL object identifies the access control lists (ACLs) for one particular user (for one particular task). |
|
| TaskInfo | A TaskInfo object contains all relevant information about a task that is stored in the system. |
|
| TaskManager | A TaskManager object is used to interact with workflow tasks. |
|
| TaskUserInfo | A TaskUserInfo object represents a user. |
| Class | Description | |
|---|---|---|
| ActionNotFoundException | Exception thrown when a form action is not found. | |
| AttachmentNotFoundException | Exception thrown if a requested attachment is not found. | |
| CompleteTaskException | Exception thrown if there was an error when completing a task. | |
| FormNotSavedException | An exception that is thrown when a form cannot be saved. | |
| InvalidRouteException | An exception that is thrown when an invalid route is selected. | |
| NoActionSelectedException | An exception that is thrown when no action is selected when an action must be selected. | |
| NoRouteSelectedException | An exception that is thrown when no route is selected when a route must be selected. | |
| ParticipantInfo | This class is used to define to whom a task is currently assigned or to whom it will later be assigned. | |
| TaskManagerConstants | Contains constants used by the TaskManager service. | |
| TaskManagerConstants.TaskStatusTypes | Contains the task status constants. | |
| TaskManagerException | Generic Task Manager Service exception. | |
| TaskManagerRuntimeException | Runtime exception thrown from TaskManager for unhandled exceptions. | |
| TaskNotFoundException | Exception thrown when a task is not found. | |
| TaskNotRunningException | Exception thrown when an operation is run on a task that cannot be found. | |
| TaskPermissionException | Exception thrown when an operation is run for which the end user does not have permissions for a particular task. | |
| UnknownValueException | An exception thrown if the AttachmentInfo object is queried for unknown values. | |
| WorkflowUserNotFoundException | An exception thrown when a user cannot be found. |
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/package-detail.html