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