Class WorkflowInboxServiceClientImpl
- java.lang.Object
- 
- com.lexmark.saperion.client.implementation.workflow.WorkflowInboxServiceClientImpl
 
- 
- All Implemented Interfaces:
- WorkflowInboxServiceClient
 
 public class WorkflowInboxServiceClientImpl extends java.lang.Object implements WorkflowInboxServiceClient This is the default implementation ofWorkflowInboxServiceClient.- Author:
- jschwarz
 
- 
- 
Constructor SummaryConstructors Constructor Description WorkflowInboxServiceClientImpl(WorkflowInboxService workflowInboxService)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method 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.WorkflowInboxClientgetPersonalInbox()This method returns a client for the personal workflow inbox.SearchClient<InboxListItemType>getSubstituteInboxes()This method returns a search client for the workflow substitute inboxes.WorkflowInboxClientresolve(InboxReferenceType inboxId)This method gets a client for a workflow inbox given its reference.
 
- 
- 
- 
Constructor Detail- 
WorkflowInboxServiceClientImplpublic WorkflowInboxServiceClientImpl(WorkflowInboxService workflowInboxService) 
 
- 
 - 
Method Detail- 
getInboxespublic SearchClient<InboxListItemType> getInboxes() throws com.lexmark.saperion.exceptions.EcmException Description 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.EcmException Description 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.EcmException Description 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
 
 - 
getOrganizationInboxespublic SearchClient<InboxListItemType> getOrganizationInboxes() throws com.lexmark.saperion.exceptions.EcmException Description 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
 
 - 
getPersonalInboxpublic WorkflowInboxClient getPersonalInbox() throws com.lexmark.saperion.exceptions.EcmException Description 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
 
 
- 
 
-