T
- Type of result to be returned e.g. DXDataObject for findDataObjectspublic static interface DXSearch.FindResultPage<T> extends Iterable<T>
A page contains a set of matching results that can be retrieved using the Iterator protocol, as well as a "bookmark" that can be used to retrieve the next page.
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
getNext()
Returns an object that can be used in a later call to getSubsequentPage (e.g.
|
boolean |
hasNextPage()
Returns true if more results exist.
|
int |
size()
Returns the number of results in the current page.
|
forEach, iterator, spliterator
com.fasterxml.jackson.databind.JsonNode getNext()
DXSearch.FindDataObjectsResult.getSubsequentPage(JsonNode, int)
) to continue
retrieving results where this page leaves off, or null if there are no more results after
the end of this page.boolean hasNextPage()
int size()
Copyright © 2023. All Rights Reserved.