com.bea.content.expression.operators
Class LessThanQuery

java.lang.Object
  extended by com.bea.content.expression.operators.AbstractQueryOperator
      extended by com.bea.content.expression.operators.LessThanQuery
All Implemented Interfaces
IQueryOperator

public class LessThanQuery
extends AbstractQueryOperator


Field Summary
 
Fields inherited from class com.bea.content.expression.operators.AbstractQueryOperator
criteria, criteriaList, multiplicity, param, textFormatter, userProperty, userPropertyName
 
Constructor Summary
LessThanQuery(FullTextSearch.Parameter parameter, Number value)
           
LessThanQuery(String userPropertyField, Number value)
           
LessThanQuery(String userPropertyField, Number value, FullTextSearch.Multiplicity multiplicity)
           
 
Method Summary
protected  FullTextSearch.Operator getOperator()
           
 
Methods inherited from class com.bea.content.expression.operators.AbstractQueryOperator
buildAutonomyDateString, buildCriteria, buildCriteria, buildCriteria, buildFTQP, criteriaNullCheck
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LessThanQuery

public LessThanQuery(String userPropertyField,
                     Number value)
              throws InvalidQueryException
Throws
InvalidQueryException

LessThanQuery

public LessThanQuery(String userPropertyField,
                     Number value,
                     FullTextSearch.Multiplicity multiplicity)
              throws InvalidQueryException
Throws
InvalidQueryException

LessThanQuery

public LessThanQuery(FullTextSearch.Parameter parameter,
                     Number value)
              throws InvalidQueryException
Throws
InvalidQueryException
Method Detail

getOperator

protected FullTextSearch.Operator getOperator()
Specified by:
getOperator in class AbstractQueryOperator


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.