Interface WorkflowInboxClient
-
- All Known Implementing Classes:
WorkflowInboxClientImpl
public interface WorkflowInboxClient
This client provides functionality for a given workflow inbox.- Author:
- jschwarz
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchClient<TaskListItemType>
getTasks()
This method returns a search client for the task contained in the given inbox.InboxListItemType
load()
This method reads the properties of the given inbox.
-
-
-
Method Detail
-
load
InboxListItemType load() throws com.lexmark.saperion.exceptions.EcmException
This method reads the properties of the given inbox.- Returns:
- the properties of the given inbox
- Throws:
com.lexmark.saperion.exceptions.EcmException
-
getTasks
SearchClient<TaskListItemType> getTasks() throws com.lexmark.saperion.exceptions.EcmException
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
-
-