|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Ordering | |
|---|---|
| org.xcmis.search | |
| org.xcmis.search.model | |
| Uses of Ordering in org.xcmis.search |
|---|
| Methods in org.xcmis.search with parameters of type Ordering | |
|---|---|
void |
Visitors.AbstractModelVisitor.visit(Ordering node)
|
void |
Visitors.WalkAllVisitor.visit(Ordering ordering)
|
void |
Visitors.ReadableVisitor.visit(Ordering ordering)
|
void |
QueryObjectModelVisitor.visit(Ordering node)
|
| Uses of Ordering in org.xcmis.search.model |
|---|
| Methods in org.xcmis.search.model that return types with arguments of type Ordering | |
|---|---|
List<Ordering> |
Query.getOrderings()
Return the orderings for this query. |
| Methods in org.xcmis.search.model with parameters of type Ordering | |
|---|---|
Query |
Query.adding(Ordering... orderings)
Create a copy of this query, but that returns results that are ordered by the orderings of this column as well as those
supplied. |
| Method parameters in org.xcmis.search.model with type arguments of type Ordering | |
|---|---|
Query |
Query.orderedBy(List<Ordering> orderings)
Create a copy of this query, but one whose results should be ordered by the supplied orderings. |
| Constructor parameters in org.xcmis.search.model with type arguments of type Ordering | |
|---|---|
Query(Source source,
Constraint constraint,
List<Ordering> orderings,
List<Column> columns,
Limit limit)
Create a new query that uses the supplied source, constraint, orderings, columns and limits. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||