public interface PagingResults
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getPage()
Get the page of results.
|
java.lang.String |
getQueryExecutionId()
Get a unique ID associated with these query results.
|
Pair |
getTotalResultCount()
Get the total result count assuming no paging applied.
|
boolean |
hasMoreItems()
True if more items on next page.
|
java.util.List getPage()
boolean hasMoreItems()
Pair getTotalResultCount()
java.lang.String getQueryExecutionId()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.