T - data object class to be returnedpublic static class DXSearch.FindDataObjectsResult<T extends DXDataObject> extends Object
findDataObjects query.
This class paginates through the results as necessary to return the full result set.
| Modifier and Type | Method and Description |
|---|---|
DXSearch.FindResultPage<T> |
getFirstPage(int pageSize)
Returns a first page of the
findDataObjects results. |
DXSearch.FindResultPage<T> |
getSubsequentPage(com.fasterxml.jackson.databind.JsonNode starting,
int pageSize)
Returns a subsequent page of the
findDataObjects results starting from the specified item. |
Iterator<T> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic DXSearch.FindResultPage<T> getFirstPage(int pageSize)
findDataObjects results.pageSize - number of elements to retrievepublic DXSearch.FindResultPage<T> getSubsequentPage(com.fasterxml.jackson.databind.JsonNode starting, int pageSize)
findDataObjects results starting from the specified item.starting - result of DXSearch.FindDataObjectsResult.FindDataObjectsResultPage.getNext() call on previous pagepageSize - number of elements to retrieveCopyright © 2023. All Rights Reserved.