Class PagingFollowingResultsImpl
- java.lang.Object
-
- org.alfresco.service.cmr.subscriptions.PagingFollowingResultsImpl
-
- All Implemented Interfaces:
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()Pair<Integer,Integer>getTotalResultCount()booleanhasMoreItems()
-
-
-
Method Detail
-
getPage
public List<String> getPage()
- Specified by:
getPagein interfacePagingResults<String>
-
hasMoreItems
public boolean hasMoreItems()
- Specified by:
hasMoreItemsin interfacePagingResults<String>
-
getTotalResultCount
public Pair<Integer,Integer> getTotalResultCount()
- Specified by:
getTotalResultCountin interfacePagingResults<String>
-
getQueryExecutionId
public String getQueryExecutionId()
- Specified by:
getQueryExecutionIdin interfacePagingResults<String>
-
-