Uses of Interface
org.nuxeo.ecm.core.api.scroll.ScrollRequest
Package
Description
-
Uses of ScrollRequest in org.nuxeo.ecm.core.api.scroll
Modifier and TypeMethodDescriptionboolean
ScrollService.exists
(ScrollRequest request) Returnstrue
if the requested Scroll implementation exists.void
Scroll.init
(ScrollRequest request, Map<String, String> options) Initialization of the iterator.ScrollService.scroll
(ScrollRequest request) Returns aScroll
instance to execute the request. -
Uses of ScrollRequest in org.nuxeo.ecm.core.blob.scroll
Modifier and TypeMethodDescriptionvoid
AbstractBlobScroll.init
(ScrollRequest request, Map<String, String> options) void
RepositoryBlobScroll.init
(ScrollRequest request, Map<String, String> options) -
Uses of ScrollRequest in org.nuxeo.ecm.core.scroll
Modifier and TypeClassDescriptionclass
Request to scroll documents.class
class
Generic Scroll Request.class
Scroll Request for a static result set.Modifier and TypeMethodDescriptionboolean
ScrollServiceImpl.exists
(ScrollRequest request) protected String
ScrollServiceImpl.getKey
(ScrollRequest request) void
EmptyScroll.init
(ScrollRequest request, Map<String, String> options) void
RepositoryScroll.init
(ScrollRequest request, Map<String, String> options) void
StaticScroll.init
(ScrollRequest request, Map<String, String> options) ScrollServiceImpl.scroll
(ScrollRequest request)