Class PagingSubscriptionResultsImpl

    • Constructor Detail

      • PagingSubscriptionResultsImpl

        public PagingSubscriptionResultsImpl​(List<org.alfresco.service.cmr.repository.NodeRef> page,
                                             boolean hasMore,
                                             Integer total)
    • Method Detail

      • getPage

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

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

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

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