Class GroupByIncidentFlowNodeInterpreterES
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
io.camunda.optimize.service.db.es.report.interpreter.groupby.process.flownode.GroupByIncidentFlowNodeInterpreterES
- All Implemented Interfaces:
GroupByInterpreterES<ProcessReportDataDto,,ProcessExecutionPlan> ProcessGroupByInterpreterES
@Component
@Conditional(io.camunda.optimize.service.util.configuration.condition.ElasticSearchCondition.class)
public class GroupByIncidentFlowNodeInterpreterES
extends AbstractGroupByFlowNodeInterpreterES
-
Constructor Summary
ConstructorsConstructorDescriptionGroupByIncidentFlowNodeInterpreterES(ConfigurationService configurationService, GroupByIncidentFlowNodeInterpreterHelper helper, DefinitionService definitionService, ProcessDistributedByInterpreterFacadeES distributedByInterpreter, ProcessViewInterpreterFacadeES viewInterpreter) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddQueryResult(CompositeCommandResult compositeCommandResult, co.elastic.clients.elasticsearch.core.search.ResponseBody<?> response, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) Map<String, co.elastic.clients.elasticsearch._types.aggregations.Aggregation.Builder.ContainerBuilder> createAggregation(co.elastic.clients.elasticsearch._types.query_dsl.BoolQuery boolQuery, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) Methods inherited from class io.camunda.optimize.service.db.es.report.interpreter.groupby.process.flownode.AbstractGroupByFlowNodeInterpreterES
createFilteredFlowNodeAggregation, getFilteredFlowNodesAggregation, getFlowNodesAggregationMethods 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
adjustSearchRequest, getMinMaxStats, 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, retrieveQueryResultMethods inherited from interface io.camunda.optimize.service.db.es.report.interpreter.groupby.process.ProcessGroupByInterpreterES
getMinMaxStats
-
Constructor Details
-
GroupByIncidentFlowNodeInterpreterES
public GroupByIncidentFlowNodeInterpreterES(ConfigurationService configurationService, GroupByIncidentFlowNodeInterpreterHelper helper, DefinitionService definitionService, ProcessDistributedByInterpreterFacadeES distributedByInterpreter, ProcessViewInterpreterFacadeES viewInterpreter)
-
-
Method Details
-
getSupportedGroupBys
-
createAggregation
public Map<String,co.elastic.clients.elasticsearch._types.aggregations.Aggregation.Builder.ContainerBuilder> createAggregation(co.elastic.clients.elasticsearch._types.query_dsl.BoolQuery boolQuery, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
createAggregationin interfaceGroupByInterpreterES<ProcessReportDataDto,ProcessExecutionPlan> - Specified by:
createAggregationin classAbstractGroupByInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
-
addQueryResult
public void addQueryResult(CompositeCommandResult compositeCommandResult, co.elastic.clients.elasticsearch.core.search.ResponseBody<?> response, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
addQueryResultin classAbstractGroupByInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
-
getDistributedByInterpreter
- Specified by:
getDistributedByInterpreterin classAbstractGroupByInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
-
getViewInterpreter
- Specified by:
getViewInterpreterin classAbstractGroupByInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
-
getDefinitionService
- Specified by:
getDefinitionServicein classAbstractGroupByFlowNodeInterpreterES
-