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 DocumentModelIteratorAbstractSession. getChildrenIterator(DocumentRef parent)DocumentModelIteratorAbstractSession. getChildrenIterator(DocumentRef parent, String type)DocumentModelIteratorAbstractSession. getChildrenIterator(DocumentRef parent, String type, String perm, Filter filter)DocumentModelIteratorCoreSession. getChildrenIterator(DocumentRef parent)Gets an iterator to the children of the given parent.DocumentModelIteratorCoreSession. getChildrenIterator(DocumentRef parent, String type)Gets an iterator to the children of the given parent filtered according to the given document type.DocumentModelIteratorCoreSession. 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 classDocumentModelChildrenIteratorIterator over the children of a folder.
-