Uses of Interface
com.lexmark.saperion.client.workflow.WorkflowInboxServiceClient
-
Packages that use WorkflowInboxServiceClient Package Description com.lexmark.saperion.client.implementation.workflow com.lexmark.saperion.client.workflow -
-
Uses of WorkflowInboxServiceClient in com.lexmark.saperion.client.implementation.workflow
Classes in com.lexmark.saperion.client.implementation.workflow that implement WorkflowInboxServiceClient Modifier and Type Class Description class
WorkflowInboxServiceClientImpl
This is the default implementation ofWorkflowInboxServiceClient
.Methods in com.lexmark.saperion.client.implementation.workflow that return WorkflowInboxServiceClient Modifier and Type Method Description WorkflowInboxServiceClient
WorkflowServiceClientImpl. getInboxClient()
-
Uses of WorkflowInboxServiceClient in com.lexmark.saperion.client.workflow
Methods in com.lexmark.saperion.client.workflow that return WorkflowInboxServiceClient Modifier and Type Method Description WorkflowInboxServiceClient
WorkflowServiceClient. getInboxClient()
This method returns a client offering functionality concerning workflow inboxes.
-