Class ProcessGroupByVariableInterpreterES
java.lang.Object
io.camunda.optimize.service.db.es.report.interpreter.groupby.AbstractGroupByInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
io.camunda.optimize.service.db.es.report.interpreter.groupby.AbstractGroupByVariableInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
io.camunda.optimize.service.db.es.report.interpreter.groupby.process.ProcessGroupByVariableInterpreterES
- All Implemented Interfaces:
GroupByInterpreterES<ProcessReportDataDto,,ProcessExecutionPlan> ProcessGroupByInterpreterES
@Component
@Conditional(io.camunda.optimize.service.util.configuration.condition.ElasticSearchCondition.class)
public class ProcessGroupByVariableInterpreterES
extends AbstractGroupByVariableInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
implements ProcessGroupByInterpreterES
-
Field Summary
Fields inherited from class io.camunda.optimize.service.db.es.report.interpreter.groupby.AbstractGroupByVariableInterpreterES
FILTERED_FLOW_NODE_AGGREGATION -
Constructor Summary
ConstructorsConstructorDescriptionProcessGroupByVariableInterpreterES(VariableAggregationServiceES variableAggregationService, DefinitionService definitionService, ProcessDistributedByInterpreterFacadeES distributedByInterpreter, ProcessViewInterpreterFacadeES viewInterpreter) -
Method Summary
Modifier and TypeMethodDescriptionprotected String[]protected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected VariableTypeprotected co.elastic.clients.elasticsearch._types.query_dsl.BoolQuery.BuildergetVariableUndefinedOrNullQuery(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) Methods inherited from class io.camunda.optimize.service.db.es.report.interpreter.groupby.AbstractGroupByVariableInterpreterES
addQueryResult, createAggregation, getMinMaxStatsMethods inherited from class io.camunda.optimize.service.db.es.report.interpreter.groupby.AbstractGroupByInterpreterES
adjustSearchRequest, 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
-
Constructor Details
-
ProcessGroupByVariableInterpreterES
public ProcessGroupByVariableInterpreterES(VariableAggregationServiceES variableAggregationService, DefinitionService definitionService, ProcessDistributedByInterpreterFacadeES distributedByInterpreter, ProcessViewInterpreterFacadeES viewInterpreter)
-
-
Method Details
-
getSupportedGroupBys
- Specified by:
getSupportedGroupBysin interfaceProcessGroupByInterpreterES
-
getVariableName
protected String getVariableName(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
getVariableNamein classAbstractGroupByVariableInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
-
getVariableType
protected VariableType getVariableType(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
getVariableTypein classAbstractGroupByVariableInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
-
getNestedVariableNameFieldLabel
- Specified by:
getNestedVariableNameFieldLabelin classAbstractGroupByVariableInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
-
getNestedVariableTypeField
- Specified by:
getNestedVariableTypeFieldin classAbstractGroupByVariableInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
-
getNestedVariableValueFieldLabel
- Specified by:
getNestedVariableValueFieldLabelin classAbstractGroupByVariableInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
-
getVariablePath
- Specified by:
getVariablePathin classAbstractGroupByVariableInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
-
getIndexNames
protected String[] getIndexNames(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
getIndexNamesin classAbstractGroupByInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
-
getVariableUndefinedOrNullQuery
protected co.elastic.clients.elasticsearch._types.query_dsl.BoolQuery.Builder getVariableUndefinedOrNullQuery(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
getVariableUndefinedOrNullQueryin classAbstractGroupByVariableInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
-
getVariableAggregationService
- Specified by:
getVariableAggregationServicein classAbstractGroupByVariableInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
-
getDefinitionService
- Specified by:
getDefinitionServicein classAbstractGroupByVariableInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
-
getDistributedByInterpreter
- Specified by:
getDistributedByInterpreterin classAbstractGroupByInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
-
getViewInterpreter
- Specified by:
getViewInterpreterin classAbstractGroupByInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
-