Class DecisionGroupByInputVariableInterpreterOS
java.lang.Object
io.camunda.optimize.service.db.os.report.interpreter.groupby.AbstractGroupByInterpreterOS<DecisionReportDataDto,DecisionExecutionPlan>
io.camunda.optimize.service.db.os.report.interpreter.groupby.AbstractGroupByVariableInterpreterOS<DecisionReportDataDto,DecisionExecutionPlan>
io.camunda.optimize.service.db.os.report.interpreter.groupby.decision.variable.DecisionGroupByInputVariableInterpreterOS
- All Implemented Interfaces:
DecisionGroupByInterpreterOS,GroupByInterpreterOS<DecisionReportDataDto,DecisionExecutionPlan>
@Component
@Conditional(io.camunda.optimize.service.util.configuration.condition.OpenSearchCondition.class)
public class DecisionGroupByInputVariableInterpreterOS
extends AbstractGroupByVariableInterpreterOS<DecisionReportDataDto,DecisionExecutionPlan>
implements DecisionGroupByInterpreterOS
-
Field Summary
Fields inherited from class io.camunda.optimize.service.db.os.report.interpreter.groupby.AbstractGroupByVariableInterpreterOS
FILTERED_FLOW_NODE_AGGREGATION -
Constructor Summary
ConstructorsConstructorDescriptionDecisionGroupByInputVariableInterpreterOS(VariableAggregationServiceOS variableAggregationService, DefinitionService definitionService, DecisionDistributedByNoneInterpreterOS distributedByInterpreter, DecisionViewInterpreterFacadeOS viewInterpreter) -
Method Summary
Modifier and TypeMethodDescriptionprotected String[]protected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected VariableTypeprotected org.opensearch.client.opensearch._types.query_dsl.QuerygetVariableUndefinedOrNullQuery(ExecutionContext<DecisionReportDataDto, DecisionExecutionPlan> context) Methods inherited from class io.camunda.optimize.service.db.os.report.interpreter.groupby.AbstractGroupByVariableInterpreterOS
addQueryResult, createAggregation, getMinMaxStatsMethods inherited from class io.camunda.optimize.service.db.os.report.interpreter.groupby.AbstractGroupByInterpreterOS
adjustQuery, 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.os.report.interpreter.groupby.GroupByInterpreterOS
adjustQuery, adjustSearchRequest, createAggregation, retrieveQueryResult
-
Constructor Details
-
DecisionGroupByInputVariableInterpreterOS
public DecisionGroupByInputVariableInterpreterOS(VariableAggregationServiceOS variableAggregationService, DefinitionService definitionService, DecisionDistributedByNoneInterpreterOS distributedByInterpreter, DecisionViewInterpreterFacadeOS viewInterpreter)
-
-
Method Details
-
getSupportedGroupBys
- Specified by:
getSupportedGroupBysin interfaceDecisionGroupByInterpreterOS
-
getVariablePath
- Specified by:
getVariablePathin classAbstractGroupByVariableInterpreterOS<DecisionReportDataDto,DecisionExecutionPlan>
-
getVariableName
protected String getVariableName(ExecutionContext<DecisionReportDataDto, DecisionExecutionPlan> context) - Specified by:
getVariableNamein classAbstractGroupByVariableInterpreterOS<DecisionReportDataDto,DecisionExecutionPlan>
-
getVariableType
protected VariableType getVariableType(ExecutionContext<DecisionReportDataDto, DecisionExecutionPlan> context) - Specified by:
getVariableTypein classAbstractGroupByVariableInterpreterOS<DecisionReportDataDto,DecisionExecutionPlan>
-
getNestedVariableNameFieldLabel
-
getNestedVariableTypeField
- Specified by:
getNestedVariableTypeFieldin classAbstractGroupByVariableInterpreterOS<DecisionReportDataDto,DecisionExecutionPlan>
-
getNestedVariableValueFieldLabel
-
getIndexNames
protected String[] getIndexNames(ExecutionContext<DecisionReportDataDto, DecisionExecutionPlan> context) - Specified by:
getIndexNamesin classAbstractGroupByInterpreterOS<DecisionReportDataDto,DecisionExecutionPlan>
-
getVariableUndefinedOrNullQuery
protected org.opensearch.client.opensearch._types.query_dsl.Query getVariableUndefinedOrNullQuery(ExecutionContext<DecisionReportDataDto, DecisionExecutionPlan> context) -
getVariableAggregationService
- Specified by:
getVariableAggregationServicein classAbstractGroupByVariableInterpreterOS<DecisionReportDataDto,DecisionExecutionPlan>
-
getDefinitionService
- Specified by:
getDefinitionServicein classAbstractGroupByVariableInterpreterOS<DecisionReportDataDto,DecisionExecutionPlan>
-
getDistributedByInterpreter
- Specified by:
getDistributedByInterpreterin classAbstractGroupByInterpreterOS<DecisionReportDataDto,DecisionExecutionPlan>
-
getViewInterpreter
- Specified by:
getViewInterpreterin classAbstractGroupByInterpreterOS<DecisionReportDataDto,DecisionExecutionPlan>
-