Uses of Class
io.camunda.optimize.service.db.es.report.service.VariableAggregationServiceES
Packages that use VariableAggregationServiceES
Package
Description
-
Uses of VariableAggregationServiceES in io.camunda.optimize.service.db.es.report.interpreter.distributedby.process
Constructors in io.camunda.optimize.service.db.es.report.interpreter.distributedby.process with parameters of type VariableAggregationServiceESModifierConstructorDescriptionProcessDistributedByVariableInterpreterES(ProcessViewInterpreterFacadeES viewInterpreter, DateAggregationServiceES dateAggregationService, VariableAggregationServiceES variableAggregationService) -
Uses of VariableAggregationServiceES in io.camunda.optimize.service.db.es.report.interpreter.groupby
Methods in io.camunda.optimize.service.db.es.report.interpreter.groupby that return VariableAggregationServiceESModifier and TypeMethodDescriptionprotected abstract VariableAggregationServiceESAbstractGroupByVariableInterpreterES.getVariableAggregationService() -
Uses of VariableAggregationServiceES in io.camunda.optimize.service.db.es.report.interpreter.groupby.decision.variable
Methods in io.camunda.optimize.service.db.es.report.interpreter.groupby.decision.variable that return VariableAggregationServiceESModifier and TypeMethodDescriptionDecisionGroupByInputVariableInterpreterES.getVariableAggregationService()DecisionGroupByOutputVariableInterpreterES.getVariableAggregationService()Constructors in io.camunda.optimize.service.db.es.report.interpreter.groupby.decision.variable with parameters of type VariableAggregationServiceESModifierConstructorDescriptionDecisionGroupByInputVariableInterpreterES(VariableAggregationServiceES variableAggregationService, DefinitionService definitionService, DecisionDistributedByNoneInterpreterES distributedByInterpreter, DecisionViewInterpreterFacadeES viewInterpreter) DecisionGroupByOutputVariableInterpreterES(VariableAggregationServiceES variableAggregationService, DefinitionService definitionService, DecisionDistributedByNoneInterpreterES distributedByInterpreter, DecisionViewInterpreterFacadeES viewInterpreter) -
Uses of VariableAggregationServiceES in io.camunda.optimize.service.db.es.report.interpreter.groupby.process
Methods in io.camunda.optimize.service.db.es.report.interpreter.groupby.process that return VariableAggregationServiceESModifier and TypeMethodDescriptionProcessGroupByVariableInterpreterES.getVariableAggregationService()Constructors in io.camunda.optimize.service.db.es.report.interpreter.groupby.process with parameters of type VariableAggregationServiceESModifierConstructorDescriptionProcessGroupByVariableInterpreterES(VariableAggregationServiceES variableAggregationService, DefinitionService definitionService, ProcessDistributedByInterpreterFacadeES distributedByInterpreter, ProcessViewInterpreterFacadeES viewInterpreter)