Uses of Enum Class
org.apache.cxf.jaxrs.ext.search.ConditionType
Packages that use ConditionType
Package
Description
-
Uses of ConditionType in org.apache.cxf.jaxrs.ext.search
Fields in org.apache.cxf.jaxrs.ext.search with type parameters of type ConditionTypeModifier and TypeFieldDescriptionprotected static final Set<ConditionType>SimpleSearchCondition.SUPPORTED_TYPESMethods in org.apache.cxf.jaxrs.ext.search that return ConditionTypeModifier and TypeMethodDescriptionPrimitiveStatement.getCondition()AbstractComplexCondition.getConditionType()PrimitiveSearchCondition.getConditionType()SearchCondition.getConditionType()Returns the type of the condition this SearchCondition representsSimpleSearchCondition.getConditionType()Returns the type of the condition this SearchCondition representsstatic ConditionTypeReturns the enum constant of this class with the specified name.static ConditionType[]ConditionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cxf.jaxrs.ext.search with parameters of type ConditionTypeModifier and TypeMethodDescriptionstatic StringSearchUtils.conditionTypeToSqlOperator(ConditionType ct, String value, String originalValue) Constructors in org.apache.cxf.jaxrs.ext.search with parameters of type ConditionTypeModifierConstructorDescriptionprotectedAbstractComplexCondition(List<SearchCondition<T>> conditions, ConditionType cType) protectedPrimitiveSearchCondition(String propertyName, Object propertyValue, Type propertyType, ConditionType ct, T condition) PrimitiveSearchCondition(String propertyName, Object propertyValue, ConditionType ct, T condition) PrimitiveStatement(String property, Object value, Type type, ConditionType condition) SimpleSearchCondition(ConditionType cType, T condition) Creates search condition with same operator (equality, inequality) applied in all comparison; seeSimpleSearchCondition.isMet(Object)for details of comparison.Constructor parameters in org.apache.cxf.jaxrs.ext.search with type arguments of type ConditionTypeModifierConstructorDescriptionSimpleSearchCondition(Map<String, ConditionType> getters2operators, Map<String, String> realGetters, Map<String, Beanspector.TypeInfo> propertyTypeInfo, T condition) Creates search condition with different operators (equality, inequality etc) specified for each getter; seeSimpleSearchCondition.isMet(Object)for details of comparison.SimpleSearchCondition(Map<String, ConditionType> getters2operators, T condition) -
Uses of ConditionType in org.apache.cxf.jaxrs.ext.search.client
Methods in org.apache.cxf.jaxrs.ext.search.client with parameters of type ConditionTypeModifier and TypeMethodDescriptionFiqlSearchConditionBuilder.Builder.comparesTo(ConditionType type, Double value) FiqlSearchConditionBuilder.Builder.comparesTo(ConditionType type, Integer value) FiqlSearchConditionBuilder.Builder.comparesTo(ConditionType type, Long value) FiqlSearchConditionBuilder.Builder.comparesTo(ConditionType type, String value) FiqlSearchConditionBuilder.Builder.comparesTo(ConditionType type, Date value) FiqlSearchConditionBuilder.Builder.comparesTo(ConditionType type, Duration value) Property.comparesTo(ConditionType op, Double value) GenericProperty.comparesTo(ConditionType op, Integer value) GenericProperty.comparesTo(ConditionType op, Long value) GenericProperty.comparesTo(ConditionType op, String value) GenericProperty.comparesTo(ConditionType op, Date value) GenericProperty.comparesTo(ConditionType op, Duration value) Genericprotected StringFiqlSearchConditionBuilder.Builder.toFiqlPrimitiveCondition(ConditionType type) -
Uses of ConditionType in org.apache.cxf.jaxrs.ext.search.collections
Constructors in org.apache.cxf.jaxrs.ext.search.collections with parameters of type ConditionTypeModifierConstructorDescriptionCollectionCheckCondition(String propertyName, Object propertyValue, Type propertyType, ConditionType ct, T condition, CollectionCheckInfo checkInfo) CollectionCheckStatement(String property, Object value, Type type, ConditionType condition, CollectionCheckInfo checkInfo) -
Uses of ConditionType in org.apache.cxf.jaxrs.ext.search.fiql
Fields in org.apache.cxf.jaxrs.ext.search.fiql with type parameters of type ConditionTypeModifier and TypeFieldDescriptionstatic final Map<ConditionType,String> FiqlParser.CONDITION_MAPprotected Map<String,ConditionType> FiqlParser.operatorsMap -
Uses of ConditionType in org.apache.cxf.jaxrs.ext.search.ldap
Methods in org.apache.cxf.jaxrs.ext.search.ldap with parameters of type ConditionTypeModifier and TypeMethodDescriptionstatic StringLdapQueryVisitor.conditionTypeToLdapOperator(ConditionType ct)