Package org.nuxeo.ecm.core.scroll
Class DocumentScrollRequest.Builder
java.lang.Object
org.nuxeo.ecm.core.scroll.DocumentScrollRequest.Builder
- Enclosing class:
- DocumentScrollRequest
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
getName()
getQuery()
int
getSize()
Uses a registered scroll implementation,null
for default implementation.Associates a reference to the scroll.repository
(String repository) The repository to execute the NXQL request.size
(int size) The number of item to fetch.Maximum duration between iteration on Scroll.The user executing the NXQL request.
-
Field Details
-
query
-
name
-
username
-
repository
-
reference
-
timeout
-
size
protected int size -
UNKNOWN
- See Also:
-
DEFAULT_SCROLL_SIZE
public static final int DEFAULT_SCROLL_SIZE- See Also:
-
DEFAULT_TIMEOUT
-
-
Constructor Details
-
Builder
-
-
Method Details
-
name
Uses a registered scroll implementation,null
for default implementation. -
timeout
Maximum duration between iteration on Scroll. -
size
The number of item to fetch. -
repository
The repository to execute the NXQL request. -
username
The user executing the NXQL request. -
reference
Associates a reference to the scroll.- Since:
- 2021.44
-
getName
-
getQuery
-
getTimeout
-
getSize
public int getSize() -
getUsername
-
getRepository
-
getReference
-
build
-