Uses of Class
org.apache.jackrabbit.oak.query.ast.Operator
-
Packages that use Operator Package Description org.apache.jackrabbit.oak.query.ast org.apache.jackrabbit.oak.query.index -
-
Uses of Operator in org.apache.jackrabbit.oak.query.ast
Methods in org.apache.jackrabbit.oak.query.ast that return Operator Modifier and Type Method Description OperatorComparisonImpl. getOperator()static OperatorOperator. valueOf(String name)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 Operator Modifier and Type Method Description ComparisonImplAstElementFactory. comparison(DynamicOperandImpl operand1, Operator operator, StaticOperandImpl operand2)voidCoalesceImpl. restrict(FilterImpl f, Operator operator, PropertyValue v)abstract voidDynamicOperandImpl. restrict(FilterImpl f, Operator operator, PropertyValue v)Apply a restriction of type "this = value" to the given filter.voidFirstImpl. restrict(FilterImpl f, Operator operator, PropertyValue v)voidFullTextSearchScoreImpl. restrict(FilterImpl f, Operator operator, PropertyValue v)voidLengthImpl. restrict(FilterImpl f, Operator operator, PropertyValue v)voidLowerCaseImpl. restrict(FilterImpl f, Operator operator, PropertyValue v)voidNodeLocalNameImpl. restrict(FilterImpl f, Operator operator, PropertyValue v)voidNodeNameImpl. restrict(FilterImpl f, Operator operator, PropertyValue v)voidPathImpl. restrict(FilterImpl f, Operator operator, PropertyValue v)voidPropertyValueImpl. restrict(FilterImpl f, Operator operator, PropertyValue v)voidUpperCaseImpl. restrict(FilterImpl f, Operator operator, PropertyValue v)Constructors in org.apache.jackrabbit.oak.query.ast with parameters of type Operator Constructor Description ComparisonImpl(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 Operator Modifier and Type Method Description voidFilterImpl. restrictProperty(String propertyName, Operator op, PropertyValue v)voidFilterImpl. restrictProperty(String propertyName, Operator op, PropertyValue v, int propertyType)
-