Class PagingSubscriptionResultsImpl

java.lang.Object
org.alfresco.service.cmr.subscriptions.PagingSubscriptionResultsImpl
All Implemented Interfaces:
org.alfresco.query.PagingResults<NodeRef>, PagingSubscriptionResults

public class PagingSubscriptionResultsImpl extends Object implements PagingSubscriptionResults
  • Constructor Details

    • PagingSubscriptionResultsImpl

      public PagingSubscriptionResultsImpl(List<NodeRef> page, boolean hasMore, Integer total)
  • Method Details

    • getPage

      public List<NodeRef> getPage()
      Specified by:
      getPage in interface org.alfresco.query.PagingResults<NodeRef>
    • hasMoreItems

      public boolean hasMoreItems()
      Specified by:
      hasMoreItems in interface org.alfresco.query.PagingResults<NodeRef>
    • getTotalResultCount

      public Pair<Integer,Integer> getTotalResultCount()
      Specified by:
      getTotalResultCount in interface org.alfresco.query.PagingResults<NodeRef>
    • getQueryExecutionId

      public String getQueryExecutionId()
      Specified by:
      getQueryExecutionId in interface org.alfresco.query.PagingResults<NodeRef>