|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.core.query.qom.AbstractQOMNode
org.apache.jackrabbit.core.query.qom.QueryObjectModelTree
public class QueryObjectModelTree
QueryObjectModelTree implements the root node of an object
query model tree.
| Field Summary |
|---|
| Fields inherited from class org.apache.jackrabbit.core.query.qom.AbstractQOMNode |
|---|
resolver |
| Constructor Summary | |
|---|---|
QueryObjectModelTree(NamePathResolver resolver,
SourceImpl source,
ConstraintImpl constraint,
OrderingImpl[] orderings,
ColumnImpl[] columns)
|
|
| Method Summary | |
|---|---|
Object |
accept(QOMTreeVisitor visitor,
Object data)
Accepts a visitor and calls the appropriate visit method
depending on the type of this QOM node. |
ColumnImpl[] |
getColumns()
Gets the columns for this query. |
ConstraintImpl |
getConstraint()
Gets the constraint for this query. |
OrderingImpl[] |
getOrderings()
Gets the orderings for this query. |
SourceImpl |
getSource()
Gets the node-tuple source for this query. |
| Methods inherited from class org.apache.jackrabbit.core.query.qom.AbstractQOMNode |
|---|
getJCRName, getJCRPath |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryObjectModelTree(NamePathResolver resolver,
SourceImpl source,
ConstraintImpl constraint,
OrderingImpl[] orderings,
ColumnImpl[] columns)
throws InvalidQueryException
InvalidQueryException| Method Detail |
|---|
public SourceImpl getSource()
public ConstraintImpl getConstraint()
public OrderingImpl[] getOrderings()
public ColumnImpl[] getColumns()
public Object accept(QOMTreeVisitor visitor,
Object data)
throws Exception
visitor and calls the appropriate visit method
depending on the type of this QOM node.
accept in class AbstractQOMNodevisitor - the visitor.data - user defined data, which is passed to the visit method.
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||