Uses of Class
org.apache.jackrabbit.oak.jcr.query.qom.StaticOperandImpl

Packages that use StaticOperandImpl
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
 class BindVariableValueImpl
          The implementation of the corresponding JCR interface.
 class LiteralImpl
          The implementation of the corresponding JCR interface.
 

Methods in org.apache.jackrabbit.oak.jcr.query.qom that return StaticOperandImpl
 StaticOperandImpl FullTextSearchImpl.getFullTextSearchExpression()
           
 StaticOperandImpl ComparisonImpl.getOperand2()
           
 

Constructors in org.apache.jackrabbit.oak.jcr.query.qom with parameters of type StaticOperandImpl
ComparisonImpl(DynamicOperandImpl operand1, Operator operator, StaticOperandImpl operand2)
           
FullTextSearchImpl(String selectorName, String propertyName, StaticOperandImpl fullTextSearchExpression)
           
 



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.