Class WorkflowInboxClientImpl
java.lang.Object
com.lexmark.saperion.client.implementation.workflow.WorkflowInboxClientImpl
- All Implemented Interfaces:
WorkflowInboxClient
This is the default implementation of
WorkflowInboxClient
.- Author:
- jschwarz
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowInboxClientImpl
(WorkflowInboxService inboxService, InboxListItemType inbox) -
Method Summary
-
Constructor Details
-
WorkflowInboxClientImpl
-
-
Method Details
-
load
Description copied from interface:WorkflowInboxClient
This method reads the properties of the given inbox.- Specified by:
load
in interfaceWorkflowInboxClient
- Returns:
- the properties of the given inbox
- Throws:
com.lexmark.saperion.exceptions.EcmException
-
getTasks
public SearchClient<TaskListItemType> getTasks() throws com.lexmark.saperion.exceptions.EcmExceptionDescription copied from interface:WorkflowInboxClient
This method returns a search client for the task contained in the given inbox.- Specified by:
getTasks
in interfaceWorkflowInboxClient
- Returns:
- a search client for the task contained in the given inbox
- Throws:
com.lexmark.saperion.exceptions.EcmException
-