Package org.nuxeo.ecm.core.scroll
Class DocumentScrollRequest
java.lang.Object
org.nuxeo.ecm.core.scroll.DocumentScrollRequest
- All Implemented Interfaces:
ScrollRequest
Request to scroll documents.
- Since:
- 11.1
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
-
Field Details
-
SCROLL_TYPE
- See Also:
-
name
-
query
-
repository
-
timeout
-
size
protected final int size -
username
-
reference
-
-
Constructor Details
-
DocumentScrollRequest
-
-
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
-
getTimeout
-
getUsername
-
getRepository
-
toString
-
builder
Creates a builder using an NXQL query.
-