Uses of Interface
org.nuxeo.ecm.platform.query.api.Aggregate
Packages that use Aggregate
Package
Description
- 
Uses of Aggregate in org.nuxeo.ecm.automation.core.util
Methods in org.nuxeo.ecm.automation.core.util that return types with arguments of type AggregateModifier and TypeMethodDescriptionPaginable.getAggregates()PaginablePageProvider.getAggregates() - 
Uses of Aggregate in org.nuxeo.ecm.automation.io.rest.documents
Methods in org.nuxeo.ecm.automation.io.rest.documents that return types with arguments of type Aggregate - 
Uses of Aggregate in org.nuxeo.ecm.core.io.marshallers.json.aggregate
Methods in org.nuxeo.ecm.core.io.marshallers.json.aggregate with parameters of type AggregateModifier and TypeMethodDescriptionprotected voidAggregateJsonWriter.writeEntityBody(Aggregate agg, com.fasterxml.jackson.core.JsonGenerator jg)  - 
Uses of Aggregate in org.nuxeo.ecm.core.search
Fields in org.nuxeo.ecm.core.search with type parameters of type AggregateModifier and TypeFieldDescriptionSearchQueryImpl.aggregatesSearchQueryImpl.Builder.aggregatesSearchResponseImpl.aggregatesSearchResponseImpl.Builder.aggregatesMethods in org.nuxeo.ecm.core.search that return types with arguments of type AggregateModifier and TypeMethodDescriptionSearchQuery.getAggregates()SearchQueryImpl.getAggregates()SearchResponse.getAggregates()Returns the aggregates.SearchResponseImpl.getAggregates()Methods in org.nuxeo.ecm.core.search with parameters of type AggregateModifier and TypeMethodDescriptionSearchQueryImpl.Builder.addAggregate(Aggregate<? extends Bucket> aggregate) Asks for an aggregate.Method parameters in org.nuxeo.ecm.core.search with type arguments of type AggregateModifier and TypeMethodDescriptionSearchQueryImpl.Builder.addAggregates(List<Aggregate<? extends Bucket>> aggregates) Asks for a list of aggregates.SearchResponseImpl.Builder.aggregates(List<Aggregate<? extends Bucket>> aggregates)  - 
Uses of Aggregate in org.nuxeo.ecm.core.search.client.opensearch1
Methods in org.nuxeo.ecm.core.search.client.opensearch1 that return types with arguments of type AggregateModifier and TypeMethodDescriptionOpenSearchResponseTransformer.makeAggregates(SearchQuery searchQuery, org.opensearch.search.aggregations.Aggregations osAggregations) Methods in org.nuxeo.ecm.core.search.client.opensearch1 with parameters of type AggregateModifier and TypeMethodDescriptionprotected org.opensearch.index.query.QueryBuilderOpenSearchQueryTransformer.getAggregateFilter(Aggregate<? extends Bucket> aggregate) protected org.opensearch.search.aggregations.AggregationBuilderOpenSearchQueryTransformer.getSubAggregation(Aggregate<? extends Bucket> aggregate)  - 
Uses of Aggregate in org.nuxeo.ecm.core.search.client.opensearch1.aggregate
Methods in org.nuxeo.ecm.core.search.client.opensearch1.aggregate with parameters of type AggregateModifier and TypeMethodDescriptionprotected static ZonedDateTimeAggregateDateHistogramParser.convertStringToDate(String date, Aggregate<? extends Bucket> agg) static org.opensearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilderAggregateDateHistogramParser.getAggregate(Aggregate<? extends Bucket> agg) static org.opensearch.search.aggregations.bucket.range.DateRangeAggregationBuilderAggregateDateRangeParser.getAggregate(Aggregate<? extends Bucket> agg) static org.opensearch.search.aggregations.bucket.histogram.HistogramAggregationBuilderAggregateHistogramParser.getAggregate(Aggregate<? extends Bucket> agg) static org.opensearch.search.aggregations.bucket.range.RangeAggregationBuilderAggregateRangeParser.getAggregate(Aggregate<? extends Bucket> agg) static org.opensearch.search.aggregations.bucket.terms.SignificantTermsAggregationBuilderAggregateSignificantTermParser.getAggregate(Aggregate<? extends Bucket> agg) static org.opensearch.search.aggregations.AggregationBuilderAggregateSingleValueMetricParser.getAggregate(Aggregate<? extends Bucket> agg) Creates an AggregationBuilder for the supplied aggregate.static org.opensearch.search.aggregations.bucket.terms.TermsAggregationBuilderAggregateTermParser.getAggregate(Aggregate<? extends Bucket> agg) static org.opensearch.index.query.QueryBuilderstatic org.opensearch.index.query.QueryBuilderstatic org.opensearch.index.query.QueryBuilderstatic org.opensearch.index.query.QueryBuilderstatic org.opensearch.index.query.QueryBuilderstatic org.opensearch.index.query.QueryBuilderstatic StringAggregateParserBase.getFilterId(Aggregate<?> agg) protected static StringAggregateDateHistogramParser.getInterval(Aggregate<? extends Bucket> agg) static intAggregateHistogramParser.getInterval(Aggregate<? extends Bucket> agg) static List<BucketRangeDate> AggregateDateHistogramParser.parseBuckets(Collection<? extends org.opensearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket> buckets, Aggregate<? extends Bucket> agg)  - 
Uses of Aggregate in org.nuxeo.ecm.platform.query.api
Methods in org.nuxeo.ecm.platform.query.api that return types with arguments of type AggregateModifier and TypeMethodDescriptionAbstractPageProvider.getAggregates()PageProvider.getAggregates() - 
Uses of Aggregate in org.nuxeo.ecm.platform.query.core
Classes in org.nuxeo.ecm.platform.query.core that implement AggregateModifier and TypeClassDescriptionclassclassAggregateBase<B extends Bucket>classclassclassclassclassclassclassclassclassclassclassclass - 
Uses of Aggregate in org.nuxeo.ecm.platform.query.nxql
Fields in org.nuxeo.ecm.platform.query.nxql with type parameters of type AggregateMethods in org.nuxeo.ecm.platform.query.nxql that return types with arguments of type AggregateModifier and TypeMethodDescriptionSearchServicePageProvider.buildAggregates()SearchServicePageProvider.getAggregates()