Uses of Class
org.apache.jackrabbit.oak.jcr.query.qom.DynamicOperandImpl
-
Packages that use DynamicOperandImpl Package Description org.apache.jackrabbit.oak.jcr.query.qom -
-
Uses of DynamicOperandImpl in org.apache.jackrabbit.oak.jcr.query.qom
Subclasses of DynamicOperandImpl in org.apache.jackrabbit.oak.jcr.query.qom Modifier and Type Class Description class
FullTextSearchScoreImpl
The implementation of the corresponding JCR interface.class
LengthImpl
The implementation of the corresponding JCR interface.class
LowerCaseImpl
The implementation of the corresponding JCR interface.class
NodeLocalNameImpl
The implementation of the corresponding JCR interface.class
NodeNameImpl
The implementation of the corresponding JCR interface.class
PropertyValueImpl
The implementation of the corresponding JCR interface.class
UpperCaseImpl
The implementation of the corresponding JCR interface.Methods in org.apache.jackrabbit.oak.jcr.query.qom that return DynamicOperandImpl Modifier and Type Method Description DynamicOperandImpl
LowerCaseImpl. getOperand()
DynamicOperandImpl
OrderingImpl. getOperand()
DynamicOperandImpl
UpperCaseImpl. getOperand()
DynamicOperandImpl
ComparisonImpl. getOperand1()
Constructors in org.apache.jackrabbit.oak.jcr.query.qom with parameters of type DynamicOperandImpl Constructor Description ComparisonImpl(DynamicOperandImpl operand1, Operator operator, StaticOperandImpl operand2)
LowerCaseImpl(DynamicOperandImpl operand)
OrderingImpl(DynamicOperandImpl operand, Order order)
UpperCaseImpl(DynamicOperandImpl operand)
-