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