Apache CXF API

Uses of Class
org.apache.cxf.jaxrs.ext.search.ConditionType

Packages that use ConditionType
org.apache.cxf.jaxrs.ext.search   
 

Uses of ConditionType in org.apache.cxf.jaxrs.ext.search
 

Methods in org.apache.cxf.jaxrs.ext.search that return ConditionType
 ConditionType PrimitiveStatement.getCondition()
           
 ConditionType SimpleSearchCondition.getConditionType()
          Returns the type of the condition this SearchCondition represents
 ConditionType PrimitiveSearchCondition.getConditionType()
           
 ConditionType AbstractComplexCondition.getConditionType()
           
 ConditionType SearchCondition.getConditionType()
          Returns the type of the condition this SearchCondition represents
static ConditionType ConditionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConditionType[] ConditionType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.cxf.jaxrs.ext.search with parameters of type ConditionType
static String SearchUtils.conditionTypeToSqlOperator(ConditionType ct, String value)
           
 

Constructors in org.apache.cxf.jaxrs.ext.search with parameters of type ConditionType
AbstractComplexCondition(ConditionType cType)
           
AbstractComplexCondition(List<SearchCondition<T>> conditions, ConditionType cType)
           
PrimitiveSearchCondition(String propertyName, Object propertyValue, ConditionType ct, T condition)
           
PrimitiveStatement(String property, Object value, ConditionType condition)
           
SimpleSearchCondition(ConditionType cType, T condition)
          Creates search condition with same operator (equality, inequality) applied in all comparison; see SimpleSearchCondition.isMet(Object) for details of comparison.
 

Constructor parameters in org.apache.cxf.jaxrs.ext.search with type arguments of type ConditionType
SimpleSearchCondition(Map<String,ConditionType> getters2operators, T condition)
          Creates search condition with different operators (equality, inequality etc) specified for each getter; see SimpleSearchCondition.isMet(Object) for details of comparison.
 


Apache CXF API

Apache CXF