public class DocumentModelChildrenIterator extends Object implements DocumentModelIterator
UNKNOWN_SIZE| Constructor and Description | 
|---|
DocumentModelChildrenIterator(CoreSession session,
                             DocumentRef parentRef,
                             String type,
                             Filter filter)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
hasNext()  | 
Iterator<DocumentModel> | 
iterator()  | 
DocumentModel | 
next()  | 
void | 
remove()  | 
long | 
size()
This might return a real elements count if the implementation allow this. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingforEach, spliteratorpublic DocumentModelChildrenIterator(CoreSession session, DocumentRef parentRef, String type, Filter filter)
public boolean hasNext()
hasNext in interface Iterator<DocumentModel>public DocumentModel next()
next in interface Iterator<DocumentModel>public void remove()
remove in interface Iterator<DocumentModel>public Iterator<DocumentModel> iterator()
iterator in interface Iterable<DocumentModel>public long size()
DocumentModelIteratorsize in interface DocumentModelIteratorCopyright © 2019 Nuxeo. All rights reserved.