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 Details

    • PagingFollowingResultsImpl

      public PagingFollowingResultsImpl(List<String> page, boolean hasMore, Integer total)
  • Method Details

    • getPage

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

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

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

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