Uses of Class
org.apache.jackrabbit.oak.query.ast.StaticOperandImpl
-
Packages that use StaticOperandImpl Package Description org.apache.jackrabbit.oak.query.ast -
-
Uses of StaticOperandImpl in org.apache.jackrabbit.oak.query.ast
Subclasses of StaticOperandImpl in org.apache.jackrabbit.oak.query.ast Modifier and Type Class Description classBindVariableValueImplA bind variable.classLiteralImplA literal of a certain data type, possibly "cast(..)" of a literal.Methods in org.apache.jackrabbit.oak.query.ast that return StaticOperandImpl Modifier and Type Method Description StaticOperandImplSpellcheckImpl. getExpression()StaticOperandImplSuggestImpl. getExpression()StaticOperandImplFullTextSearchImpl. getFullTextSearchExpression()StaticOperandImplNativeFunctionImpl. getNativeSearchExpression()StaticOperandImplComparisonImpl. getOperand2()StaticOperandImplSimilarImpl. getPathExpression()Methods in org.apache.jackrabbit.oak.query.ast that return types with arguments of type StaticOperandImpl Modifier and Type Method Description List<StaticOperandImpl>InImpl. getOperand2()Methods in org.apache.jackrabbit.oak.query.ast with parameters of type StaticOperandImpl Modifier and Type Method Description ComparisonImplAstElementFactory. comparison(DynamicOperandImpl operand1, Operator operator, StaticOperandImpl operand2)FullTextSearchImplAstElementFactory. fullTextSearch(String selectorName, String propertyName, StaticOperandImpl fullTextSearchExpression)NativeFunctionImplAstElementFactory. nativeFunction(String selectorName, String language, StaticOperandImpl expression)SimilarImplAstElementFactory. similar(String selectorName, String propertyName, StaticOperandImpl path)ConstraintImplAstElementFactory. spellcheck(String selectorName, StaticOperandImpl expression)ConstraintImplAstElementFactory. suggest(String selectorName, StaticOperandImpl expression)Method parameters in org.apache.jackrabbit.oak.query.ast with type arguments of type StaticOperandImpl Modifier and Type Method Description ConstraintImplAstElementFactory. in(DynamicOperandImpl left, ArrayList<StaticOperandImpl> list)Constructors in org.apache.jackrabbit.oak.query.ast with parameters of type StaticOperandImpl Constructor Description ComparisonImpl(DynamicOperandImpl operand1, Operator operator, StaticOperandImpl operand2)FullTextSearchImpl(String selectorName, String propertyName, StaticOperandImpl fullTextSearchExpression)NotFullTextSearchImpl(String selectorName, String propertyName, StaticOperandImpl fullTextSearchExpression)Constructor parameters in org.apache.jackrabbit.oak.query.ast with type arguments of type StaticOperandImpl Constructor Description InImpl(DynamicOperandImpl operand1, List<StaticOperandImpl> operand2)
-