org.alfresco.service.cmr.subscriptions
Class PagingFollowingResultsImpl

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

public class PagingFollowingResultsImpl
extends java.lang.Object
implements PagingFollowingResults


Constructor Summary
PagingFollowingResultsImpl(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

PagingFollowingResultsImpl

public PagingFollowingResultsImpl(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.