Class ProcessGroupByVariableInterpreterOS
java.lang.Object
io.camunda.optimize.service.db.os.report.interpreter.groupby.AbstractGroupByInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
io.camunda.optimize.service.db.os.report.interpreter.groupby.AbstractGroupByVariableInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
io.camunda.optimize.service.db.os.report.interpreter.groupby.process.ProcessGroupByVariableInterpreterOS
- All Implemented Interfaces:
GroupByInterpreterOS<ProcessReportDataDto,,ProcessExecutionPlan> ProcessGroupByInterpreterOS
@Component
@Conditional(io.camunda.optimize.service.util.configuration.condition.OpenSearchCondition.class)
public class ProcessGroupByVariableInterpreterOS
extends AbstractGroupByVariableInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
implements ProcessGroupByInterpreterOS
-
Field Summary
Fields inherited from class io.camunda.optimize.service.db.os.report.interpreter.groupby.AbstractGroupByVariableInterpreterOS
FILTERED_FLOW_NODE_AGGREGATION -
Constructor Summary
ConstructorsConstructorDescriptionProcessGroupByVariableInterpreterOS(VariableAggregationServiceOS variableAggregationService, DefinitionService definitionService, ProcessDistributedByInterpreterFacadeOS distributedByInterpreter, ProcessViewInterpreterFacadeOS viewInterpreter) -
Method Summary
Modifier and TypeMethodDescriptionprotected String[]protected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected VariableTypeprotected org.opensearch.client.opensearch._types.query_dsl.QuerygetVariableUndefinedOrNullQuery(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> 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, retrieveQueryResultMethods inherited from interface io.camunda.optimize.service.db.os.report.interpreter.groupby.process.ProcessGroupByInterpreterOS
getMinMaxStats
-
Constructor Details
-
ProcessGroupByVariableInterpreterOS
public ProcessGroupByVariableInterpreterOS(VariableAggregationServiceOS variableAggregationService, DefinitionService definitionService, ProcessDistributedByInterpreterFacadeOS distributedByInterpreter, ProcessViewInterpreterFacadeOS viewInterpreter)
-
-
Method Details
-
getSupportedGroupBys
- Specified by:
getSupportedGroupBysin interfaceProcessGroupByInterpreterOS
-
getVariableName
protected String getVariableName(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
getVariableNamein classAbstractGroupByVariableInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
-
getVariableType
protected VariableType getVariableType(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
getVariableTypein classAbstractGroupByVariableInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
-
getNestedVariableNameFieldLabel
- Specified by:
getNestedVariableNameFieldLabelin classAbstractGroupByVariableInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
-
getNestedVariableTypeField
- Specified by:
getNestedVariableTypeFieldin classAbstractGroupByVariableInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
-
getNestedVariableValueFieldLabel
- Specified by:
getNestedVariableValueFieldLabelin classAbstractGroupByVariableInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
-
getVariablePath
- Specified by:
getVariablePathin classAbstractGroupByVariableInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
-
getIndexNames
protected String[] getIndexNames(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
getIndexNamesin classAbstractGroupByInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
-
getVariableUndefinedOrNullQuery
protected org.opensearch.client.opensearch._types.query_dsl.Query getVariableUndefinedOrNullQuery(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
getVariableUndefinedOrNullQueryin classAbstractGroupByVariableInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
-
getVariableAggregationService
- Specified by:
getVariableAggregationServicein classAbstractGroupByVariableInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
-
getDefinitionService
- Specified by:
getDefinitionServicein classAbstractGroupByVariableInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
-
getDistributedByInterpreter
- Specified by:
getDistributedByInterpreterin classAbstractGroupByInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
-
getViewInterpreter
- Specified by:
getViewInterpreterin classAbstractGroupByInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
-