Uses of Interface
com.lexmark.saperion.client.workflow.WorkflowTaskClient
- 
Packages that use WorkflowTaskClient Package Description com.lexmark.saperion.client.implementation.workflow com.lexmark.saperion.client.workflow 
- 
- 
Uses of WorkflowTaskClient in com.lexmark.saperion.client.implementation.workflowClasses in com.lexmark.saperion.client.implementation.workflow that implement WorkflowTaskClient Modifier and Type Class Description classWorkflowTaskClientImplThis is the default implementation ofWorkflowTaskClient.Methods in com.lexmark.saperion.client.implementation.workflow that return WorkflowTaskClient Modifier and Type Method Description WorkflowTaskClientWorkflowServiceClientImpl. getOverdueTasksClient()WorkflowTaskClientWorkflowServiceClientImpl. getOwnedTaskClient()WorkflowTaskClientWorkflowServiceClientImpl. getTask(TaskReferenceType reference)WorkflowTaskClientWorkflowServiceClientImpl. getTasksReminderClient()
- 
Uses of WorkflowTaskClient in com.lexmark.saperion.client.workflowMethods in com.lexmark.saperion.client.workflow that return WorkflowTaskClient Modifier and Type Method Description WorkflowTaskClientWorkflowServiceClient. getOverdueTasksClient()Returns list of tasks that are passed their due dateWorkflowTaskClientWorkflowServiceClient. getOwnedTaskClient()Returns list of tasks that are owned by current userWorkflowTaskClientWorkflowServiceClient. getTask(TaskReferenceType reference)This method returns a client for the workflow task with the provided id.WorkflowTaskClientWorkflowServiceClient. getTasksReminderClient()Returns workflow tasks that has reminder
 
-