com.bea.content.expression.operators
Class RangeQuery
java.lang.Object
  
com.bea.content.expression.operators.AbstractQueryOperator
      
com.bea.content.expression.operators.RangeQuery
- All Implemented Interfaces 
 - IQueryOperator
 
public class RangeQuery
- extends AbstractQueryOperator
 
| 
Field Summary | 
protected static com.bea.content.repo.i18n.SearchExceptionTextFormatter | 
textFormatter
 
            | 
 
 
 
 
 
| 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
RangeQuery
public RangeQuery(String userPropertyField,
                  Calendar begin,
                  Calendar end)
           throws InvalidQueryException
- Throws
 InvalidQueryException
RangeQuery
public RangeQuery(String userPropertyField,
                  Calendar begin,
                  Calendar end,
                  FullTextSearch.Multiplicity multiplicity)
           throws InvalidQueryException
- Throws
 InvalidQueryException
RangeQuery
public RangeQuery(FullTextSearch.Parameter param,
                  Calendar begin,
                  Calendar end)
           throws InvalidQueryException
- Throws
 InvalidQueryException
getOperator
protected FullTextSearch.Operator getOperator()
- Specified by:
 getOperator in class AbstractQueryOperator
 
 
Copyright © 2011, Oracle. All rights reserved.