Uses of Class
io.camunda.optimize.service.db.es.report.service.DateAggregationServiceES
Packages that use DateAggregationServiceES
Package
Description
-
Uses of DateAggregationServiceES 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 DateAggregationServiceESModifierConstructorDescriptionProcessDistributedByVariableInterpreterES(ProcessViewInterpreterFacadeES viewInterpreter, DateAggregationServiceES dateAggregationService, VariableAggregationServiceES variableAggregationService) -
Uses of DateAggregationServiceES in io.camunda.optimize.service.db.es.report.interpreter.distributedby.process.date
Methods in io.camunda.optimize.service.db.es.report.interpreter.distributedby.process.date that return DateAggregationServiceESModifier and TypeMethodDescriptionprotected abstract DateAggregationServiceESAbstractProcessDistributedByInstanceDateInterpreterES.getDateAggregationService()ProcessDistributedByInstanceEndDateInterpreterES.getDateAggregationService()ProcessDistributedByInstanceStartDateInterpreterES.getDateAggregationService()Constructors in io.camunda.optimize.service.db.es.report.interpreter.distributedby.process.date with parameters of type DateAggregationServiceESModifierConstructorDescriptionProcessDistributedByInstanceEndDateInterpreterES(ProcessViewInterpreterFacadeES viewInterpreter, DateAggregationServiceES dateAggregationService, ProcessQueryFilterEnhancerES queryFilterEnhancer, MinMaxStatsServiceES minMaxStatsService) ProcessDistributedByInstanceStartDateInterpreterES(ProcessViewInterpreterFacadeES viewInterpreter, DateAggregationServiceES dateAggregationService, ProcessQueryFilterEnhancerES queryFilterEnhancer, MinMaxStatsServiceES minMaxStatsService) -
Uses of DateAggregationServiceES in io.camunda.optimize.service.db.es.report.interpreter.groupby.decision
Constructors in io.camunda.optimize.service.db.es.report.interpreter.groupby.decision with parameters of type DateAggregationServiceESModifierConstructorDescriptionDecisionGroupByEvaluationDateTimeInterpreterES(DateAggregationServiceES dateAggregationService, MinMaxStatsServiceES minMaxStatsService, DecisionQueryFilterEnhancerES queryFilterEnhancer, DecisionDistributedByNoneInterpreterES distributedByInterpreter, DecisionViewInterpreterFacadeES viewInterpreter) -
Uses of DateAggregationServiceES in io.camunda.optimize.service.db.es.report.interpreter.groupby.process.date
Methods in io.camunda.optimize.service.db.es.report.interpreter.groupby.process.date that return DateAggregationServiceESModifier and TypeMethodDescriptionprotected abstract DateAggregationServiceESAbstractProcessGroupByModelElementDateInterpreterES.getDateAggregationService()protected abstract DateAggregationServiceESAbstractProcessGroupByProcessInstanceDateInterpreterES.getDateAggregationService()ProcessGroupByFlowNodeEndDateInterpreterES.getDateAggregationService()ProcessGroupByFlowNodeStartDateInterpreterES.getDateAggregationService()ProcessGroupByProcessInstanceEndDateInterpreterES.getDateAggregationService()ProcessGroupByProcessInstanceStartDateInterpreterES.getDateAggregationService()ProcessGroupByUserTaskEndDateInterpreterES.getDateAggregationService()ProcessGroupByUserTaskStartDateInterpreterES.getDateAggregationService()Constructors in io.camunda.optimize.service.db.es.report.interpreter.groupby.process.date with parameters of type DateAggregationServiceESModifierConstructorDescriptionProcessGroupByFlowNodeEndDateInterpreterES(DateAggregationServiceES dateAggregationService, MinMaxStatsServiceES minMaxStatsService, DefinitionService definitionService, ProcessDistributedByInterpreterFacadeES distributedByInterpreter, ProcessViewInterpreterFacadeES viewInterpreter) ProcessGroupByFlowNodeStartDateInterpreterES(DateAggregationServiceES dateAggregationService, MinMaxStatsServiceES minMaxStatsService, DefinitionService definitionService, ProcessDistributedByInterpreterFacadeES distributedByInterpreter, ProcessViewInterpreterFacadeES viewInterpreter) ProcessGroupByProcessInstanceEndDateInterpreterES(ConfigurationService configurationService, DateAggregationServiceES dateAggregationService, MinMaxStatsServiceES minMaxStatsService, ProcessQueryFilterEnhancerES queryFilterEnhancer, ProcessDistributedByInterpreterFacadeES distributedByInterpreter, ProcessViewInterpreterFacadeES viewInterpreter) ProcessGroupByProcessInstanceRunningDateInterpreterES(DateTimeFormatter formatter, DateAggregationServiceES dateAggregationService, MinMaxStatsServiceES minMaxStatsService, ProcessDistributedByInterpreterFacadeES distributedByInterpreter, ProcessViewInterpreterFacadeES viewInterpreter) ProcessGroupByProcessInstanceStartDateInterpreterES(ConfigurationService configurationService, DateAggregationServiceES dateAggregationService, MinMaxStatsServiceES minMaxStatsService, ProcessQueryFilterEnhancerES queryFilterEnhancer, ProcessDistributedByInterpreterFacadeES distributedByInterpreter, ProcessViewInterpreterFacadeES viewInterpreter) ProcessGroupByUserTaskEndDateInterpreterES(DateAggregationServiceES dateAggregationService, MinMaxStatsServiceES minMaxStatsService, DefinitionService definitionService, ProcessDistributedByInterpreterFacadeES distributedByInterpreter, ProcessViewInterpreterFacadeES viewInterpreter) ProcessGroupByUserTaskStartDateInterpreterES(DateAggregationServiceES dateAggregationService, MinMaxStatsServiceES minMaxStatsService, DefinitionService definitionService, ProcessDistributedByInterpreterFacadeES distributedByInterpreter, ProcessViewInterpreterFacadeES viewInterpreter) -
Uses of DateAggregationServiceES in io.camunda.optimize.service.db.es.report.service
Constructors in io.camunda.optimize.service.db.es.report.service with parameters of type DateAggregationServiceESModifierConstructorDescriptionVariableAggregationServiceES(ConfigurationService configurationService, NumberVariableAggregationServiceES numberVariableAggregationService, DateAggregationServiceES dateAggregationService, MinMaxStatsServiceES minMaxStatsService)