Interface WorkflowInboxClient
- All Known Implementing Classes:
WorkflowInboxClientImpl
public interface WorkflowInboxClient
This client provides functionality for a given workflow inbox.
- Author:
- jschwarz
-
Method Details
-
load
This method reads the properties of the given inbox.- Returns:
- the properties of the given inbox
- Throws:
com.lexmark.saperion.exceptions.EcmException
-
getTasks
This method returns a search client for the task contained in the given inbox.- Returns:
- a search client for the task contained in the given inbox
- Throws:
com.lexmark.saperion.exceptions.EcmException
-