@AlfrescoPublicApi public interface PagingResults<R>
Modifier and Type | Method and Description |
---|---|
List<R> |
getPage()
Get the page of results.
|
String |
getQueryExecutionId()
Get a unique ID associated with these query results.
|
Pair<Integer,Integer> |
getTotalResultCount()
Get the total result count assuming no paging applied.
|
boolean |
hasMoreItems()
True if more items on next page.
|
List<R> getPage()
boolean hasMoreItems()
Pair<Integer,Integer> getTotalResultCount()
String getQueryExecutionId()
Copyright © 2005–2016 Alfresco Software. All rights reserved.