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 AggregateRangeDateDefinition
AggregateRangeDateDefinition. 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 void
AggregateDefinition. 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 class
AggregateRangeDateDescriptor
Methods in org.nuxeo.ecm.platform.query.core that return AggregateRangeDateDefinition Modifier and Type Method Description AggregateRangeDateDefinition
AggregateRangeDateDescriptor. 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 void
AggregateDescriptor. setDateRanges(List<AggregateRangeDateDefinition> ranges)
-