|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alfresco.query.EmptyPagingResults
public class EmptyPagingResults
An always empty PagingResults, used when you know
you can short circuit a query when no results are found.
| Constructor Summary | |
|---|---|
EmptyPagingResults()
|
|
| Method Summary | |
|---|---|
java.util.List |
getPage()
Returns an empty page |
java.lang.String |
getQueryExecutionId()
There is no unique query ID, as no query was done |
Pair |
getTotalResultCount()
There are no results |
boolean |
hasMoreItems()
No more items remain |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EmptyPagingResults()
| Method Detail |
|---|
public java.util.List getPage()
getPage in interface PagingResultspublic boolean hasMoreItems()
hasMoreItems in interface PagingResultspublic Pair getTotalResultCount()
getTotalResultCount in interface PagingResultspublic java.lang.String getQueryExecutionId()
getQueryExecutionId in interface PagingResults
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||