Uses of Class
org.apache.unomi.api.query.NumericRange
- 
Packages that use NumericRange Package Description org.apache.unomi.api org.apache.unomi.api.query org.apache.unomi.graphql.types.output.property org.apache.unomi.persistence.spi.aggregate  - 
- 
Uses of NumericRange in org.apache.unomi.api
Methods in org.apache.unomi.api that return types with arguments of type NumericRange Modifier and Type Method Description List<NumericRange>PropertyType. getNumericRanges()Retrieves the numeric ranges.Method parameters in org.apache.unomi.api with type arguments of type NumericRange Modifier and Type Method Description voidPropertyType. setNumericRanges(List<NumericRange> numericRanges)Sets the numeric ranges. - 
Uses of NumericRange in org.apache.unomi.api.query
Methods in org.apache.unomi.api.query that return types with arguments of type NumericRange Modifier and Type Method Description List<NumericRange>Aggregate. getNumericRanges() - 
Uses of NumericRange in org.apache.unomi.graphql.types.output.property
Methods in org.apache.unomi.graphql.types.output.property that return NumericRange Modifier and Type Method Description protected NumericRangeCDPPropertyType. getDefaultNumericRange() - 
Uses of NumericRange in org.apache.unomi.persistence.spi.aggregate
Methods in org.apache.unomi.persistence.spi.aggregate that return types with arguments of type NumericRange Modifier and Type Method Description List<NumericRange>NumericRangeAggregate. getRanges()Method parameters in org.apache.unomi.persistence.spi.aggregate with type arguments of type NumericRange Modifier and Type Method Description voidNumericRangeAggregate. setRanges(List<NumericRange> ranges)Constructor parameters in org.apache.unomi.persistence.spi.aggregate with type arguments of type NumericRange Constructor Description NumericRangeAggregate(String field, List<NumericRange> ranges) 
 -