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 classFullTextSearchScoreImplThe implementation of the corresponding JCR interface.classLengthImplThe implementation of the corresponding JCR interface.classLowerCaseImplThe implementation of the corresponding JCR interface.classNodeLocalNameImplThe implementation of the corresponding JCR interface.classNodeNameImplThe implementation of the corresponding JCR interface.classPropertyValueImplThe implementation of the corresponding JCR interface.classUpperCaseImplThe implementation of the corresponding JCR interface.Methods in org.apache.jackrabbit.oak.jcr.query.qom that return DynamicOperandImpl Modifier and Type Method Description DynamicOperandImplLowerCaseImpl. getOperand()DynamicOperandImplOrderingImpl. getOperand()DynamicOperandImplUpperCaseImpl. getOperand()DynamicOperandImplComparisonImpl. 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)
-