|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CannedQueryResults
Interface for results returned by canned queries
.
Method Summary | |
---|---|
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. |
Methods inherited from interface org.alfresco.query.PagingResults |
---|
getPage, getQueryExecutionId, getTotalResultCount, hasMoreItems |
Method Detail |
---|
CannedQuery getOriginatingQuery()
int getPagedResultCount()
int getPageCount()
java.lang.Object getSingleResult()
java.lang.IllegalStateException
- if the query returned more than one resultjava.util.List getPages()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |