Class PagingFollowingResultsImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      PagingFollowingResultsImpl​(java.util.List<java.lang.String> page, boolean hasMore, java.lang.Integer total)  
    • Constructor Detail

      • PagingFollowingResultsImpl

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

      • getPage

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

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

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

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