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
The implementation of the corresponding JCR interface.
-
Constructor Summary
ConstructorsConstructorDescriptionFullTextSearchImpl
(String selectorName, String propertyName, StaticOperandImpl fullTextSearchExpression) -
Method Summary
Modifier and TypeMethodDescriptionvoid
protected String
protected String
quoteColumnName
(String name) protected String
quoteNodeTypeName
(String name) protected String
protected String
quotePropertyName
(String name) protected String
quoteSelectorName
(String name) toString()
-
Constructor Details
-
FullTextSearchImpl
public FullTextSearchImpl(String selectorName, String propertyName, StaticOperandImpl fullTextSearchExpression)
-
-
Method Details
-
getFullTextSearchExpression
- Specified by:
getFullTextSearchExpression
in interfaceFullTextSearch
-
getPropertyName
- Specified by:
getPropertyName
in interfaceFullTextSearch
-
getSelectorName
- Specified by:
getSelectorName
in interfaceFullTextSearch
-
toString
-
bindVariables
- Specified by:
bindVariables
in classConstraintImpl
-
protect
-
quotePath
-
quoteSelectorName
-
quotePropertyName
-
quoteColumnName
-
quoteNodeTypeName
-