Interface ScrollResult<T>

    • Method Detail

      • getScrollId

        String getScrollId()
        Returns the scroll identifier, which can be passed to CoreSession.scroll(String scrollId) to get more results.
      • hasResults

        boolean hasResults()
        Returns true when this ScrollResult contains results.
      • getResults

        List<T> getResults()
        Returns the list of results
        Since:
        9.3