Class PagingFollowingResultsImpl
- java.lang.Object
-
- org.alfresco.service.cmr.subscriptions.PagingFollowingResultsImpl
-
- All Implemented Interfaces:
org.alfresco.query.PagingResults<String>,PagingFollowingResults
public class PagingFollowingResultsImpl extends Object implements PagingFollowingResults
-
-
Constructor Summary
Constructors Constructor Description PagingFollowingResultsImpl(List<String> page, boolean hasMore, Integer total)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getPage()StringgetQueryExecutionId()org.alfresco.util.Pair<Integer,Integer>getTotalResultCount()booleanhasMoreItems()
-
-
-
Method Detail
-
getPage
public List<String> getPage()
- Specified by:
getPagein interfaceorg.alfresco.query.PagingResults<String>
-
hasMoreItems
public boolean hasMoreItems()
- Specified by:
hasMoreItemsin interfaceorg.alfresco.query.PagingResults<String>
-
getTotalResultCount
public org.alfresco.util.Pair<Integer,Integer> getTotalResultCount()
- Specified by:
getTotalResultCountin interfaceorg.alfresco.query.PagingResults<String>
-
-