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.workflowConstructors 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.spiMethods in com.lexmark.saperion.client.spi that return WorkflowTaskService Modifier and Type Method Description WorkflowTaskServiceServiceFactory. newWorkflowTaskService()This method creates a new workflow task service.
- 
Uses of WorkflowTaskService in com.lexmark.saperion.delegateClasses in com.lexmark.saperion.delegate that implement WorkflowTaskService Modifier and Type Class Description classAbstractWorkflowTaskDelegateServiceThisWorkflowTaskServicesimply delegates to another instance.classWorkflowTaskDelegateServiceThisWorkflowTaskServicesimply delegates to another instance.Methods in com.lexmark.saperion.delegate that return WorkflowTaskService Modifier and Type Method Description protected WorkflowTaskServiceWorkflowTaskDelegateService. getDelegate()Constructors in com.lexmark.saperion.delegate with parameters of type WorkflowTaskService Constructor Description WorkflowTaskDelegateService(WorkflowTaskService delegate)
 
-