public interface WorkflowInboxServiceClient
Modifier and Type | Method and Description |
---|---|
SearchClient<InboxListItemType> |
getGroupInboxes()
This method returns a search client for the workflow group inboxes.
|
SearchClient<InboxListItemType> |
getInboxes()
This method returns a search client for the workflow inboxes.
|
SearchClient<InboxListItemType> |
getOrganizationInboxes()
This method returns a search client for the workflow organization inboxes.
|
WorkflowInboxClient |
getPersonalInbox()
This method returns a client for the personal workflow inbox.
|
SearchClient<InboxListItemType> |
getSubstituteInboxes()
This method returns a search client for the workflow substitute inboxes.
|
WorkflowInboxClient |
resolve(InboxReferenceType inboxId)
This method gets a client for a workflow inbox given its reference.
|
SearchClient<InboxListItemType> getInboxes() throws EcmException
EcmException
SearchClient<InboxListItemType> getGroupInboxes() throws EcmException
EcmException
SearchClient<InboxListItemType> getSubstituteInboxes() throws EcmException
EcmException
SearchClient<InboxListItemType> getOrganizationInboxes() throws EcmException
EcmException
WorkflowInboxClient getPersonalInbox() throws EcmException
EcmException
WorkflowInboxClient resolve(InboxReferenceType inboxId) throws EcmException
inboxId
- a reference to the inboy to loadEcmException
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.