Class PagingFollowingResultsImpl
java.lang.Object
org.alfresco.service.cmr.subscriptions.PagingFollowingResultsImpl
- All Implemented Interfaces:
org.alfresco.query.PagingResults<String>,PagingFollowingResults
-
Constructor Summary
ConstructorsConstructorDescriptionPagingFollowingResultsImpl(List<String> page, boolean hasMore, Integer total) -
Method Summary
-
Constructor Details
-
PagingFollowingResultsImpl
-
-
Method Details
-
getPage
- Specified by:
getPagein interfaceorg.alfresco.query.PagingResults<String>
-
hasMoreItems
public boolean hasMoreItems()- Specified by:
hasMoreItemsin interfaceorg.alfresco.query.PagingResults<String>
-
getTotalResultCount
- Specified by:
getTotalResultCountin interfaceorg.alfresco.query.PagingResults<String>
-
getQueryExecutionId
- Specified by:
getQueryExecutionIdin interfaceorg.alfresco.query.PagingResults<String>
-