Interface WorkflowInboxClient

  • All Known Implementing Classes:
    WorkflowInboxClientImpl

    public interface WorkflowInboxClient
    This client provides functionality for a given workflow inbox.
    Author:
    jschwarz
    • 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