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 TypeMethodDescriptionbooleanexists(ScrollRequest request) Returnstrueif the requested Scroll implementation exists.scroll(ScrollRequest request) Returns aScrollinstance to execute the request.
-
Method Details
-
scroll
Returns aScrollinstance to execute the request. -
exists
Returnstrueif the requested Scroll implementation exists.
-