org.alfresco.service.cmr.subscriptions
Class PagingSubscriptionResultsImpl
java.lang.Object
org.alfresco.service.cmr.subscriptions.PagingSubscriptionResultsImpl
- All Implemented Interfaces:
- org.alfresco.query.PagingResults, PagingSubscriptionResults
public class PagingSubscriptionResultsImpl
- extends java.lang.Object
- implements PagingSubscriptionResults
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PagingSubscriptionResultsImpl
public PagingSubscriptionResultsImpl(java.util.List page,
boolean hasMore,
java.lang.Integer total)
getPage
public java.util.List getPage()
- Specified by:
getPage
in interface org.alfresco.query.PagingResults
hasMoreItems
public boolean hasMoreItems()
- Specified by:
hasMoreItems
in interface org.alfresco.query.PagingResults
getTotalResultCount
public org.alfresco.util.Pair getTotalResultCount()
- Specified by:
getTotalResultCount
in interface org.alfresco.query.PagingResults
getQueryExecutionId
public java.lang.String getQueryExecutionId()
- Specified by:
getQueryExecutionId
in interface org.alfresco.query.PagingResults
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.