Uses of Class
io.camunda.optimize.service.db.os.report.service.DateAggregationServiceOS
Packages that use DateAggregationServiceOS
Package
Description
-
Uses of DateAggregationServiceOS in io.camunda.optimize.service.db.os.report.interpreter.distributedby.process
Constructors in io.camunda.optimize.service.db.os.report.interpreter.distributedby.process with parameters of type DateAggregationServiceOSModifierConstructorDescriptionProcessDistributedByVariableInterpreterOS(ProcessViewInterpreterFacadeOS viewInterpreter, DateAggregationServiceOS dateAggregationService, VariableAggregationServiceOS variableAggregationService) -
Uses of DateAggregationServiceOS 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 DateAggregationServiceOSModifier and TypeMethodDescriptionprotected abstract DateAggregationServiceOSAbstractProcessDistributedByInstanceDateInterpreterOS.getDateAggregationService()ProcessDistributedByInstanceEndDateInterpreterOS.getDateAggregationService()ProcessDistributedByInstanceStartDateInterpreterOS.getDateAggregationService()Constructors in io.camunda.optimize.service.db.os.report.interpreter.distributedby.process.date with parameters of type DateAggregationServiceOSModifierConstructorDescriptionProcessDistributedByInstanceEndDateInterpreterOS(ProcessViewInterpreterFacadeOS viewInterpreter, DateAggregationServiceOS dateAggregationService, ProcessQueryFilterEnhancerOS queryFilterEnhancer, MinMaxStatsServiceOS minMaxStatsService) ProcessDistributedByInstanceStartDateInterpreterOS(ProcessViewInterpreterFacadeOS viewInterpreter, DateAggregationServiceOS dateAggregationService, ProcessQueryFilterEnhancerOS queryFilterEnhancer, MinMaxStatsServiceOS minMaxStatsService) -
Uses of DateAggregationServiceOS 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 DateAggregationServiceOSModifierConstructorDescriptionDecisionGroupByEvaluationDateTimeInterpreterOS(DateAggregationServiceOS dateAggregationService, MinMaxStatsServiceOS minMaxStatsService, DecisionQueryFilterEnhancerOS queryFilterEnhancer, DecisionDistributedByNoneInterpreterOS distributedByInterpreter, DecisionViewInterpreterFacadeOS viewInterpreter) -
Uses of DateAggregationServiceOS 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 DateAggregationServiceOSModifier and TypeMethodDescriptionprotected abstract DateAggregationServiceOSAbstractProcessGroupByModelElementDateInterpreterOS.getDateAggregationService()protected abstract DateAggregationServiceOSAbstractProcessGroupByProcessInstanceDateInterpreterOS.getDateAggregationService()ProcessGroupByFlowNodeEndDateInterpreterOS.getDateAggregationService()ProcessGroupByFlowNodeStartDateInterpreterOS.getDateAggregationService()ProcessGroupByProcessInstanceEndDateInterpreterOS.getDateAggregationService()ProcessGroupByProcessInstanceStartDateInterpreterOS.getDateAggregationService()protected DateAggregationServiceOSProcessGroupByUserTaskEndDateInterpreterOS.getDateAggregationService()protected DateAggregationServiceOSProcessGroupByUserTaskStartDateInterpreterOS.getDateAggregationService()Constructors in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.date with parameters of type DateAggregationServiceOSModifierConstructorDescriptionProcessGroupByFlowNodeEndDateInterpreterOS(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 DateAggregationServiceOS in io.camunda.optimize.service.db.os.report.service
Constructors in io.camunda.optimize.service.db.os.report.service with parameters of type DateAggregationServiceOSModifierConstructorDescriptionVariableAggregationServiceOS(ConfigurationService configurationService, NumberVariableAggregationServiceOS numberVariableAggregationService, DateAggregationServiceOS dateAggregationService, MinMaxStatsServiceOS minMaxStatsService)