Package org.nuxeo.ecm.core.scroll
Class EmptyScrollRequest
java.lang.Object
org.nuxeo.ecm.core.scroll.EmptyScrollRequest
- All Implemented Interfaces:
ScrollRequest
- Since:
- 11.3
-
Field Details
-
SCROLL_TYPE
- See Also:
-
SCROLL_NAME
- See Also:
-
-
Constructor Details
-
EmptyScrollRequest
protected EmptyScrollRequest()
-
-
Method Details
-
getType
Description copied from interface:ScrollRequestThe type of Scroll.- Specified by:
getTypein interfaceScrollRequest
-
getName
Description copied from interface:ScrollRequestThe Scroll implementation name. Returnsnullfor default implementation.- Specified by:
getNamein interfaceScrollRequest
-
getSize
public int getSize()Description copied from interface:ScrollRequestThe number of items to return per iteration.- Specified by:
getSizein interfaceScrollRequest
-
of
-