Package org.nuxeo.ecm.core.api.scroll
Interface ScrollService
- All Known Implementing Classes:
ScrollServiceImpl
public interface ScrollService
Service to scroll large result set.
- Since:
- 11.1
-
Method Summary
Modifier and TypeMethodDescriptionboolean
exists
(ScrollRequest request) Returnstrue
if the requested Scroll implementation exists.scroll
(ScrollRequest request) Returns aScroll
instance to execute the request.
-
Method Details
-
scroll
Returns aScroll
instance to execute the request. -
exists
Returnstrue
if the requested Scroll implementation exists.
-