Class CMISResultSetRowIterator

    • Constructor Detail

      • CMISResultSetRowIterator

        public CMISResultSetRowIterator​(CMISResultSet resultSet)
        Create an iterator over the result set. Follows stadard ListIterator conventions
        Parameters:
        resultSet - CMISResultSet
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<CMISResultSetRow>
        Specified by:
        hasNext in interface java.util.ListIterator<CMISResultSetRow>
      • allowsReverse

        public boolean allowsReverse()
      • hasPrevious

        public boolean hasPrevious()
        Specified by:
        hasPrevious in interface java.util.ListIterator<CMISResultSetRow>
      • moveToNextPosition

        protected int moveToNextPosition()
      • moveToPreviousPosition

        protected int moveToPreviousPosition()
      • nextIndex

        public int nextIndex()
        Specified by:
        nextIndex in interface java.util.ListIterator<CMISResultSetRow>
      • previousIndex

        public int previousIndex()
        Specified by:
        previousIndex in interface java.util.ListIterator<CMISResultSetRow>
      • remove

        public void remove()
        Specified by:
        remove in interface java.util.Iterator<CMISResultSetRow>
        Specified by:
        remove in interface java.util.ListIterator<CMISResultSetRow>