| Package | Description |
|---|---|
| org.apache.jackrabbit.spi.commons.query.qom |
| Modifier and Type | Field and Description |
|---|---|
static OrderingImpl[] |
OrderingImpl.EMPTY_ARRAY
Empty
OrderingImpl array. |
| Modifier and Type | Method and Description |
|---|---|
OrderingImpl[] |
QueryObjectModelTree.getOrderings()
Gets the orderings for this query.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
QOMTreeVisitor.visit(OrderingImpl node,
Object data) |
Object |
DefaultTraversingQOMTreeVisitor.visit(OrderingImpl node,
Object data)
Calls accept on the dynamic operand in the ordering node.
|
Object |
DefaultQOMTreeVisitor.visit(OrderingImpl node,
Object data)
Does nothing and returns
data. |
| Constructor and Description |
|---|
QueryObjectModelTree(NamePathResolver resolver,
SourceImpl source,
ConstraintImpl constraint,
OrderingImpl[] orderings,
ColumnImpl[] columns) |
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.