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 booleanScrollService. exists(ScrollRequest request)Returnstrueif the requested Scroll implementation exists.voidScroll. init(ScrollRequest request, Map<String,String> options)Initialization of the iterator.ScrollScrollService. 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 ScrollRequest Modifier and Type Method Description voidAbstractBlobScroll. 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 ScrollRequest Modifier and Type Class Description classDocumentScrollRequestRequest to scroll documents.classEmptyScrollRequestclassGenericScrollRequestGeneric Scroll Request.classStaticScrollRequestScroll Request for a static result set.Methods in org.nuxeo.ecm.core.scroll with parameters of type ScrollRequest Modifier and Type Method Description booleanScrollServiceImpl. exists(ScrollRequest request)protected StringScrollServiceImpl. getKey(ScrollRequest request)voidEmptyScroll. init(ScrollRequest request, Map<String,String> options)voidRepositoryScroll. init(ScrollRequest request, Map<String,String> options)voidStaticScroll. init(ScrollRequest request, Map<String,String> options)ScrollScrollServiceImpl. scroll(ScrollRequest request)
-