Interface ResultSetRowIterator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean allowsReverse()
      Does the result set allow reversal?
      org.alfresco.service.cmr.search.ResultSet getResultSet()
      Get the underlying result set
      • Methods inherited from interface java.util.Iterator

        forEachRemaining
      • Methods inherited from interface java.util.ListIterator

        add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set
    • Method Detail

      • getResultSet

        org.alfresco.service.cmr.search.ResultSet getResultSet()
        Get the underlying result set
        Returns:
        - the result set
      • allowsReverse

        boolean allowsReverse()
        Does the result set allow reversal?
        Returns:
        - true if the result set can be navigated in reverse.