Uses of Interface
com.lexmark.saperion.workflow.WorkflowInboxService
-
Packages that use WorkflowInboxService Package Description com.lexmark.saperion.client.implementation.workflow com.lexmark.saperion.client.spi com.lexmark.saperion.delegate -
-
Uses of WorkflowInboxService in com.lexmark.saperion.client.implementation.workflow
Constructors in com.lexmark.saperion.client.implementation.workflow with parameters of type WorkflowInboxService Constructor Description WorkflowInboxClientImpl(WorkflowInboxService inboxService, InboxListItemType inbox)
WorkflowInboxServiceClientImpl(WorkflowInboxService workflowInboxService)
WorkflowServiceClientImpl(WorkflowDefinitionService workflowDefinitionService, WorkflowInboxService workflowInboxService, WorkflowProcessService workflowProcessService, WorkflowTaskService workflowTaskService)
-
Uses of WorkflowInboxService in com.lexmark.saperion.client.spi
Methods in com.lexmark.saperion.client.spi that return WorkflowInboxService Modifier and Type Method Description WorkflowInboxService
ServiceFactory. newWorkflowInboxService()
This method creates a new workflow inbox service. -
Uses of WorkflowInboxService in com.lexmark.saperion.delegate
Classes in com.lexmark.saperion.delegate that implement WorkflowInboxService Modifier and Type Class Description class
AbstractWorkflowInboxDelegateService
ThisWorkflowInboxService
simply delegates to another instance.class
WorkflowInboxDelegateService
ThisWorkflowInboxService
simply delegates to another instance.Methods in com.lexmark.saperion.delegate that return WorkflowInboxService Modifier and Type Method Description protected WorkflowInboxService
WorkflowInboxDelegateService. getDelegate()
Constructors in com.lexmark.saperion.delegate with parameters of type WorkflowInboxService Constructor Description WorkflowInboxDelegateService(WorkflowInboxService delegate)
-