Package org.hippoecm.repository.api
Interface HippoNodeIterator
- All Superinterfaces:
Iterator
,NodeIterator
,RangeIterator
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
Modifier and TypeMethodDescriptionlong
Obtains the number of elements that would be retrievable if the user your have access to all elements in the repositoryMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
Methods inherited from interface javax.jcr.NodeIterator
nextNode
Methods inherited from interface javax.jcr.RangeIterator
getPosition, getSize, skip
-
Method Details
-
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
-