Package org.nuxeo.ecm.core.scroll
Class StaticScrollRequest
java.lang.Object
org.nuxeo.ecm.core.scroll.StaticScrollRequest
- All Implemented Interfaces:
ScrollRequest
Scroll Request for a static result set.
- Since:
- 11.1
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic StaticScrollRequest.Builder
static StaticScrollRequest.Builder
getName()
The Scroll implementation name.int
getSize()
The number of items to return per iteration.getType()
The type of Scroll.toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.nuxeo.ecm.core.api.scroll.ScrollRequest
getReference
-
Field Details
-
SCROLL_TYPE
- See Also:
-
SCROLL_NAME
- See Also:
-
size
protected final int size -
identifiers
-
-
Constructor Details
-
StaticScrollRequest
-
-
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
-
getIdentifiers
-
builder
-
builder
-
toString
-