Class WorkflowInboxServiceClientImpl
java.lang.Object
com.lexmark.saperion.client.implementation.workflow.WorkflowInboxServiceClientImpl
- All Implemented Interfaces:
- WorkflowInboxServiceClient
This is the default implementation of 
WorkflowInboxServiceClient.- Author:
- jschwarz
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionThis method returns a search client for the workflow group inboxes.This method returns a search client for the workflow inboxes.This method returns a search client for the workflow organization inboxes.This method returns a client for the personal workflow inbox.This method returns a search client for the workflow role inboxes.This method returns a search client for the workflow substitute inboxes.resolve(InboxReferenceType inboxId) This method gets a client for a workflow inbox given its reference.
- 
Constructor Details- 
WorkflowInboxServiceClientImpl
 
- 
- 
Method Details- 
getInboxespublic SearchClient<InboxListItemType> getInboxes() throws com.lexmark.saperion.exceptions.EcmExceptionDescription copied from interface:WorkflowInboxServiceClientThis method returns a search client for the workflow inboxes.- Specified by:
- getInboxesin interface- WorkflowInboxServiceClient
- Returns:
- a search client for the workflow inboxes
- Throws:
- com.lexmark.saperion.exceptions.EcmException
 
- 
getGroupInboxespublic SearchClient<InboxListItemType> getGroupInboxes() throws com.lexmark.saperion.exceptions.EcmExceptionDescription copied from interface:WorkflowInboxServiceClientThis method returns a search client for the workflow group inboxes.- Specified by:
- getGroupInboxesin interface- WorkflowInboxServiceClient
- Returns:
- a search client for the workflow group inboxes
- Throws:
- com.lexmark.saperion.exceptions.EcmException
 
- 
getSubstituteInboxespublic SearchClient<InboxListItemType> getSubstituteInboxes() throws com.lexmark.saperion.exceptions.EcmExceptionDescription copied from interface:WorkflowInboxServiceClientThis method returns a search client for the workflow substitute inboxes.- Specified by:
- getSubstituteInboxesin interface- WorkflowInboxServiceClient
- Returns:
- a search client for the workflow substitute inboxes
- Throws:
- com.lexmark.saperion.exceptions.EcmException
 
- 
getRoleInboxespublic SearchClient<InboxListItemType> getRoleInboxes() throws com.lexmark.saperion.exceptions.EcmExceptionDescription copied from interface:WorkflowInboxServiceClientThis method returns a search client for the workflow role inboxes.- Specified by:
- getRoleInboxesin interface- WorkflowInboxServiceClient
- Returns:
- a search client for the workflow role inboxes
- Throws:
- com.lexmark.saperion.exceptions.EcmException
 
- 
getOrganizationInboxespublic SearchClient<InboxListItemType> getOrganizationInboxes() throws com.lexmark.saperion.exceptions.EcmExceptionDescription copied from interface:WorkflowInboxServiceClientThis method returns a search client for the workflow organization inboxes.- Specified by:
- getOrganizationInboxesin interface- WorkflowInboxServiceClient
- Returns:
- a search client for the workflow organization inboxes
- Throws:
- com.lexmark.saperion.exceptions.EcmException
 
- 
getPersonalInboxDescription copied from interface:WorkflowInboxServiceClientThis method returns a client for the personal workflow inbox.- Specified by:
- getPersonalInboxin interface- WorkflowInboxServiceClient
- Returns:
- the a client for personal workflow inbox
- Throws:
- com.lexmark.saperion.exceptions.EcmException
 
- 
resolvepublic WorkflowInboxClient resolve(InboxReferenceType inboxId) throws com.lexmark.saperion.exceptions.EcmException Description copied from interface:WorkflowInboxServiceClientThis method gets a client for a workflow inbox given its reference.- Specified by:
- resolvein interface- WorkflowInboxServiceClient
- Parameters:
- inboxId- a reference to the inboy to load
- Returns:
- a client for a workflow inbox given its reference
- Throws:
- com.lexmark.saperion.exceptions.EcmException
 
 
-