Uses of Interface
org.nuxeo.ecm.core.api.scroll.ScrollRequest
-
Packages that use ScrollRequest Package Description org.nuxeo.ecm.core.api.scroll org.nuxeo.ecm.core.blob.scroll org.nuxeo.ecm.core.scroll -
-
Uses of ScrollRequest in org.nuxeo.ecm.core.api.scroll
Methods in org.nuxeo.ecm.core.api.scroll with parameters of type ScrollRequest Modifier and Type Method Description boolean
ScrollService. exists(ScrollRequest request)
Returnstrue
if the requested Scroll implementation exists.void
Scroll. init(ScrollRequest request, Map<String,String> options)
Initialization of the iterator.Scroll
ScrollService. scroll(ScrollRequest request)
Returns aScroll
instance 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 ScrollRequest Modifier and Type Method Description void
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
Classes in org.nuxeo.ecm.core.scroll that implement ScrollRequest Modifier and Type Class Description class
DocumentScrollRequest
Request to scroll documents.class
EmptyScrollRequest
class
GenericScrollRequest
Generic Scroll Request.class
StaticScrollRequest
Scroll Request for a static result set.Methods in org.nuxeo.ecm.core.scroll with parameters of type ScrollRequest Modifier and Type Method Description boolean
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)
Scroll
ScrollServiceImpl. scroll(ScrollRequest request)
-