Class PagingSubscriptionResultsImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      PagingSubscriptionResultsImpl​(java.util.List<org.alfresco.service.cmr.repository.NodeRef> page, boolean hasMore, java.lang.Integer total)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.alfresco.service.cmr.repository.NodeRef> getPage()  
      java.lang.String getQueryExecutionId()  
      org.alfresco.util.Pair<java.lang.Integer,​java.lang.Integer> getTotalResultCount()  
      boolean hasMoreItems()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PagingSubscriptionResultsImpl

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

      • getPage

        public java.util.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<java.lang.Integer,​java.lang.Integer> getTotalResultCount()
        Specified by:
        getTotalResultCount in interface org.alfresco.query.PagingResults<org.alfresco.service.cmr.repository.NodeRef>
      • getQueryExecutionId

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