public interface CannedQueryResults extends PagingResults
canned queries.| Modifier and Type | Method and Description |
|---|---|
CannedQuery |
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.
|
java.util.List |
getPages()
Get the paged results
|
java.lang.Object |
getSingleResult()
Get a single result if there is only one result expected.
|
getPage, getQueryExecutionId, getTotalResultCount, hasMoreItemsCannedQuery getOriginatingQuery()
int getPagedResultCount()
int getPageCount()
java.lang.Object getSingleResult()
java.lang.IllegalStateException - if the query returned more than one resultjava.util.List getPages()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.