public interface CannedQueryResults<R> extends PagingResults<R>
canned queries
.Modifier and Type | Method and Description |
---|---|
CannedQuery<R> |
getOriginatingQuery()
Get the instance of the query that generated these results.
|
int |
getPageCount()
Get the number of pages available
|
int |
getPagedResultCount()
Get the total number of results available within the pages of this result.
|
List<List<R>> |
getPages()
Get the paged results
|
R |
getSingleResult()
Get a single result if there is only one result expected.
|
getPage, getQueryExecutionId, getTotalResultCount, hasMoreItems
CannedQuery<R> getOriginatingQuery()
int getPagedResultCount()
int getPageCount()
R getSingleResult()
IllegalStateException
- if the query returned more than one resultCopyright © 2005–2018 Alfresco Software. All rights reserved.