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 void
bindVariables(QueryObjectModelImpl qom)
StaticOperandImpl
getFullTextSearchExpression()
String
getPropertyName()
String
getSelectorName()
protected String
protect(Object expression)
protected String
quoteColumnName(String name)
protected String
quoteNodeTypeName(String name)
protected String
quotePath(String path)
protected String
quotePropertyName(String name)
protected String
quoteSelectorName(String name)
String
toString()
-
-
-
Constructor Detail
-
FullTextSearchImpl
public FullTextSearchImpl(String selectorName, String propertyName, StaticOperandImpl fullTextSearchExpression)
-
-
Method Detail
-
getFullTextSearchExpression
public StaticOperandImpl getFullTextSearchExpression()
- Specified by:
getFullTextSearchExpression
in interfaceFullTextSearch
-
getPropertyName
public String getPropertyName()
- Specified by:
getPropertyName
in interfaceFullTextSearch
-
getSelectorName
public String getSelectorName()
- Specified by:
getSelectorName
in interfaceFullTextSearch
-
bindVariables
public void bindVariables(QueryObjectModelImpl qom)
- Specified by:
bindVariables
in classConstraintImpl
-
-