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 WorkflowInboxServiceServiceFactory. 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 classAbstractWorkflowInboxDelegateServiceThisWorkflowInboxServicesimply delegates to another instance.classWorkflowInboxDelegateServiceThisWorkflowInboxServicesimply delegates to another instance.Methods in com.lexmark.saperion.delegate that return WorkflowInboxService Modifier and Type Method Description protected WorkflowInboxServiceWorkflowInboxDelegateService. getDelegate()Constructors in com.lexmark.saperion.delegate with parameters of type WorkflowInboxService Constructor Description WorkflowInboxDelegateService(WorkflowInboxService delegate)
-