Interface WorkflowInboxClient

All Known Implementing Classes:
WorkflowInboxClientImpl

public interface WorkflowInboxClient
This client provides functionality for a given workflow inbox.
Author:
jschwarz
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns a search client for the task contained in the given inbox.
    This method reads the properties of the given inbox.
  • Method Details

    • 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