Uses of Interface
com.lexmark.saperion.client.workflow.WorkflowInboxClient
-
Packages that use WorkflowInboxClient Package Description com.lexmark.saperion.client.implementation.workflow com.lexmark.saperion.client.workflow -
-
Uses of WorkflowInboxClient in com.lexmark.saperion.client.implementation.workflow
Classes in com.lexmark.saperion.client.implementation.workflow that implement WorkflowInboxClient Modifier and Type Class Description classWorkflowInboxClientImplThis is the default implementation ofWorkflowInboxClient.Methods in com.lexmark.saperion.client.implementation.workflow that return WorkflowInboxClient Modifier and Type Method Description WorkflowInboxClientWorkflowInboxServiceClientImpl. getPersonalInbox()WorkflowInboxClientWorkflowInboxServiceClientImpl. resolve(InboxReferenceType inboxId) -
Uses of WorkflowInboxClient in com.lexmark.saperion.client.workflow
Methods in com.lexmark.saperion.client.workflow that return WorkflowInboxClient Modifier and Type Method Description WorkflowInboxClientWorkflowInboxServiceClient. getPersonalInbox()This method returns a client for the personal workflow inbox.WorkflowInboxClientWorkflowInboxServiceClient. resolve(InboxReferenceType inboxId)This method gets a client for a workflow inbox given its reference.
-