org.alfresco.service.cmr.subscriptions
Class PagingSubscriptionResultsImpl

java.lang.Object
  extended by org.alfresco.service.cmr.subscriptions.PagingSubscriptionResultsImpl
All Implemented Interfaces:
org.alfresco.query.PagingResults, PagingSubscriptionResults

public class PagingSubscriptionResultsImpl
extends java.lang.Object
implements PagingSubscriptionResults


Constructor Summary
PagingSubscriptionResultsImpl(java.util.List page, boolean hasMore, java.lang.Integer total)
           
 
Method Summary
 java.util.List getPage()
           
 java.lang.String getQueryExecutionId()
           
 org.alfresco.util.Pair getTotalResultCount()
           
 boolean hasMoreItems()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PagingSubscriptionResultsImpl

public PagingSubscriptionResultsImpl(java.util.List page,
                                     boolean hasMore,
                                     java.lang.Integer total)
Method Detail

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.