Uses of Enum
org.apache.jackrabbit.oak.query.ast.Operator
Packages that use Operator
-
Uses of Operator in org.apache.jackrabbit.oak.query.ast
Methods in org.apache.jackrabbit.oak.query.ast that return OperatorModifier and TypeMethodDescriptionComparisonImpl.getOperator()
static Operator
Returns the enum constant of this type with the specified name.static Operator[]
Operator.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jackrabbit.oak.query.ast with parameters of type OperatorModifier and TypeMethodDescriptionAstElementFactory.comparison
(DynamicOperandImpl operand1, Operator operator, StaticOperandImpl operand2) void
CoalesceImpl.restrict
(FilterImpl f, Operator operator, PropertyValue v) abstract void
DynamicOperandImpl.restrict
(FilterImpl f, Operator operator, PropertyValue v) Apply a restriction of type "this = value" to the given filter.void
FirstImpl.restrict
(FilterImpl f, Operator operator, PropertyValue v) void
FullTextSearchScoreImpl.restrict
(FilterImpl f, Operator operator, PropertyValue v) void
LengthImpl.restrict
(FilterImpl f, Operator operator, PropertyValue v) void
LowerCaseImpl.restrict
(FilterImpl f, Operator operator, PropertyValue v) void
NodeLocalNameImpl.restrict
(FilterImpl f, Operator operator, PropertyValue v) void
NodeNameImpl.restrict
(FilterImpl f, Operator operator, PropertyValue v) void
PathImpl.restrict
(FilterImpl f, Operator operator, PropertyValue v) void
PropertyValueImpl.restrict
(FilterImpl f, Operator operator, PropertyValue v) void
UpperCaseImpl.restrict
(FilterImpl f, Operator operator, PropertyValue v) Constructors in org.apache.jackrabbit.oak.query.ast with parameters of type OperatorModifierConstructorDescriptionComparisonImpl
(DynamicOperandImpl operand1, Operator operator, StaticOperandImpl operand2) -
Uses of Operator in org.apache.jackrabbit.oak.query.index
Methods in org.apache.jackrabbit.oak.query.index with parameters of type OperatorModifier and TypeMethodDescriptionvoid
FilterImpl.restrictProperty
(String propertyName, Operator op, PropertyValue v) void
FilterImpl.restrictProperty
(String propertyName, Operator op, PropertyValue v, int propertyType)