public static interface DocumentQuery.DocumentNameOrder extends DocumentQuery.DocumentQueryBuild
| Modifier and Type | Method and Description |
|---|---|
DocumentQuery.DocumentLimit |
limit(long limit)
Defines the maximum number of results to retrieve.
|
DocumentQuery.DocumentOrder |
orderBy(String name)
Add the order how the result will returned
|
DocumentQuery.DocumentSkip |
skip(long skip)
Defines the position of the first result to retrieve.
|
build, getResult, getSingleResultDocumentQuery.DocumentOrder orderBy(String name)
name - the name to be orderedNullPointerException - when name is nullDocumentQuery.DocumentSkip skip(long skip)
skip - the first result to retriveDocumentQuery.DocumentLimit limit(long limit)
limit - the limitCopyright © 2017–2020 Eclipse Foundation. All rights reserved.