Interface HippoNodeIterator

  • All Superinterfaces:
    Iterator, NodeIterator, RangeIterator

    public interface HippoNodeIterator
    extends 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 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