Uses of Class
io.camunda.optimize.service.db.os.report.service.DurationAggregationServiceOS
Packages that use DurationAggregationServiceOS
Package
Description
-
Uses of DurationAggregationServiceOS in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.date
Constructors in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.date with parameters of type DurationAggregationServiceOSModifierConstructorDescriptionProcessGroupByDurationInterpreterOS(DurationAggregationServiceOS durationAggregationService, MinMaxStatsServiceOS minMaxStatsService, ProcessDistributedByInterpreterFacadeOS distributedByInterpreter, ProcessViewInterpreterFacadeOS viewInterpreter) -
Uses of DurationAggregationServiceOS in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.flownode
Constructors in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.flownode with parameters of type DurationAggregationServiceOSModifierConstructorDescriptionProcessGroupByFlowNodeDurationInterpreterOS(MinMaxStatsServiceOS minMaxStatsService, DefinitionService definitionService, ProcessDistributedByInterpreterFacadeOS distributedByInterpreter, DurationAggregationServiceOS durationAggregationService, ProcessViewInterpreterFacadeOS viewInterpreter) -
Uses of DurationAggregationServiceOS in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.usertask
Constructors in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.usertask with parameters of type DurationAggregationServiceOSModifierConstructorDescriptionProcessGroupByUserTaskDurationInterpreterOS(MinMaxStatsServiceOS minMaxStatsService, DurationAggregationServiceOS durationAggregationService, DefinitionService definitionService, ProcessDistributedByInterpreterFacadeOS distributedByInterpreter, ProcessViewInterpreterFacadeOS viewInterpreter, ProcessGroupByUserTaskInterpreterHelper helper)