Uses of Class
io.camunda.optimize.service.db.es.report.service.DurationAggregationServiceES
Packages that use DurationAggregationServiceES
Package
Description
-
Uses of DurationAggregationServiceES in io.camunda.optimize.service.db.es.report.interpreter.groupby.process
Constructors in io.camunda.optimize.service.db.es.report.interpreter.groupby.process with parameters of type DurationAggregationServiceESModifierConstructorDescriptionProcessGroupByDurationInterpreterES(DurationAggregationServiceES durationAggregationService, MinMaxStatsServiceES minMaxStatsService, ProcessDistributedByInterpreterFacadeES distributedByInterpreter, ProcessViewInterpreterFacadeES viewInterpreter) -
Uses of DurationAggregationServiceES in io.camunda.optimize.service.db.es.report.interpreter.groupby.process.flownode
Constructors in io.camunda.optimize.service.db.es.report.interpreter.groupby.process.flownode with parameters of type DurationAggregationServiceESModifierConstructorDescriptionProcessGroupByFlowNodeDurationInterpreterES(MinMaxStatsServiceES minMaxStatsService, DefinitionService definitionService, ProcessDistributedByInterpreterFacadeES distributedByInterpreter, DurationAggregationServiceES durationAggregationService, ProcessViewInterpreterFacadeES viewInterpreter) -
Uses of DurationAggregationServiceES in io.camunda.optimize.service.db.es.report.interpreter.groupby.process.usertask
Constructors in io.camunda.optimize.service.db.es.report.interpreter.groupby.process.usertask with parameters of type DurationAggregationServiceESModifierConstructorDescriptionProcessGroupByUserTaskDurationInterpreterES(MinMaxStatsServiceES minMaxStatsService, DurationAggregationServiceES durationAggregationService, DefinitionService definitionService, ProcessDistributedByInterpreterFacadeES distributedByInterpreter, ProcessViewInterpreterFacadeES viewInterpreter, ProcessGroupByUserTaskInterpreterHelper helper)