public interface ScrollResult
CoreSession.scroll(java.lang.String, int, int)
call, giving access to result and the scroll id.Modifier and Type | Method and Description |
---|---|
List<String> |
getResultIds()
Returns the list of document ids
|
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()
List<String> getResultIds()
boolean hasResults()
true
when this ScrollResult
contains results.Copyright © 2017 Nuxeo. All rights reserved.