Uses of Enum
org.qubership.atp.ram.dto.filters.types.SingleValueFilterType
Packages that use SingleValueFilterType
-
Uses of SingleValueFilterType in org.qubership.atp.ram.dto.filters
Methods in org.qubership.atp.ram.dto.filters with parameters of type SingleValueFilterTypeModifier and TypeMethodDescriptionstatic org.springframework.data.mongodb.core.query.CriteriaFilterUtils.getCriteriaLessOrMoreThanValue(String field, SingleValueFilterType type, Object value) Get Criteria for filtering by field value. -
Uses of SingleValueFilterType in org.qubership.atp.ram.dto.filters.types
Methods in org.qubership.atp.ram.dto.filters.types that return SingleValueFilterTypeModifier and TypeMethodDescriptionstatic SingleValueFilterTypeReturns the enum constant of this type with the specified name.static SingleValueFilterType[]SingleValueFilterType.values()Returns an array containing the constants of this enum type, in the order they are declared.