Uses of Interface
org.nuxeo.ecm.core.api.DocumentModelIterator
Package
Description
-
Uses of DocumentModelIterator in org.nuxeo.ecm.core.api
Modifier 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
Modifier and TypeClassDescriptionclass
Iterator over the children of a folder.