Class WorkflowInboxClientImpl
- java.lang.Object
- 
- com.lexmark.saperion.client.implementation.workflow.WorkflowInboxClientImpl
 
- 
- All Implemented Interfaces:
- WorkflowInboxClient
 
 public class WorkflowInboxClientImpl extends java.lang.Object implements WorkflowInboxClient This is the default implementation ofWorkflowInboxClient.- Author:
- jschwarz
 
- 
- 
Constructor SummaryConstructors Constructor Description WorkflowInboxClientImpl(WorkflowInboxService inboxService, InboxListItemType inbox)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchClient<TaskListItemType>getTasks()This method returns a search client for the task contained in the given inbox.InboxListItemTypeload()This method reads the properties of the given inbox.
 
- 
- 
- 
Constructor Detail- 
WorkflowInboxClientImplpublic WorkflowInboxClientImpl(WorkflowInboxService inboxService, InboxListItemType inbox) 
 
- 
 - 
Method Detail- 
loadpublic InboxListItemType load() throws com.lexmark.saperion.exceptions.EcmException Description copied from interface:WorkflowInboxClientThis method reads the properties of the given inbox.- Specified by:
- loadin interface- WorkflowInboxClient
- Returns:
- the properties of the given inbox
- Throws:
- com.lexmark.saperion.exceptions.EcmException
 
 - 
getTaskspublic SearchClient<TaskListItemType> getTasks() throws com.lexmark.saperion.exceptions.EcmException Description copied from interface:WorkflowInboxClientThis method returns a search client for the task contained in the given inbox.- Specified by:
- getTasksin interface- WorkflowInboxClient
- Returns:
- a search client for the task contained in the given inbox
- Throws:
- com.lexmark.saperion.exceptions.EcmException
 
 
- 
 
-