Package | Description |
---|---|
org.nuxeo.ecm.core.api | |
org.nuxeo.ecm.core.api.impl |
Modifier and Type | Method and Description |
---|---|
DocumentModelIterator |
CoreSession.getChildrenIterator(DocumentRef parent)
Gets an iterator to the children of the given parent.
|
DocumentModelIterator |
AbstractSession.getChildrenIterator(DocumentRef parent) |
DocumentModelIterator |
CoreSession.getChildrenIterator(DocumentRef parent,
String type)
Gets an iterator to the children of the given parent filtered according to the given document type.
|
DocumentModelIterator |
AbstractSession.getChildrenIterator(DocumentRef parent,
String type) |
DocumentModelIterator |
CoreSession.getChildrenIterator(DocumentRef parent,
String type,
String perm,
Filter filter)
Gets the children of the given parent filtered according to the given document type and permission.
|
DocumentModelIterator |
AbstractSession.getChildrenIterator(DocumentRef parent,
String type,
String perm,
Filter filter) |
Modifier and Type | Class and Description |
---|---|
class |
DocumentModelChildrenIterator
Iterator over the children of a folder.
|
Copyright © 2015 Nuxeo SA. All rights reserved.