Skip navigation links


com.bea.content.expression.operators
Class NotEqualsQuery

java.lang.Object
  extended by com.bea.content.expression.operators.AbstractQueryOperator
      extended by com.bea.content.expression.operators.NotEqualsQuery

All Implemented Interfaces
IQueryOperator

public class NotEqualsQuery
extends AbstractQueryOperator

Field Summary

 

Fields inherited from class com.bea.content.expression.operators.AbstractQueryOperator
criteria, criteriaList, multiplicity, param, textFormatter, userProperty, userPropertyName

 

Constructor Summary
NotEqualsQuery(FullTextSearch.Parameter param, String value)
           
NotEqualsQuery(FullTextSearch.Parameter param, String[] values)
           
NotEqualsQuery(String userPropertyField, String value)
           
NotEqualsQuery(String userPropertyField, String[] values)
           
NotEqualsQuery(String userPropertyField, String[] values, FullTextSearch.Multiplicity multiplicity)
           
NotEqualsQuery(String userPropertyField, String value, FullTextSearch.Multiplicity multiplicity)
           

 

Method Summary
 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

NotEqualsQuery

public NotEqualsQuery(String userPropertyField,
                      String value)
               throws InvalidQueryException
Throws
InvalidQueryException

NotEqualsQuery

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

NotEqualsQuery

public NotEqualsQuery(String userPropertyField,
                      String[] values)
               throws InvalidQueryException
Throws
InvalidQueryException

NotEqualsQuery

public NotEqualsQuery(String userPropertyField,
                      String[] values,
                      FullTextSearch.Multiplicity multiplicity)
               throws InvalidQueryException
Throws
InvalidQueryException

NotEqualsQuery

public NotEqualsQuery(FullTextSearch.Parameter param,
                      String[] values)
               throws InvalidQueryException
Throws
InvalidQueryException

NotEqualsQuery

public NotEqualsQuery(FullTextSearch.Parameter param,
                      String value)
               throws InvalidQueryException
Throws
InvalidQueryException

Method Detail

getOperator

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

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.