Uses of Interface
com.lexmark.saperion.workflow.WorkflowTaskService
Packages that use WorkflowTaskService
Package
Description
-
Uses of WorkflowTaskService in com.lexmark.saperion.client.implementation.workflow
Constructors in com.lexmark.saperion.client.implementation.workflow with parameters of type WorkflowTaskServiceModifierConstructorDescriptionWorkflowServiceClientImpl
(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 WorkflowTaskServiceModifier and TypeMethodDescriptionServiceFactory.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 WorkflowTaskServiceModifier and TypeClassDescriptionclass
ThisWorkflowTaskService
simply delegates to another instance.class
ThisWorkflowTaskService
simply delegates to another instance.Methods in com.lexmark.saperion.delegate that return WorkflowTaskServiceModifier and TypeMethodDescriptionprotected WorkflowTaskService
WorkflowTaskDelegateService.getDelegate()
Constructors in com.lexmark.saperion.delegate with parameters of type WorkflowTaskService