public class PagingSubscriptionResultsImpl extends java.lang.Object implements PagingSubscriptionResults
| Constructor and Description |
|---|
PagingSubscriptionResultsImpl(java.util.List page,
boolean hasMore,
java.lang.Integer total) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getPage() |
java.lang.String |
getQueryExecutionId() |
org.alfresco.util.Pair |
getTotalResultCount() |
boolean |
hasMoreItems() |
public PagingSubscriptionResultsImpl(java.util.List page,
boolean hasMore,
java.lang.Integer total)
public java.util.List getPage()
getPage in interface org.alfresco.query.PagingResultspublic boolean hasMoreItems()
hasMoreItems in interface org.alfresco.query.PagingResultspublic org.alfresco.util.Pair getTotalResultCount()
getTotalResultCount in interface org.alfresco.query.PagingResultspublic java.lang.String getQueryExecutionId()
getQueryExecutionId in interface org.alfresco.query.PagingResultsCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.