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.
|
public DocumentModelChildrenIterator(CoreSession session, DocumentRef parentRef, String type, Filter filter) throws ClientException
ClientExceptionpublic 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 © 2013 Nuxeo SA. All Rights Reserved.