Interface HippoNodeIterator

  • All Superinterfaces:
    Iterator, javax.jcr.NodeIterator, javax.jcr.RangeIterator

    public interface HippoNodeIterator
    extends javax.jcr.NodeIterator
    Extends a #javax.jcr.NodeIterator interface, with an additional method. Not all NodeIterator objects returned by a repository are HippoNodeIterator objects, and when an object is a HippoNodeIterator the additional information provided by these methods may still not be available.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getTotalSize()
      Obtains the number of elements that would be retrievable if the user your have access to all elements in the repository
      • Methods inherited from interface javax.jcr.NodeIterator

        nextNode
      • Methods inherited from interface javax.jcr.RangeIterator

        getPosition, getSize, skip
    • Method Detail

      • getTotalSize

        long getTotalSize()
        Obtains the number of elements that would be retrievable if the user your have access to all elements in the repository
        Returns:
        the total size or -1 when not available.
        Since:
        2.17.00