Package org.hippoecm.repository.api
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 java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-