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