Uses of Interface
org.nuxeo.ecm.core.api.scroll.ScrollRequest
Packages that use ScrollRequest
Package
Description
-
Uses of ScrollRequest in org.nuxeo.ecm.core.api.scroll
Methods in org.nuxeo.ecm.core.api.scroll with parameters of type ScrollRequestModifier and TypeMethodDescriptionbooleanScrollService.exists(ScrollRequest request) Returnstrueif the requested Scroll implementation exists.voidScroll.init(ScrollRequest request, Map<String, String> options) Initialization of the iterator.ScrollService.scroll(ScrollRequest request) Returns aScrollinstance to execute the request. -
Uses of ScrollRequest in org.nuxeo.ecm.core.blob.scroll
Methods in org.nuxeo.ecm.core.blob.scroll with parameters of type ScrollRequestModifier and TypeMethodDescriptionvoidAbstractBlobScroll.init(ScrollRequest request, Map<String, String> options) voidRepositoryBlobScroll.init(ScrollRequest request, Map<String, String> options) -
Uses of ScrollRequest in org.nuxeo.ecm.core.scroll
Classes in org.nuxeo.ecm.core.scroll that implement ScrollRequestModifier and TypeClassDescriptionclassRequest to scroll documents.classclassGeneric Scroll Request.classScroll Request for a static result set.Methods in org.nuxeo.ecm.core.scroll with parameters of type ScrollRequestModifier and TypeMethodDescriptionbooleanScrollServiceImpl.exists(ScrollRequest request) protected StringScrollServiceImpl.getKey(ScrollRequest request) voidEmptyScroll.init(ScrollRequest request, Map<String, String> options) voidGenerateUidScroll.init(ScrollRequest scrollRequest, Map<String, String> options) voidRepositoryScroll.init(ScrollRequest request, Map<String, String> options) voidStaticScroll.init(ScrollRequest request, Map<String, String> options) ScrollServiceImpl.scroll(ScrollRequest request) -
Uses of ScrollRequest in org.nuxeo.ecm.core.search
Methods in org.nuxeo.ecm.core.search with parameters of type ScrollRequestModifier and TypeMethodDescriptionvoidSearchServiceScroll.init(ScrollRequest request, Map<String, String> options) -
Uses of ScrollRequest in org.nuxeo.ecm.directory.scroll
Methods in org.nuxeo.ecm.directory.scroll with parameters of type ScrollRequestModifier and TypeMethodDescriptionvoidDirectoryScroll.init(ScrollRequest request, Map<String, String> options)