public class NodeIteratorWrapper extends Object implements JCRNodeIteratorWrapper
NodeIterator instance of the query result in order to wrap each Node into
JCRNodeWrapper.EMPTY| Constructor and Description |
|---|
NodeIteratorWrapper(javax.jcr.NodeIterator ni,
JCRSessionWrapper session,
JCRStoreProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
long |
getPosition() |
long |
getSize() |
boolean |
hasNext() |
Iterator<JCRNodeWrapper> |
iterator() |
Object |
next() |
javax.jcr.Node |
nextNode() |
void |
remove() |
void |
skip(long skipNum) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingforEach, spliteratorpublic NodeIteratorWrapper(javax.jcr.NodeIterator ni,
JCRSessionWrapper session,
JCRStoreProvider provider)
public void skip(long skipNum)
skip in interface javax.jcr.RangeIteratorpublic long getSize()
getSize in interface javax.jcr.RangeIteratorpublic long getPosition()
getPosition in interface javax.jcr.RangeIteratorpublic javax.jcr.Node nextNode()
nextNode in interface javax.jcr.NodeIteratorpublic Iterator<JCRNodeWrapper> iterator()
iterator in interface Iterable<JCRNodeWrapper>Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.