com.bea.content.expression.operators
Class GreaterThanQuery
java.lang.Object
  
com.bea.content.expression.operators.AbstractQueryOperator
      
com.bea.content.expression.operators.GreaterThanQuery
- All Implemented Interfaces 
 - IQueryOperator
 
public class GreaterThanQuery
- extends AbstractQueryOperator
 
 
 
 
| 
Method Summary | 
protected  FullTextSearch.Operator | 
getOperator()
 
            | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
GreaterThanQuery
public GreaterThanQuery(String userPropertyField,
                        Number value)
                 throws InvalidQueryException
- Throws
 InvalidQueryException
GreaterThanQuery
public GreaterThanQuery(String userPropertyField,
                        Number[] values)
                 throws InvalidQueryException
- Throws
 InvalidQueryException
GreaterThanQuery
public GreaterThanQuery(String userPropertyField,
                        Number value,
                        FullTextSearch.Multiplicity multiplicity)
                 throws InvalidQueryException
- Throws
 InvalidQueryException
GreaterThanQuery
public GreaterThanQuery(String userPropertyField,
                        Number[] values,
                        FullTextSearch.Multiplicity multiplicity)
                 throws InvalidQueryException
- Throws
 InvalidQueryException
GreaterThanQuery
public GreaterThanQuery(FullTextSearch.Parameter parameter,
                        Number value)
                 throws InvalidQueryException
- Throws
 InvalidQueryException
GreaterThanQuery
public GreaterThanQuery(FullTextSearch.Parameter parameter,
                        Number[] values)
                 throws InvalidQueryException
- Throws
 InvalidQueryException
getOperator
protected FullTextSearch.Operator getOperator()
- Specified by:
 getOperator in class AbstractQueryOperator
 
 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved