Uses of Class
io.camunda.optimize.service.db.os.report.service.MinMaxStatsServiceOS
Packages that use MinMaxStatsServiceOS
Package
Description
-
Uses of MinMaxStatsServiceOS in io.camunda.optimize.service.db.os.report.interpreter.distributedby.process.date
Methods in io.camunda.optimize.service.db.os.report.interpreter.distributedby.process.date that return MinMaxStatsServiceOSModifier and TypeMethodDescriptionprotected abstract MinMaxStatsServiceOSAbstractProcessDistributedByInstanceDateInterpreterOS.getMinMaxStatsService()ProcessDistributedByInstanceEndDateInterpreterOS.getMinMaxStatsService()ProcessDistributedByInstanceStartDateInterpreterOS.getMinMaxStatsService()Constructors in io.camunda.optimize.service.db.os.report.interpreter.distributedby.process.date with parameters of type MinMaxStatsServiceOSModifierConstructorDescriptionProcessDistributedByInstanceEndDateInterpreterOS(ProcessViewInterpreterFacadeOS viewInterpreter, DateAggregationServiceOS dateAggregationService, ProcessQueryFilterEnhancerOS queryFilterEnhancer, MinMaxStatsServiceOS minMaxStatsService) ProcessDistributedByInstanceStartDateInterpreterOS(ProcessViewInterpreterFacadeOS viewInterpreter, DateAggregationServiceOS dateAggregationService, ProcessQueryFilterEnhancerOS queryFilterEnhancer, MinMaxStatsServiceOS minMaxStatsService) -
Uses of MinMaxStatsServiceOS in io.camunda.optimize.service.db.os.report.interpreter.groupby.decision
Constructors in io.camunda.optimize.service.db.os.report.interpreter.groupby.decision with parameters of type MinMaxStatsServiceOSModifierConstructorDescriptionDecisionGroupByEvaluationDateTimeInterpreterOS(DateAggregationServiceOS dateAggregationService, MinMaxStatsServiceOS minMaxStatsService, DecisionQueryFilterEnhancerOS queryFilterEnhancer, DecisionDistributedByNoneInterpreterOS distributedByInterpreter, DecisionViewInterpreterFacadeOS viewInterpreter) -
Uses of MinMaxStatsServiceOS in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.date
Methods in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.date that return MinMaxStatsServiceOSModifier and TypeMethodDescriptionprotected abstract MinMaxStatsServiceOSAbstractProcessGroupByModelElementDateInterpreterOS.getMinMaxStatsService()protected abstract MinMaxStatsServiceOSAbstractProcessGroupByProcessInstanceDateInterpreterOS.getMinMaxStatsService()ProcessGroupByFlowNodeEndDateInterpreterOS.getMinMaxStatsService()ProcessGroupByFlowNodeStartDateInterpreterOS.getMinMaxStatsService()ProcessGroupByProcessInstanceEndDateInterpreterOS.getMinMaxStatsService()ProcessGroupByProcessInstanceStartDateInterpreterOS.getMinMaxStatsService()protected MinMaxStatsServiceOSProcessGroupByUserTaskEndDateInterpreterOS.getMinMaxStatsService()protected MinMaxStatsServiceOSProcessGroupByUserTaskStartDateInterpreterOS.getMinMaxStatsService()Constructors in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.date with parameters of type MinMaxStatsServiceOSModifierConstructorDescriptionProcessGroupByDurationInterpreterOS(DurationAggregationServiceOS durationAggregationService, MinMaxStatsServiceOS minMaxStatsService, ProcessDistributedByInterpreterFacadeOS distributedByInterpreter, ProcessViewInterpreterFacadeOS viewInterpreter) ProcessGroupByFlowNodeEndDateInterpreterOS(DateAggregationServiceOS dateAggregationService, MinMaxStatsServiceOS minMaxStatsService, DefinitionService definitionService, ProcessDistributedByInterpreterFacadeOS distributedByInterpreter, ProcessViewInterpreterFacadeOS viewInterpreter) ProcessGroupByFlowNodeStartDateInterpreterOS(DateAggregationServiceOS dateAggregationService, MinMaxStatsServiceOS minMaxStatsService, DefinitionService definitionService, ProcessDistributedByInterpreterFacadeOS distributedByInterpreter, ProcessViewInterpreterFacadeOS viewInterpreter) ProcessGroupByProcessInstanceEndDateInterpreterOS(ConfigurationService configurationService, DateAggregationServiceOS dateAggregationService, MinMaxStatsServiceOS minMaxStatsService, ProcessQueryFilterEnhancerOS queryFilterEnhancer, ProcessDistributedByInterpreterFacadeOS distributedByInterpreter, ProcessViewInterpreterFacadeOS viewInterpreter) ProcessGroupByProcessInstanceRunningDateInterpreterOS(DateTimeFormatter formatter, DateAggregationServiceOS dateAggregationService, MinMaxStatsServiceOS minMaxStatsService, ProcessDistributedByInterpreterFacadeOS distributedByInterpreter, ProcessViewInterpreterFacadeOS viewInterpreter) ProcessGroupByProcessInstanceStartDateInterpreterOS(ConfigurationService configurationService, DateAggregationServiceOS dateAggregationService, MinMaxStatsServiceOS minMaxStatsService, ProcessQueryFilterEnhancerOS queryFilterEnhancer, ProcessDistributedByInterpreterFacadeOS distributedByInterpreter, ProcessViewInterpreterFacadeOS viewInterpreter) ProcessGroupByUserTaskEndDateInterpreterOS(DateAggregationServiceOS dateAggregationService, MinMaxStatsServiceOS minMaxStatsService, DefinitionService definitionService, ProcessDistributedByInterpreterFacadeOS distributedByInterpreter, ProcessViewInterpreterFacadeOS viewInterpreter) ProcessGroupByUserTaskStartDateInterpreterOS(DateAggregationServiceOS dateAggregationService, MinMaxStatsServiceOS minMaxStatsService, DefinitionService definitionService, ProcessDistributedByInterpreterFacadeOS distributedByInterpreter, ProcessViewInterpreterFacadeOS viewInterpreter) -
Uses of MinMaxStatsServiceOS 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 MinMaxStatsServiceOSModifierConstructorDescriptionProcessGroupByFlowNodeDurationInterpreterOS(MinMaxStatsServiceOS minMaxStatsService, DefinitionService definitionService, ProcessDistributedByInterpreterFacadeOS distributedByInterpreter, DurationAggregationServiceOS durationAggregationService, ProcessViewInterpreterFacadeOS viewInterpreter) -
Uses of MinMaxStatsServiceOS 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 MinMaxStatsServiceOSModifierConstructorDescriptionProcessGroupByUserTaskDurationInterpreterOS(MinMaxStatsServiceOS minMaxStatsService, DurationAggregationServiceOS durationAggregationService, DefinitionService definitionService, ProcessDistributedByInterpreterFacadeOS distributedByInterpreter, ProcessViewInterpreterFacadeOS viewInterpreter, ProcessGroupByUserTaskInterpreterHelper helper) -
Uses of MinMaxStatsServiceOS in io.camunda.optimize.service.db.os.report.service
Constructors in io.camunda.optimize.service.db.os.report.service with parameters of type MinMaxStatsServiceOSModifierConstructorDescriptionDurationAggregationServiceOS(MinMaxStatsServiceOS minMaxStatsService, ProcessDistributedByInterpreterFacadeOS distributedByInterpreter) VariableAggregationServiceOS(ConfigurationService configurationService, NumberVariableAggregationServiceOS numberVariableAggregationService, DateAggregationServiceOS dateAggregationService, MinMaxStatsServiceOS minMaxStatsService)