Uses of Interface
org.nuxeo.ecm.platform.query.api.AggregateRangeDefinition
-
Packages that use AggregateRangeDefinition Package Description org.nuxeo.ecm.platform.query.api org.nuxeo.ecm.platform.query.core -
-
Uses of AggregateRangeDefinition in org.nuxeo.ecm.platform.query.api
Subinterfaces of AggregateRangeDefinition in org.nuxeo.ecm.platform.query.api Modifier and Type Interface Description interface
AggregateRangeDateDefinition
Methods in org.nuxeo.ecm.platform.query.api that return AggregateRangeDefinition Modifier and Type Method Description AggregateRangeDefinition
AggregateRangeDefinition. clone()
Methods in org.nuxeo.ecm.platform.query.api that return types with arguments of type AggregateRangeDefinition Modifier and Type Method Description List<AggregateRangeDefinition>
Aggregate. getRanges()
Range definition for aggregate of type range.List<AggregateRangeDefinition>
AggregateDefinition. getRanges()
Method parameters in org.nuxeo.ecm.platform.query.api with type arguments of type AggregateRangeDefinition Modifier and Type Method Description void
AggregateDefinition. setRanges(List<AggregateRangeDefinition> ranges)
-
Uses of AggregateRangeDefinition in org.nuxeo.ecm.platform.query.core
Classes in org.nuxeo.ecm.platform.query.core that implement AggregateRangeDefinition Modifier and Type Class Description class
AggregateRangeDateDescriptor
class
AggregateRangeDescriptor
Methods in org.nuxeo.ecm.platform.query.core that return AggregateRangeDefinition Modifier and Type Method Description AggregateRangeDefinition
AggregateRangeDescriptor. clone()
Methods in org.nuxeo.ecm.platform.query.core that return types with arguments of type AggregateRangeDefinition Modifier and Type Method Description List<AggregateRangeDefinition>
AggregateBase. getRanges()
List<AggregateRangeDefinition>
AggregateDescriptor. getRanges()
Method parameters in org.nuxeo.ecm.platform.query.core with type arguments of type AggregateRangeDefinition Modifier and Type Method Description void
AggregateDescriptor. setRanges(List<AggregateRangeDefinition> ranges)
-