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 class
WorkflowInboxClientImpl
This is the default implementation ofWorkflowInboxClient
.Methods in com.lexmark.saperion.client.implementation.workflow that return WorkflowInboxClient Modifier and Type Method Description WorkflowInboxClient
WorkflowInboxServiceClientImpl. getPersonalInbox()
WorkflowInboxClient
WorkflowInboxServiceClientImpl. 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 WorkflowInboxClient
WorkflowInboxServiceClient. getPersonalInbox()
This method returns a client for the personal workflow inbox.WorkflowInboxClient
WorkflowInboxServiceClient. resolve(InboxReferenceType inboxId)
This method gets a client for a workflow inbox given its reference.
-