Uses of Class
org.apache.jackrabbit.oak.query.ast.DynamicOperandImpl
Packages that use DynamicOperandImpl
-
Uses of DynamicOperandImpl in org.apache.jackrabbit.oak.query.ast
Subclasses of DynamicOperandImpl in org.apache.jackrabbit.oak.query.astModifier and TypeClassDescriptionclass
The function "coalesce(..)".class
The function "first(..)".class
A fulltext search score expression.class
The function "length(..)".class
The function "lower(..)".class
The function "localname(..)".class
The function "name(..)".class
The function "path(..)".class
A property expression.class
The function "upper(..)".Methods in org.apache.jackrabbit.oak.query.ast that return DynamicOperandImplModifier and TypeMethodDescriptionCoalesceImpl.createCopy()
abstract DynamicOperandImpl
DynamicOperandImpl.createCopy()
FirstImpl.createCopy()
FullTextSearchScoreImpl.createCopy()
LengthImpl.createCopy()
LowerCaseImpl.createCopy()
NodeLocalNameImpl.createCopy()
NodeNameImpl.createCopy()
PathImpl.createCopy()
UpperCaseImpl.createCopy()
FirstImpl.getOperand()
LengthImpl.getOperand()
LowerCaseImpl.getOperand()
OrderingImpl.getOperand()
UpperCaseImpl.getOperand()
CoalesceImpl.getOperand1()
ComparisonImpl.getOperand1()
InImpl.getOperand1()
CoalesceImpl.getOperand2()
Methods in org.apache.jackrabbit.oak.query.ast with parameters of type DynamicOperandImplModifier and TypeMethodDescriptionAstElementFactory.ascending
(DynamicOperandImpl operand) AstElementFactory.coalesce
(DynamicOperandImpl operand1, DynamicOperandImpl operand2) AstElementFactory.comparison
(DynamicOperandImpl operand1, Operator operator, StaticOperandImpl operand2) AstElementFactory.descending
(DynamicOperandImpl operand) AstElementFactory.first
(DynamicOperandImpl operand) AstElementFactory.in
(DynamicOperandImpl left, ArrayList<StaticOperandImpl> list) AstElementFactory.length
(DynamicOperandImpl operand) AstElementFactory.lowerCase
(DynamicOperandImpl operand) AstElementFactory.upperCase
(DynamicOperandImpl operand) Constructors in org.apache.jackrabbit.oak.query.ast with parameters of type DynamicOperandImplModifierConstructorDescriptionCoalesceImpl
(DynamicOperandImpl operand1, DynamicOperandImpl operand2) ComparisonImpl
(DynamicOperandImpl operand1, Operator operator, StaticOperandImpl operand2) FirstImpl
(DynamicOperandImpl operand) InImpl
(DynamicOperandImpl operand1, List<StaticOperandImpl> operand2) LengthImpl
(DynamicOperandImpl operand) LowerCaseImpl
(DynamicOperandImpl operand) OrderingImpl
(DynamicOperandImpl operand, Order order) UpperCaseImpl
(DynamicOperandImpl operand)