Uses of Interface
com.lexmark.saperion.workflow.WorkflowProcessService
-
Packages that use WorkflowProcessService Package Description com.lexmark.saperion.client.implementation.workflow com.lexmark.saperion.client.spi com.lexmark.saperion.delegate -
-
Uses of WorkflowProcessService in com.lexmark.saperion.client.implementation.workflow
Constructors in com.lexmark.saperion.client.implementation.workflow with parameters of type WorkflowProcessService Constructor Description WorkflowServiceClientImpl(WorkflowDefinitionService workflowDefinitionService, WorkflowInboxService workflowInboxService, WorkflowProcessService workflowProcessService, WorkflowTaskService workflowTaskService)
-
Uses of WorkflowProcessService in com.lexmark.saperion.client.spi
Methods in com.lexmark.saperion.client.spi that return WorkflowProcessService Modifier and Type Method Description WorkflowProcessService
ServiceFactory. newWorkflowProcessService()
This method create a new workflow process service. -
Uses of WorkflowProcessService in com.lexmark.saperion.delegate
Classes in com.lexmark.saperion.delegate that implement WorkflowProcessService Modifier and Type Class Description class
AbstractWorkflowProcessDelegateService
ThisWorkflowProcessService
simply delegates to another instance.class
WorkflowProcessDelegateService
ThisWorkflowProcessService
simply delegates to another instance.Methods in com.lexmark.saperion.delegate that return WorkflowProcessService Modifier and Type Method Description protected WorkflowProcessService
WorkflowProcessDelegateService. getDelegate()
Constructors in com.lexmark.saperion.delegate with parameters of type WorkflowProcessService Constructor Description WorkflowProcessDelegateService(WorkflowProcessService delegate)
-