Class PagingSubscriptionResultsImpl
- java.lang.Object
-
- org.alfresco.service.cmr.subscriptions.PagingSubscriptionResultsImpl
-
- All Implemented Interfaces:
PagingResults<NodeRef>,PagingSubscriptionResults
public class PagingSubscriptionResultsImpl extends Object implements PagingSubscriptionResults
-
-
Constructor Summary
Constructors Constructor Description PagingSubscriptionResultsImpl(List<NodeRef> page, boolean hasMore, Integer total)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<NodeRef>getPage()StringgetQueryExecutionId()Pair<Integer,Integer>getTotalResultCount()booleanhasMoreItems()
-
-
-
Method Detail
-
getPage
public List<NodeRef> getPage()
- Specified by:
getPagein interfacePagingResults<NodeRef>
-
hasMoreItems
public boolean hasMoreItems()
- Specified by:
hasMoreItemsin interfacePagingResults<NodeRef>
-
getTotalResultCount
public Pair<Integer,Integer> getTotalResultCount()
- Specified by:
getTotalResultCountin interfacePagingResults<NodeRef>
-
getQueryExecutionId
public String getQueryExecutionId()
- Specified by:
getQueryExecutionIdin interfacePagingResults<NodeRef>
-
-