AbstractProtectedconstructorOptionalvalue: stringOptionalvalue2: stringOptionalpropertyType: PropertyTypeOptionalpropertyTypeGroup: AttributeTypeGroupOptionalpropertyOptionalpropertyStaticsupportedReturns the supported operators for the given filter class.
Generates a simple text representation of the filter, for example, "attributeName [attributeType] = value" Needs the context to translate the operator and other terms. If instead of the attribute name and type, an alias or translated name should be displayed, provide the string via the optional propertyDisplayName parameter
OptionalpropertyDisplayName: stringStaticsupportedReturns the supported operators for the given attribute type. This function supports mapping for the three basic attribute types: string, number and date. More diverse types must be mapped in the subclass.
Base class for all filter conditions.