Class PagingFollowingResultsImpl

    • Constructor Detail

      • PagingFollowingResultsImpl

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

      • 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 org.alfresco.util.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>