Uses of Interface
org.nuxeo.ecm.core.api.DocumentModelIterator
-
Packages that use DocumentModelIterator Package Description org.nuxeo.ecm.core.api org.nuxeo.ecm.core.api.impl -
-
Uses of DocumentModelIterator in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that return DocumentModelIterator Modifier and Type Method Description DocumentModelIterator
AbstractSession. getChildrenIterator(DocumentRef parent)
DocumentModelIterator
AbstractSession. getChildrenIterator(DocumentRef parent, String type)
DocumentModelIterator
AbstractSession. getChildrenIterator(DocumentRef parent, String type, String perm, Filter filter)
DocumentModelIterator
CoreSession. getChildrenIterator(DocumentRef parent)
Gets an iterator to the children of the given 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
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. -
Uses of DocumentModelIterator in org.nuxeo.ecm.core.api.impl
Classes in org.nuxeo.ecm.core.api.impl that implement DocumentModelIterator Modifier and Type Class Description class
DocumentModelChildrenIterator
Iterator over the children of a folder.
-