Package org.nuxeo.ecm.core.scroll
Class GenericScrollRequest
java.lang.Object
org.nuxeo.ecm.core.scroll.GenericScrollRequest
- All Implemented Interfaces:
ScrollRequest
Generic Scroll Request.
- Since:
- 11.1
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
-
Field Details
-
SCROLL_TYPE
- See Also:
-
size
protected final int size -
reference
-
query
-
scrollName
-
options
-
-
Constructor Details
-
GenericScrollRequest
-
-
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
-
getReference
Description copied from interface:ScrollRequest
Gets a reference associated with the scroll request.- Specified by:
getReference
in interfaceScrollRequest
-
getQuery
-
getOptions
-
builder
-
toString
-