Uses of Class
org.apache.jackrabbit.oak.jcr.query.qom.StaticOperandImpl
-
Packages that use StaticOperandImpl Package Description org.apache.jackrabbit.oak.jcr.query.qom -
-
Uses of StaticOperandImpl in org.apache.jackrabbit.oak.jcr.query.qom
Subclasses of StaticOperandImpl in org.apache.jackrabbit.oak.jcr.query.qom Modifier and Type Class Description classBindVariableValueImplThe implementation of the corresponding JCR interface.classLiteralImplThe implementation of the corresponding JCR interface.Methods in org.apache.jackrabbit.oak.jcr.query.qom that return StaticOperandImpl Modifier and Type Method Description StaticOperandImplFullTextSearchImpl. getFullTextSearchExpression()StaticOperandImplComparisonImpl. getOperand2()Constructors in org.apache.jackrabbit.oak.jcr.query.qom with parameters of type StaticOperandImpl Constructor Description ComparisonImpl(DynamicOperandImpl operand1, Operator operator, StaticOperandImpl operand2)FullTextSearchImpl(String selectorName, String propertyName, StaticOperandImpl fullTextSearchExpression)
-