Uses of Class
io.camunda.optimize.service.db.os.report.service.VariableAggregationServiceOS
Packages that use VariableAggregationServiceOS
Package
Description
-
Uses of VariableAggregationServiceOS 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 VariableAggregationServiceOSModifierConstructorDescriptionProcessDistributedByVariableInterpreterOS(ProcessViewInterpreterFacadeOS viewInterpreter, DateAggregationServiceOS dateAggregationService, VariableAggregationServiceOS variableAggregationService) -
Uses of VariableAggregationServiceOS in io.camunda.optimize.service.db.os.report.interpreter.groupby
Methods in io.camunda.optimize.service.db.os.report.interpreter.groupby that return VariableAggregationServiceOSModifier and TypeMethodDescriptionprotected abstract VariableAggregationServiceOSAbstractGroupByVariableInterpreterOS.getVariableAggregationService() -
Uses of VariableAggregationServiceOS in io.camunda.optimize.service.db.os.report.interpreter.groupby.decision.variable
Methods in io.camunda.optimize.service.db.os.report.interpreter.groupby.decision.variable that return VariableAggregationServiceOSModifier and TypeMethodDescriptionDecisionGroupByInputVariableInterpreterOS.getVariableAggregationService()DecisionGroupByOutputVariableInterpreterOS.getVariableAggregationService()Constructors in io.camunda.optimize.service.db.os.report.interpreter.groupby.decision.variable with parameters of type VariableAggregationServiceOSModifierConstructorDescriptionDecisionGroupByInputVariableInterpreterOS(VariableAggregationServiceOS variableAggregationService, DefinitionService definitionService, DecisionDistributedByNoneInterpreterOS distributedByInterpreter, DecisionViewInterpreterFacadeOS viewInterpreter) DecisionGroupByOutputVariableInterpreterOS(VariableAggregationServiceOS variableAggregationService, DefinitionService definitionService, DecisionDistributedByNoneInterpreterOS distributedByInterpreter, DecisionViewInterpreterFacadeOS viewInterpreter) -
Uses of VariableAggregationServiceOS in io.camunda.optimize.service.db.os.report.interpreter.groupby.process
Methods in io.camunda.optimize.service.db.os.report.interpreter.groupby.process that return VariableAggregationServiceOSModifier and TypeMethodDescriptionProcessGroupByVariableInterpreterOS.getVariableAggregationService()Constructors in io.camunda.optimize.service.db.os.report.interpreter.groupby.process with parameters of type VariableAggregationServiceOSModifierConstructorDescriptionProcessGroupByVariableInterpreterOS(VariableAggregationServiceOS variableAggregationService, DefinitionService definitionService, ProcessDistributedByInterpreterFacadeOS distributedByInterpreter, ProcessViewInterpreterFacadeOS viewInterpreter)