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:ScrollRequest
The type of Scroll.- Specified by:
getType
in interfaceScrollRequest
-
getName
Description copied from interface:ScrollRequest
The Scroll implementation name. Returnsnull
for default implementation.- Specified by:
getName
in interfaceScrollRequest
-
getSize
public int getSize()Description copied from interface:ScrollRequest
The number of items to return per iteration.- Specified by:
getSize
in interfaceScrollRequest
-
of
-