Uses of Class
org.apache.jackrabbit.spi.commons.query.LocationStepQueryNode
-
Packages that use LocationStepQueryNode Package Description org.apache.jackrabbit.core.query.lucene org.apache.jackrabbit.spi.commons.query -
-
Uses of LocationStepQueryNode in org.apache.jackrabbit.core.query.lucene
Methods in org.apache.jackrabbit.core.query.lucene with parameters of type LocationStepQueryNode Modifier and Type Method Description Object
LuceneQueryBuilder. visit(LocationStepQueryNode node, Object data)
-
Uses of LocationStepQueryNode in org.apache.jackrabbit.spi.commons.query
Subclasses of LocationStepQueryNode in org.apache.jackrabbit.spi.commons.query Modifier and Type Class Description class
DerefQueryNode
Represents query node that dereferences a reference property into a node and does an optional name test on the target node.Methods in org.apache.jackrabbit.spi.commons.query that return LocationStepQueryNode Modifier and Type Method Description LocationStepQueryNode
DefaultQueryNodeFactory. createLocationStepQueryNode(QueryNode parent)
Creates aLocationStepQueryNode
instance.LocationStepQueryNode
QueryNodeFactory. createLocationStepQueryNode(QueryNode parent)
Creates aLocationStepQueryNode
instance.LocationStepQueryNode[]
PathQueryNode. getPathSteps()
Returns an array of all currently set location step nodes.Methods in org.apache.jackrabbit.spi.commons.query with parameters of type LocationStepQueryNode Modifier and Type Method Description void
PathQueryNode. addPathStep(LocationStepQueryNode step)
Adds a path step to thisPathQueryNode
.Object
DefaultQueryNodeVisitor. visit(LocationStepQueryNode node, Object data)
Object
QueryNodeVisitor. visit(LocationStepQueryNode node, Object data)
Object
QueryTreeDump. visit(LocationStepQueryNode node, Object data)
Object
TraversingQueryNodeVisitor. visit(LocationStepQueryNode node, Object data)
-