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.



Interfaces
 InterfaceDescription
 AttachmentInfoContains information about a file to attach to a task.
 CompleteTaskResultContains information about the completed task.
 CreateTaskInfoThis interface is used to create a new task.
 CreateTaskInfo.PriorityValuesThe possible priority values for the task.
 CreateTaskResultA CreateTaskResult object is returned when the TaskManager#createTask TaskManager.createTask() method is called.
 FormInstanceRepresents the metadata for a form.
 FormInstanceBaseThe base interface for storage of form data.
 FormServiceInvokeResponseA FormServiceInvokeResponse object is returned when calling a render or submit service for a form.
 ImageTicketAn ImageTicket object is used to retrieve an image for a task.
 SaveTaskResultA 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.
 TaskACLA TaskACL object identifies the access control lists (ACLs) for one particular user (for one particular task).
 TaskInfoA TaskInfo object contains all relevant information about a task that is stored in the system.
 TaskManagerA TaskManager object is used to interact with workflow tasks.
 TaskUserInfoA TaskUserInfo object represents a user.
Classes
 ClassDescription
 ActionNotFoundExceptionException thrown when a form action is not found.
 AttachmentNotFoundExceptionException thrown if a requested attachment is not found.
 CompleteTaskExceptionException thrown if there was an error when completing a task.
 FormNotSavedExceptionAn exception that is thrown when a form cannot be saved.
 InvalidRouteExceptionAn exception that is thrown when an invalid route is selected.
 NoActionSelectedExceptionAn exception that is thrown when no action is selected when an action must be selected.
 NoRouteSelectedExceptionAn exception that is thrown when no route is selected when a route must be selected.
 ParticipantInfoThis class is used to define to whom a task is currently assigned or to whom it will later be assigned.
 TaskManagerConstantsContains constants used by the TaskManager service.
 TaskManagerConstants.TaskStatusTypesContains the task status constants.
 TaskManagerExceptionGeneric Task Manager Service exception.
 TaskManagerRuntimeExceptionRuntime exception thrown from TaskManager for unhandled exceptions.
 TaskNotFoundExceptionException thrown when a task is not found.
 TaskNotRunningExceptionException thrown when an operation is run on a task that cannot be found.
 TaskPermissionExceptionException thrown when an operation is run for which the end user does not have permissions for a particular task.
 UnknownValueExceptionAn exception thrown if the AttachmentInfo object is queried for unknown values.
 WorkflowUserNotFoundExceptionAn 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