Uses of Interface
io.camunda.search.clients.aggregator.SearchAggregator
Packages that use SearchAggregator
Package
Description
-
Uses of SearchAggregator in io.camunda.search.clients.aggregator
Classes in io.camunda.search.clients.aggregator that implement SearchAggregatorModifier and TypeClassDescriptionfinal recordfinal recordfinal recordfinal recordfinal recordFields in io.camunda.search.clients.aggregator with type parameters of type SearchAggregatorModifier and TypeFieldDescriptionprotected List<SearchAggregator> SearchAggregator.AbstractBuilder.aggregationsMethods in io.camunda.search.clients.aggregator that return types with arguments of type SearchAggregatorModifier and TypeMethodDescriptionSearchChildrenAggregator.aggregations()Returns the value of theaggregationsrecord component.SearchFilterAggregator.aggregations()Returns the value of theaggregationsrecord component.SearchFiltersAggregator.aggregations()Returns the value of theaggregationsrecord component.SearchParentAggregator.aggregations()Returns the value of theaggregationsrecord component.SearchTermsAggregator.aggregations()Returns the value of theaggregationsrecord component.SearchAggregator.getAggregations()SearchChildrenAggregator.getAggregations()SearchFilterAggregator.getAggregations()SearchFiltersAggregator.getAggregations()SearchParentAggregator.getAggregations()SearchTermsAggregator.getAggregations()Methods in io.camunda.search.clients.aggregator with parameters of type SearchAggregatorModifier and TypeMethodDescriptionSearchAggregator.AbstractBuilder.aggregations(SearchAggregator value, SearchAggregator... values) Method parameters in io.camunda.search.clients.aggregator with type arguments of type SearchAggregatorModifier and TypeMethodDescriptionSearchAggregator.AbstractBuilder.aggregations(List<SearchAggregator> aggregations) Constructor parameters in io.camunda.search.clients.aggregator with type arguments of type SearchAggregatorModifierConstructorDescriptionSearchChildrenAggregator(String name, String type, List<SearchAggregator> aggregations) Creates an instance of aSearchChildrenAggregatorrecord class.SearchFilterAggregator(String name, SearchQuery query, List<SearchAggregator> aggregations) Creates an instance of aSearchFilterAggregatorrecord class.SearchFiltersAggregator(String name, Map<String, SearchQuery> queries, List<SearchAggregator> aggregations) Creates an instance of aSearchFiltersAggregatorrecord class.SearchParentAggregator(String name, String type, List<SearchAggregator> aggregations) Creates an instance of aSearchParentAggregatorrecord class.SearchTermsAggregator(String name, String field, Integer size, Integer minDocCount, List<SearchAggregator> aggregations) Creates an instance of aSearchTermsAggregatorrecord class. -
Uses of SearchAggregator in io.camunda.search.clients.core
Methods in io.camunda.search.clients.core that return types with arguments of type SearchAggregatorModifier and TypeMethodDescriptionSearchQueryRequest.aggregations()Returns the value of theaggregationsrecord component.Methods in io.camunda.search.clients.core with parameters of type SearchAggregatorModifier and TypeMethodDescriptionSearchQueryRequest.Builder.aggregations(SearchAggregator value, SearchAggregator... values) Method parameters in io.camunda.search.clients.core with type arguments of type SearchAggregatorModifier and TypeMethodDescriptionSearchQueryRequest.Builder.aggregations(List<SearchAggregator> values) -
Uses of SearchAggregator in io.camunda.search.clients.transformers.aggregation
Methods in io.camunda.search.clients.transformers.aggregation that return types with arguments of type SearchAggregatorModifier and TypeMethodDescriptionProcessDefinitionFlowNodeStatisticsAggregationTransformer.apply(ProcessDefinitionFlowNodeStatisticsAggregation value) ProcessInstanceFlowNodeStatisticsAggregationTransformer.apply(ProcessInstanceFlowNodeStatisticsAggregation value) -
Uses of SearchAggregator in io.camunda.search.clients.transformers.query
Methods in io.camunda.search.clients.transformers.query that return types with arguments of type SearchAggregatorModifier and TypeMethodDescriptionprotected List<SearchAggregator> TypedSearchQueryTransformer.toAggregations(AggregationBase aggregation)