Class MockPagingResults<R>

    • Constructor Detail

      • MockPagingResults

        public MockPagingResults​(List<R> files)
    • Method Detail

      • getPage

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

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

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

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