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