Package com.adobe.idp.taskmanager.dsc.client.task

The com.adobe.idp.taskmanager.dsc.client.task package provides service client classes for the Task Manager service.

See:
          Description

Interface Summary
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() 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.
MultiUserStepInfo Provides information about multi-user steps, such as whether the policy is satisfied and how many users have completed the step.
SaveTaskResult A SaveTaskResult object is returned when saving new form instance data for a task by calling the TaskManager.save() method.
SetupWorkflowUserResult Returned from TaskManager.setupWorkflowUserWithInfo().
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.
TaskTimerInfo A TaskTimerInfo object identifies the task timer info such as the info for deadline, reminder and esculation for a task.
TaskUIInfo  
TaskUserInfo A TaskUserInfo object represents a user.
 

Class Summary
BatchFailure  
BatchResult  
DefaultCompleteTaskResult  
DefaultCreateTaskResult  
DefaultSaveTaskResult  
DefaultSetupWorkflowUserResult  
EmailNotifications Object that determines and sets email notification properties for a task.
FormServiceInvokeResponse.ReaderSubmitSettings Class that determines form submission properties, such as submission format and enablement of Acrobat Reader 9.1 submission.
FormServiceInvokeResponse.ReaderSubmitType  
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.TaskClassTypes Class of tasks known by the system.
TaskManagerConstants.TaskStatusTypes Contains the task status constants.
TaskManagerConstants.TaskUICustomSetting  
TaskManagerVersion Specifies the Adobe Experience Manager forms version that adds a class or method.
TaskUIOptions Provides information about the Workspace tools that the form specifies.
UserAction  
 

Exception Summary
ActionInstanceNotRunningException  
ActionNotFoundException Exception thrown when a form action is not found.
ActivePrincipalNotFoundException  
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.
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.
 

Package com.adobe.idp.taskmanager.dsc.client.task Description

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