com.bea.content.expression.operators
Class AbstractQueryOperator
java.lang.Object
  
com.bea.content.expression.operators.AbstractQueryOperator
- All Implemented Interfaces 
 - IQueryOperator
 
- Direct Known Subclasses: 
 - AfterQuery, BeforeQuery, ContainsAllQuery, ContainsQuery, EqualsQuery, GreaterThanQuery, IsNullQuery, LessThanQuery, NotEqualsQuery, NotNullQuery, RangeQuery, RelatedToAllQuery, SimilarToQuery, SingleValueQuery, TextQuery
 
public abstract class AbstractQueryOperator
- extends Object
- implements IQueryOperator
  
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
textFormatter
protected static final com.bea.content.repo.i18n.SearchExceptionTextFormatter textFormatter
criteriaList
protected List<String> criteriaList
criteria
protected StringBuffer criteria
userPropertyName
protected String userPropertyName
userProperty
protected boolean userProperty
param
protected FullTextSearch.Parameter param
multiplicity
protected FullTextSearch.Multiplicity multiplicity
AbstractQueryOperator
protected AbstractQueryOperator()
AbstractQueryOperator
protected AbstractQueryOperator(String userPropertyField)
AbstractQueryOperator
protected AbstractQueryOperator(String userPropertyField,
                                FullTextSearch.Multiplicity multiplicity)
AbstractQueryOperator
protected AbstractQueryOperator(FullTextSearch.Parameter param)
buildFTQP
public com.bea.content.expression.FullTextQueryParameter buildFTQP()
- Specified by:
 buildFTQP in interface IQueryOperator
 
 
getOperator
protected abstract FullTextSearch.Operator getOperator()
 
 
buildAutonomyDateString
protected String buildAutonomyDateString(Calendar date)
 
 
criteriaNullCheck
protected void criteriaNullCheck(Object value)
                          throws InvalidQueryException
 
- Throws
 InvalidQueryException
 
buildCriteria
protected void buildCriteria(String[] values)
                      throws InvalidQueryException
 
- Throws
 InvalidQueryException
 
buildCriteria
protected void buildCriteria(Number value)
                      throws InvalidQueryException
 
- Throws
 InvalidQueryException
 
buildCriteria
protected void buildCriteria(Number[] values)
                      throws InvalidQueryException
 
- Throws
 InvalidQueryException
 
Copyright © 2011, Oracle. All rights reserved.