public class PagingSubscriptionResultsImpl extends Object implements PagingSubscriptionResults
Constructor and Description |
---|
PagingSubscriptionResultsImpl(List<org.alfresco.service.cmr.repository.NodeRef> page,
boolean hasMore,
Integer total) |
Modifier and Type | Method and Description |
---|---|
List<org.alfresco.service.cmr.repository.NodeRef> |
getPage() |
String |
getQueryExecutionId() |
org.alfresco.util.Pair<Integer,Integer> |
getTotalResultCount() |
boolean |
hasMoreItems() |
public List<org.alfresco.service.cmr.repository.NodeRef> getPage()
getPage
in interface org.alfresco.query.PagingResults<org.alfresco.service.cmr.repository.NodeRef>
public boolean hasMoreItems()
hasMoreItems
in interface org.alfresco.query.PagingResults<org.alfresco.service.cmr.repository.NodeRef>
public org.alfresco.util.Pair<Integer,Integer> getTotalResultCount()
getTotalResultCount
in interface org.alfresco.query.PagingResults<org.alfresco.service.cmr.repository.NodeRef>
public String getQueryExecutionId()
getQueryExecutionId
in interface org.alfresco.query.PagingResults<org.alfresco.service.cmr.repository.NodeRef>
Copyright © 2005–2017 Alfresco Software. All rights reserved.