Class DecisionGroupByInputVariableInterpreterES
java.lang.Object
io.camunda.optimize.service.db.es.report.interpreter.groupby.AbstractGroupByInterpreterES<DecisionReportDataDto,DecisionExecutionPlan>
io.camunda.optimize.service.db.es.report.interpreter.groupby.AbstractGroupByVariableInterpreterES<DecisionReportDataDto,DecisionExecutionPlan>
io.camunda.optimize.service.db.es.report.interpreter.groupby.decision.variable.DecisionGroupByInputVariableInterpreterES
- All Implemented Interfaces:
DecisionGroupByInterpreterES,GroupByInterpreterES<DecisionReportDataDto,DecisionExecutionPlan>
@Component
@Conditional(io.camunda.optimize.service.util.configuration.condition.ElasticSearchCondition.class)
public class DecisionGroupByInputVariableInterpreterES
extends AbstractGroupByVariableInterpreterES<DecisionReportDataDto,DecisionExecutionPlan>
implements DecisionGroupByInterpreterES
-
Field Summary
Fields inherited from class io.camunda.optimize.service.db.es.report.interpreter.groupby.AbstractGroupByVariableInterpreterES
FILTERED_FLOW_NODE_AGGREGATION -
Constructor Summary
ConstructorsConstructorDescriptionDecisionGroupByInputVariableInterpreterES(VariableAggregationServiceES variableAggregationService, DefinitionService definitionService, DecisionDistributedByNoneInterpreterES distributedByInterpreter, DecisionViewInterpreterFacadeES viewInterpreter) -
Method Summary
Modifier and TypeMethodDescriptionprotected String[]protected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected VariableTypeprotected co.elastic.clients.elasticsearch._types.query_dsl.BoolQuery.BuildergetVariableUndefinedOrNullQuery(ExecutionContext<DecisionReportDataDto, DecisionExecutionPlan> 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, retrieveQueryResult
-
Constructor Details
-
DecisionGroupByInputVariableInterpreterES
public DecisionGroupByInputVariableInterpreterES(VariableAggregationServiceES variableAggregationService, DefinitionService definitionService, DecisionDistributedByNoneInterpreterES distributedByInterpreter, DecisionViewInterpreterFacadeES viewInterpreter)
-
-
Method Details
-
getSupportedGroupBys
- Specified by:
getSupportedGroupBysin interfaceDecisionGroupByInterpreterES
-
getVariablePath
- Specified by:
getVariablePathin classAbstractGroupByVariableInterpreterES<DecisionReportDataDto,DecisionExecutionPlan>
-
getVariableName
protected String getVariableName(ExecutionContext<DecisionReportDataDto, DecisionExecutionPlan> context) - Specified by:
getVariableNamein classAbstractGroupByVariableInterpreterES<DecisionReportDataDto,DecisionExecutionPlan>
-
getVariableType
protected VariableType getVariableType(ExecutionContext<DecisionReportDataDto, DecisionExecutionPlan> context) - Specified by:
getVariableTypein classAbstractGroupByVariableInterpreterES<DecisionReportDataDto,DecisionExecutionPlan>
-
getNestedVariableNameFieldLabel
-
getNestedVariableTypeField
- Specified by:
getNestedVariableTypeFieldin classAbstractGroupByVariableInterpreterES<DecisionReportDataDto,DecisionExecutionPlan>
-
getNestedVariableValueFieldLabel
-
getIndexNames
protected String[] getIndexNames(ExecutionContext<DecisionReportDataDto, DecisionExecutionPlan> context) - Specified by:
getIndexNamesin classAbstractGroupByInterpreterES<DecisionReportDataDto,DecisionExecutionPlan>
-
getVariableUndefinedOrNullQuery
protected co.elastic.clients.elasticsearch._types.query_dsl.BoolQuery.Builder getVariableUndefinedOrNullQuery(ExecutionContext<DecisionReportDataDto, DecisionExecutionPlan> context) -
getVariableAggregationService
- Specified by:
getVariableAggregationServicein classAbstractGroupByVariableInterpreterES<DecisionReportDataDto,DecisionExecutionPlan>
-
getDefinitionService
- Specified by:
getDefinitionServicein classAbstractGroupByVariableInterpreterES<DecisionReportDataDto,DecisionExecutionPlan>
-
getDistributedByInterpreter
- Specified by:
getDistributedByInterpreterin classAbstractGroupByInterpreterES<DecisionReportDataDto,DecisionExecutionPlan>
-
getViewInterpreter
- Specified by:
getViewInterpreterin classAbstractGroupByInterpreterES<DecisionReportDataDto,DecisionExecutionPlan>
-