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.workflow
Classes in com.lexmark.saperion.client.implementation.workflow that implement WorkflowTaskClient Modifier and Type Class Description class
WorkflowTaskClientImpl
This is the default implementation ofWorkflowTaskClient
.Methods in com.lexmark.saperion.client.implementation.workflow that return WorkflowTaskClient Modifier and Type Method Description WorkflowTaskClient
WorkflowServiceClientImpl. getOverdueTasksClient()
WorkflowTaskClient
WorkflowServiceClientImpl. getOwnedTaskClient()
WorkflowTaskClient
WorkflowServiceClientImpl. getTask(TaskReferenceType reference)
WorkflowTaskClient
WorkflowServiceClientImpl. getTasksReminderClient()
-
Uses of WorkflowTaskClient in com.lexmark.saperion.client.workflow
Methods in com.lexmark.saperion.client.workflow that return WorkflowTaskClient Modifier and Type Method Description WorkflowTaskClient
WorkflowServiceClient. getOverdueTasksClient()
Returns list of tasks that are passed their due dateWorkflowTaskClient
WorkflowServiceClient. getOwnedTaskClient()
Returns list of tasks that are owned by current userWorkflowTaskClient
WorkflowServiceClient. getTask(TaskReferenceType reference)
This method returns a client for the workflow task with the provided id.WorkflowTaskClient
WorkflowServiceClient. getTasksReminderClient()
Returns workflow tasks that has reminder
-