Interface ResultSet<T>


public interface ResultSet<T>
Interface for a set of workflow entities that can be retrieved via WorkflowSession.
  • Method Summary

    Modifier and Type
    Method
    Description
    T[]
    Returns the items contained in this result set.
    long
    Returns the total number of results available.
  • Method Details

    • getItems

      T[] getItems()
      Returns the items contained in this result set.
      Returns:
      The items contained in this result set.
    • getTotalSize

      long getTotalSize()
      Returns the total number of results available.
      Returns:
      The total number of results available.