Uses of Class
org.apache.jackrabbit.spi.commons.query.qom.SelectorImpl
-
Packages that use SelectorImpl Package Description org.apache.jackrabbit.core.query.lucene.constraint org.apache.jackrabbit.spi.commons.query.qom -
-
Uses of SelectorImpl in org.apache.jackrabbit.core.query.lucene.constraint
Methods in org.apache.jackrabbit.core.query.lucene.constraint that return SelectorImpl Modifier and Type Method Description protected SelectorImpl
SelectorBasedConstraint. getSelector()
Methods in org.apache.jackrabbit.core.query.lucene.constraint with parameters of type SelectorImpl Modifier and Type Method Description static Constraint
ConstraintBuilder. create(ConstraintImpl constraint, Map<String,Value> bindVariableValues, SelectorImpl[] selectors, LuceneQueryFactory factory, ValueFactory vf)
Creates aConstraint
from a QOMconstraint
.Constructors in org.apache.jackrabbit.core.query.lucene.constraint with parameters of type SelectorImpl Constructor Description ChildNodeConstraint(ChildNodeImpl constraint, SelectorImpl selector)
Creates a child node constraint from the given QOMconstraint
on the givenselector
.ComparisonConstraint(DynamicOperand operand1, Operator operator, Value operand2, SelectorImpl selector)
Creates a new comparison constraint.DescendantNodeConstraint(DescendantNodeImpl constraint, SelectorImpl selector)
Creates a new descendant node constraint from the given QOM constraint.FullTextConstraint(FullTextSearchImpl fts, SelectorImpl selector, LuceneQueryFactory factory)
Creates a new full text search constraint.HierarchyConstraint(String path, SelectorImpl selector)
Creates a new hierarchy constraint with the given basepath
.LikeConstraint(DynamicOperand operand1, Value operand2, SelectorImpl selector)
Creates a new like constraint.PropertyExistenceConstraint(PropertyExistenceImpl prop, SelectorImpl selector, LuceneQueryFactory factory)
Creates a new property existence constraint.QueryConstraint(Query constraint, SelectorImpl selector, LuceneQueryFactory factory)
Creates a new query constraint using the given lucene query.SameNodeConstraint(SameNodeImpl constraint, SelectorImpl selector)
Creates a same node constraint.SelectorBasedConstraint(SelectorImpl selector)
Creates a new constraint based on the givenselector
. -
Uses of SelectorImpl in org.apache.jackrabbit.spi.commons.query.qom
Methods in org.apache.jackrabbit.spi.commons.query.qom that return SelectorImpl Modifier and Type Method Description SelectorImpl
QueryObjectModelTree. getSelector(Name name)
Returns the selector with the givenname
ornull
if there is no selector with this name.SelectorImpl[]
JoinImpl. getSelectors()
SelectorImpl[]
SelectorImpl. getSelectors()
abstract SelectorImpl[]
SourceImpl. getSelectors()
Methods in org.apache.jackrabbit.spi.commons.query.qom with parameters of type SelectorImpl Modifier and Type Method Description Object
DefaultQOMTreeVisitor. visit(SelectorImpl node, Object data)
Does nothing and returnsdata
.Object
QOMTreeVisitor. visit(SelectorImpl node, Object data)
-