Uses of Interface
org.nuxeo.ecm.platform.query.api.AggregateDefinition
Packages that use AggregateDefinition
-
Uses of AggregateDefinition in org.nuxeo.ecm.platform.query.api
Fields in org.nuxeo.ecm.platform.query.api with type parameters of type AggregateDefinitionModifier and TypeFieldDescriptionprotected List
<AggregateDefinition> PageProviderDefinitionBuilder.aggregates
protected final List
<AggregateDefinition> PageProviderDefinitionBuilder.PageProviderDefinitionImpl.aggregates
Methods in org.nuxeo.ecm.platform.query.api that return AggregateDefinitionMethods in org.nuxeo.ecm.platform.query.api that return types with arguments of type AggregateDefinitionModifier and TypeMethodDescriptionAbstractPageProvider.getAggregateDefinitions()
PageProvider.getAggregateDefinitions()
PageProviderDefinition.getAggregates()
PageProviderDefinitionBuilder.PageProviderDefinitionImpl.getAggregates()
-
Uses of AggregateDefinition in org.nuxeo.ecm.platform.query.core
Classes in org.nuxeo.ecm.platform.query.core that implement AggregateDefinitionFields in org.nuxeo.ecm.platform.query.core declared as AggregateDefinitionMethods in org.nuxeo.ecm.platform.query.core that return types with arguments of type AggregateDefinitionConstructors in org.nuxeo.ecm.platform.query.core with parameters of type AggregateDefinitionModifierConstructorDescriptionAggregateAvg
(AggregateDefinition definition, DocumentModel searchDocument) AggregateBase
(AggregateDefinition definition, DocumentModel searchDocument) AggregateCardinality
(AggregateDefinition definition, DocumentModel searchDocument) AggregateCount
(AggregateDefinition definition, DocumentModel searchDocument) AggregateDateHistogram
(AggregateDefinition definition, DocumentModel searchDocument) AggregateDateRange
(AggregateDefinition definition, DocumentModel searchDocument) AggregateHistogram
(AggregateDefinition definition, DocumentModel searchDocument) AggregateMax
(AggregateDefinition definition, DocumentModel searchDocument) AggregateMin
(AggregateDefinition definition, DocumentModel searchDocument) AggregateMissing
(AggregateDefinition definition, DocumentModel searchDocument) AggregateRange
(AggregateDefinition definition, DocumentModel searchDocument) AggregateSignificantTerm
(AggregateDefinition definition, DocumentModel searchDocument) AggregateSum
(AggregateDefinition definition, DocumentModel searchDocument) AggregateTerm
(AggregateDefinition definition, DocumentModel searchDocument)