T - the result type.public interface ScrollResult<T>
CoreSession.scroll(java.lang.String, int, int) call, giving access to result and the scroll id.| Modifier and Type | Method and Description |
|---|---|
default List<String> |
getResultIds()
Deprecated.
since 9.10 use
getResults() instead. |
List<T> |
getResults()
Returns the list of results
|
String |
getScrollId()
Returns the scroll identifier, which can be passed to CoreSession.scroll(String scrollId) to get more results.
|
boolean |
hasResults()
Returns
true when this ScrollResult contains results. |
String getScrollId()
@Deprecated default List<String> getResultIds()
getResults() instead.boolean hasResults()
true when this ScrollResult contains results.List<T> getResults()
Copyright © 2019 Nuxeo. All rights reserved.