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() |
Pair<Integer,Integer> |
getTotalResultCount() |
boolean |
hasMoreItems() |
public List<String> getPage()
getPage in interface PagingResults<String>public boolean hasMoreItems()
hasMoreItems in interface PagingResults<String>public Pair<Integer,Integer> getTotalResultCount()
getTotalResultCount in interface PagingResults<String>public String getQueryExecutionId()
getQueryExecutionId in interface PagingResults<String>Copyright © 2005–2021 Alfresco Software. All rights reserved.