Uses of Class
org.apache.unomi.api.query.DateRange
Packages that use DateRange
Package
Description
- 
Uses of DateRange in org.apache.unomi.api
Methods in org.apache.unomi.api that return types with arguments of type DateRangeMethod parameters in org.apache.unomi.api with type arguments of type DateRangeModifier and TypeMethodDescriptionvoidPropertyType.setDateRanges(List<DateRange> dateRanges) Sets the date ranges. - 
Uses of DateRange in org.apache.unomi.api.query
Methods in org.apache.unomi.api.query that return types with arguments of type DateRangeMethod parameters in org.apache.unomi.api.query with type arguments of type DateRange - 
Uses of DateRange in org.apache.unomi.persistence.spi.aggregate
Methods in org.apache.unomi.persistence.spi.aggregate that return types with arguments of type DateRangeMethod parameters in org.apache.unomi.persistence.spi.aggregate with type arguments of type DateRangeModifier and TypeMethodDescriptionvoidDateRangeAggregate.setDateRanges(List<DateRange> dateRanges) Constructor parameters in org.apache.unomi.persistence.spi.aggregate with type arguments of type DateRangeModifierConstructorDescriptionDateRangeAggregate(String field, String format, List<DateRange> dateRanges)