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