Package org.nuxeo.ecm.core.api
Class ScrollResultImpl<T>
java.lang.Object
org.nuxeo.ecm.core.api.ScrollResultImpl<T>
- All Implemented Interfaces:
ScrollResult<T>
- Since:
- 8.4
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <O> ScrollResult<O> Returns the list of resultsReturns the scroll identifier, which can be passed to CoreSession.scroll(String scrollId) to get more results.booleanReturnstruewhen thisScrollResultcontains results.
-
Field Details
-
EMPTY_RESULT
-
scrollId
-
results
-
-
Constructor Details
-
ScrollResultImpl
-
-
Method Details
-
emptyResult
-
getScrollId
Description copied from interface:ScrollResultReturns the scroll identifier, which can be passed to CoreSession.scroll(String scrollId) to get more results.- Specified by:
getScrollIdin interfaceScrollResult<T>
-
hasResults
public boolean hasResults()Description copied from interface:ScrollResultReturnstruewhen thisScrollResultcontains results.- Specified by:
hasResultsin interfaceScrollResult<T>
-
getResults
Description copied from interface:ScrollResultReturns the list of results- Specified by:
getResultsin interfaceScrollResult<T>
-