Uses of Interface
com.lexmark.saperion.workflow.WorkflowTaskService
-
Packages that use WorkflowTaskService Package Description com.lexmark.saperion.client.implementation.workflow com.lexmark.saperion.client.spi com.lexmark.saperion.delegate -
-
Uses of WorkflowTaskService in com.lexmark.saperion.client.implementation.workflow
Constructors in com.lexmark.saperion.client.implementation.workflow with parameters of type WorkflowTaskService Constructor Description WorkflowServiceClientImpl(WorkflowDefinitionService workflowDefinitionService, WorkflowInboxService workflowInboxService, WorkflowProcessService workflowProcessService, WorkflowTaskService workflowTaskService)
WorkflowTaskClientImpl(WorkflowTaskService workflowTaskService)
WorkflowTaskClientImpl(WorkflowTaskService workflowTaskService, TaskReferenceType reference)
-
Uses of WorkflowTaskService in com.lexmark.saperion.client.spi
Methods in com.lexmark.saperion.client.spi that return WorkflowTaskService Modifier and Type Method Description WorkflowTaskService
ServiceFactory. newWorkflowTaskService()
This method creates a new workflow task service. -
Uses of WorkflowTaskService in com.lexmark.saperion.delegate
Classes in com.lexmark.saperion.delegate that implement WorkflowTaskService Modifier and Type Class Description class
AbstractWorkflowTaskDelegateService
ThisWorkflowTaskService
simply delegates to another instance.class
WorkflowTaskDelegateService
ThisWorkflowTaskService
simply delegates to another instance.Methods in com.lexmark.saperion.delegate that return WorkflowTaskService Modifier and Type Method Description protected WorkflowTaskService
WorkflowTaskDelegateService. getDelegate()
Constructors in com.lexmark.saperion.delegate with parameters of type WorkflowTaskService Constructor Description WorkflowTaskDelegateService(WorkflowTaskService delegate)
-