Uses of Class
org.rhq.enterprise.server.search.translation.antlr.RHQLComparisonOperator

Packages that use RHQLComparisonOperator
org.rhq.enterprise.server.search.common   
org.rhq.enterprise.server.search.execution   
org.rhq.enterprise.server.search.translation   
org.rhq.enterprise.server.search.translation.antlr   
 

Uses of RHQLComparisonOperator in org.rhq.enterprise.server.search.common
 

Methods in org.rhq.enterprise.server.search.common with parameters of type RHQLComparisonOperator
static String SearchQueryGenerationUtility.getJPQLForString(String fragment, RHQLComparisonOperator operator, String value)
           
 

Uses of RHQLComparisonOperator in org.rhq.enterprise.server.search.execution
 

Methods in org.rhq.enterprise.server.search.execution that return RHQLComparisonOperator
static RHQLComparisonOperator SearchTranslationManager.getComparisonOperatorFromTokenType(int tokenType, String value)
           
 

Uses of RHQLComparisonOperator in org.rhq.enterprise.server.search.translation
 

Methods in org.rhq.enterprise.server.search.translation with parameters of type RHQLComparisonOperator
protected  String AbstractSearchTranslator.getJPQLForEnum(String fragment, RHQLComparisonOperator operator, String value, Class<? extends Enum<?>> enumClass, boolean useOrdinal)
           
 

Uses of RHQLComparisonOperator in org.rhq.enterprise.server.search.translation.antlr
 

Methods in org.rhq.enterprise.server.search.translation.antlr that return RHQLComparisonOperator
 RHQLComparisonOperator RHQLAdvancedTerm.getOperator()
           
static RHQLComparisonOperator RHQLComparisonOperator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RHQLComparisonOperator[] RHQLComparisonOperator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.rhq.enterprise.server.search.translation.antlr with parameters of type RHQLComparisonOperator
RHQLAdvancedTerm(String lineage, String path, String param, RHQLComparisonOperator operator, String value)
           
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.