Skip navigation links


com.bea.content.expression.operators
Class LikeIgnoreCaseQuery

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

All Implemented Interfaces
IQueryOperator

public class LikeIgnoreCaseQuery
extends SingleValueQuery

Field Summary

 

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

 

Constructor Summary
LikeIgnoreCaseQuery(FullTextSearch.Parameter parameter, String value)
           
LikeIgnoreCaseQuery(String userPropertyField, String value)
           

 

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

LikeIgnoreCaseQuery

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

LikeIgnoreCaseQuery

public LikeIgnoreCaseQuery(FullTextSearch.Parameter parameter,
                           String value)
                    throws InvalidQueryException
Throws
InvalidQueryException

Method Detail

getOperator

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

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.