Uses of Interface
org.nuxeo.ecm.platform.query.api.AggregateRangeDateDefinition
-
Packages that use AggregateRangeDateDefinition Package Description org.nuxeo.ecm.platform.query.api org.nuxeo.ecm.platform.query.core -
-
Uses of AggregateRangeDateDefinition in org.nuxeo.ecm.platform.query.api
Methods in org.nuxeo.ecm.platform.query.api that return AggregateRangeDateDefinition Modifier and Type Method Description AggregateRangeDateDefinitionAggregateRangeDateDefinition. clone()Methods in org.nuxeo.ecm.platform.query.api that return types with arguments of type AggregateRangeDateDefinition Modifier and Type Method Description List<AggregateRangeDateDefinition>Aggregate. getDateRanges()Date Range definition for aggregate of type date range.List<AggregateRangeDateDefinition>AggregateDefinition. getDateRanges()Method parameters in org.nuxeo.ecm.platform.query.api with type arguments of type AggregateRangeDateDefinition Modifier and Type Method Description voidAggregateDefinition. setDateRanges(List<AggregateRangeDateDefinition> ranges) -
Uses of AggregateRangeDateDefinition in org.nuxeo.ecm.platform.query.core
Classes in org.nuxeo.ecm.platform.query.core that implement AggregateRangeDateDefinition Modifier and Type Class Description classAggregateRangeDateDescriptorMethods in org.nuxeo.ecm.platform.query.core that return AggregateRangeDateDefinition Modifier and Type Method Description AggregateRangeDateDefinitionAggregateRangeDateDescriptor. clone()Methods in org.nuxeo.ecm.platform.query.core that return types with arguments of type AggregateRangeDateDefinition Modifier and Type Method Description List<AggregateRangeDateDefinition>AggregateBase. getDateRanges()List<AggregateRangeDateDefinition>AggregateDescriptor. getDateRanges()Method parameters in org.nuxeo.ecm.platform.query.core with type arguments of type AggregateRangeDateDefinition Modifier and Type Method Description voidAggregateDescriptor. setDateRanges(List<AggregateRangeDateDefinition> ranges)
-