Class FullTextSearchImpl
- java.lang.Object
-
- org.apache.jackrabbit.oak.jcr.query.qom.ConstraintImpl
-
- org.apache.jackrabbit.oak.jcr.query.qom.FullTextSearchImpl
-
- All Implemented Interfaces:
Constraint,FullTextSearch
public class FullTextSearchImpl extends ConstraintImpl implements FullTextSearch
The implementation of the corresponding JCR interface.
-
-
Constructor Summary
Constructors Constructor Description FullTextSearchImpl(String selectorName, String propertyName, StaticOperandImpl fullTextSearchExpression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbindVariables(QueryObjectModelImpl qom)StaticOperandImplgetFullTextSearchExpression()StringgetPropertyName()StringgetSelectorName()protected Stringprotect(Object expression)protected StringquoteColumnName(String name)protected StringquoteNodeTypeName(String name)protected StringquotePath(String path)protected StringquotePropertyName(String name)protected StringquoteSelectorName(String name)StringtoString()
-
-
-
Constructor Detail
-
FullTextSearchImpl
public FullTextSearchImpl(String selectorName, String propertyName, StaticOperandImpl fullTextSearchExpression)
-
-
Method Detail
-
getFullTextSearchExpression
public StaticOperandImpl getFullTextSearchExpression()
- Specified by:
getFullTextSearchExpressionin interfaceFullTextSearch
-
getPropertyName
public String getPropertyName()
- Specified by:
getPropertyNamein interfaceFullTextSearch
-
getSelectorName
public String getSelectorName()
- Specified by:
getSelectorNamein interfaceFullTextSearch
-
bindVariables
public void bindVariables(QueryObjectModelImpl qom)
- Specified by:
bindVariablesin classConstraintImpl
-
-