Package org.gcube.data.access.storagehub
Class NodeChildrenFilterIterator
- java.lang.Object
-
- org.gcube.data.access.storagehub.NodeChildrenFilterIterator
-
-
Constructor Summary
Constructors Constructor Description NodeChildrenFilterIterator(javax.jcr.Node node)NodeChildrenFilterIterator(javax.jcr.NodeIterator iterator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()javax.jcr.Nodenext()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Constructor Detail
-
NodeChildrenFilterIterator
public NodeChildrenFilterIterator(javax.jcr.Node node) throws org.gcube.common.storagehub.model.exceptions.BackendGenericError- Throws:
org.gcube.common.storagehub.model.exceptions.BackendGenericError
-
NodeChildrenFilterIterator
public NodeChildrenFilterIterator(javax.jcr.NodeIterator iterator) throws org.gcube.common.storagehub.model.exceptions.BackendGenericError- Throws:
org.gcube.common.storagehub.model.exceptions.BackendGenericError
-
-