Uses of Interface
org.nuxeo.ecm.core.api.DocumentModelIterator
Packages that use DocumentModelIterator
Package
Description
-
Uses of DocumentModelIterator in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that return DocumentModelIteratorModifier and TypeMethodDescriptionAbstractSession.getChildrenIterator
(DocumentRef parent) AbstractSession.getChildrenIterator
(DocumentRef parent, String type) AbstractSession.getChildrenIterator
(DocumentRef parent, String type, String perm, Filter filter) CoreSession.getChildrenIterator
(DocumentRef parent) Gets an iterator to the children of the given parent.CoreSession.getChildrenIterator
(DocumentRef parent, String type) Gets an iterator to the children of the given parent filtered according to the given document type.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 DocumentModelIteratorModifier and TypeClassDescriptionclass
Iterator over the children of a folder.