Class AbstractGroupByFlowNodeInterpreterES
java.lang.Object
io.camunda.optimize.service.db.es.report.interpreter.groupby.AbstractGroupByInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
io.camunda.optimize.service.db.es.report.interpreter.groupby.process.AbstractProcessGroupByInterpreterES
io.camunda.optimize.service.db.es.report.interpreter.groupby.process.flownode.AbstractGroupByFlowNodeInterpreterES
- All Implemented Interfaces:
GroupByInterpreterES<ProcessReportDataDto,,ProcessExecutionPlan> ProcessGroupByInterpreterES
- Direct Known Subclasses:
GroupByIncidentFlowNodeInterpreterES,ProcessGroupByFlowNodeDurationInterpreterES,ProcessGroupByFlowNodeInterpreterES
public abstract class AbstractGroupByFlowNodeInterpreterES
extends AbstractProcessGroupByInterpreterES
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Map<String, co.elastic.clients.elasticsearch._types.aggregations.Aggregation.Builder.ContainerBuilder> createFilteredFlowNodeAggregation(ExecutionContext<ProcessReportDataDto, ?> context, Map<String, co.elastic.clients.elasticsearch._types.aggregations.Aggregation.Builder.ContainerBuilder> subAggregations) protected abstract DefinitionServiceprotected Optional<co.elastic.clients.elasticsearch._types.aggregations.FilterAggregate> getFilteredFlowNodesAggregation(co.elastic.clients.elasticsearch.core.search.ResponseBody<?> response) protected Optional<co.elastic.clients.elasticsearch._types.aggregations.NestedAggregate> getFlowNodesAggregation(co.elastic.clients.elasticsearch.core.search.ResponseBody<?> response) Methods inherited from class io.camunda.optimize.service.db.es.report.interpreter.groupby.process.AbstractProcessGroupByInterpreterES
getIndexNamesMethods inherited from class io.camunda.optimize.service.db.es.report.interpreter.groupby.AbstractGroupByInterpreterES
addQueryResult, adjustSearchRequest, createAggregation, getDistributedByInterpreter, getMinMaxStats, getViewInterpreter, retrieveQueryResultMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.camunda.optimize.service.db.es.report.interpreter.groupby.GroupByInterpreterES
adjustSearchRequest, createAggregation, retrieveQueryResultMethods inherited from interface io.camunda.optimize.service.db.es.report.interpreter.groupby.process.ProcessGroupByInterpreterES
getMinMaxStats, getSupportedGroupBys
-
Constructor Details
-
AbstractGroupByFlowNodeInterpreterES
public AbstractGroupByFlowNodeInterpreterES()
-
-
Method Details
-
getDefinitionService
-
createFilteredFlowNodeAggregation
protected Map<String,co.elastic.clients.elasticsearch._types.aggregations.Aggregation.Builder.ContainerBuilder> createFilteredFlowNodeAggregation(ExecutionContext<ProcessReportDataDto, ?> context, Map<String, co.elastic.clients.elasticsearch._types.aggregations.Aggregation.Builder.ContainerBuilder> subAggregations) -
getFilteredFlowNodesAggregation
protected Optional<co.elastic.clients.elasticsearch._types.aggregations.FilterAggregate> getFilteredFlowNodesAggregation(co.elastic.clients.elasticsearch.core.search.ResponseBody<?> response) -
getFlowNodesAggregation
protected Optional<co.elastic.clients.elasticsearch._types.aggregations.NestedAggregate> getFlowNodesAggregation(co.elastic.clients.elasticsearch.core.search.ResponseBody<?> response)
-