Uses of Class
io.camunda.optimize.service.db.report.MinMaxStatDto
Packages that use MinMaxStatDto
Package
Description
-
Uses of MinMaxStatDto in io.camunda.optimize.service.db.es.report.interpreter.groupby
Methods in io.camunda.optimize.service.db.es.report.interpreter.groupby that return types with arguments of type MinMaxStatDtoModifier and TypeMethodDescriptionAbstractGroupByInterpreterES.getMinMaxStats(ExecutionContext<DATA, PLAN> context, co.elastic.clients.elasticsearch._types.query_dsl.Query baseQuery) This method returns the min and maximum values for range value types (e.g. number or date).AbstractGroupByVariableInterpreterES.getMinMaxStats(ExecutionContext<DATA, PLAN> context, co.elastic.clients.elasticsearch._types.query_dsl.Query baseQuery) -
Uses of MinMaxStatDto in io.camunda.optimize.service.db.es.report.interpreter.groupby.process
Methods in io.camunda.optimize.service.db.es.report.interpreter.groupby.process that return types with arguments of type MinMaxStatDtoModifier and TypeMethodDescriptionProcessGroupByDurationInterpreterES.getMinMaxStats(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context, co.elastic.clients.elasticsearch._types.query_dsl.Query baseQuery) default Optional<MinMaxStatDto> ProcessGroupByInterpreterES.getMinMaxStats(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context, co.elastic.clients.elasticsearch._types.query_dsl.Query baseQuery) This method returns the min and maximum values for range value types (e.g. number or date).ProcessGroupByInterpreterFacadeES.getMinMaxStats(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context, co.elastic.clients.elasticsearch._types.query_dsl.Query baseQuery) -
Uses of MinMaxStatDto 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 types with arguments of type MinMaxStatDtoModifier and TypeMethodDescriptionAbstractProcessGroupByModelElementDateInterpreterES.getMinMaxStats(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context, co.elastic.clients.elasticsearch._types.query_dsl.Query baseQuery) AbstractProcessGroupByProcessInstanceDateInterpreterES.getMinMaxStats(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context, co.elastic.clients.elasticsearch._types.query_dsl.Query baseQuery) ProcessGroupByProcessInstanceRunningDateInterpreterES.getMinMaxStats(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context, co.elastic.clients.elasticsearch._types.query_dsl.Query baseQuery) -
Uses of MinMaxStatDto in io.camunda.optimize.service.db.es.report.interpreter.groupby.process.flownode
Methods in io.camunda.optimize.service.db.es.report.interpreter.groupby.process.flownode that return types with arguments of type MinMaxStatDtoModifier and TypeMethodDescriptionProcessGroupByFlowNodeDurationInterpreterES.getMinMaxStats(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context, co.elastic.clients.elasticsearch._types.query_dsl.Query baseQuery) -
Uses of MinMaxStatDto in io.camunda.optimize.service.db.es.report.interpreter.groupby.process.usertask
Methods in io.camunda.optimize.service.db.es.report.interpreter.groupby.process.usertask that return types with arguments of type MinMaxStatDtoModifier and TypeMethodDescriptionProcessGroupByUserTaskDurationInterpreterES.getMinMaxStats(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context, co.elastic.clients.elasticsearch._types.query_dsl.Query baseQuery) -
Uses of MinMaxStatDto in io.camunda.optimize.service.db.es.report.interpreter.plan.process
Methods in io.camunda.optimize.service.db.es.report.interpreter.plan.process that return types with arguments of type MinMaxStatDtoModifier and TypeMethodDescriptionAbstractProcessExecutionPlanInterpreterES.getGroupByMinMaxStats(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) ProcessExecutionPlanInterpreterFacadeES.getGroupByMinMaxStats(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) -
Uses of MinMaxStatDto in io.camunda.optimize.service.db.es.report.service
Methods in io.camunda.optimize.service.db.es.report.service that return MinMaxStatDtoModifier and TypeMethodDescriptionMinMaxStatsServiceES.getMinMaxDateRange(ExecutionContext<? extends SingleReportDataDto, ?> context, co.elastic.clients.elasticsearch._types.query_dsl.Query query, String[] indexNames, String field) MinMaxStatsServiceES.getMinMaxDateRangeForCrossField(ExecutionContext<? extends SingleReportDataDto, ?> context, co.elastic.clients.elasticsearch._types.query_dsl.Query query, String[] indexNames, String firstField, String secondField) MinMaxStatsServiceES.getMinMaxDateRangeForNestedField(ExecutionContext<? extends SingleReportDataDto, ?> context, co.elastic.clients.elasticsearch._types.query_dsl.Query query, String[] indexNames, String field, String pathForNestedStatsAgg, co.elastic.clients.elasticsearch._types.query_dsl.Query filterQueryToWrapStatsWith) MinMaxStatsServiceES.getMinMaxNumberRangeForNestedScriptedField(ExecutionContext<? extends SingleReportDataDto, ?> context, co.elastic.clients.elasticsearch._types.query_dsl.Query query, String[] indexNames, String pathForNestedStatsAgg, co.elastic.clients.elasticsearch._types.Script script) MinMaxStatsServiceES.getMinMaxNumberRangeForNestedScriptedField(ExecutionContext<? extends SingleReportDataDto, ?> context, co.elastic.clients.elasticsearch._types.query_dsl.Query query, String[] indexNames, String pathForNestedStatsAgg, co.elastic.clients.elasticsearch._types.Script script, co.elastic.clients.elasticsearch._types.query_dsl.Query filterQueryToWrapStatsWith) MinMaxStatsServiceES.getMinMaxNumberRangeForScriptedField(ExecutionContext<? extends SingleReportDataDto, ?> context, co.elastic.clients.elasticsearch._types.query_dsl.Query query, String[] indexNames, co.elastic.clients.elasticsearch._types.Script script) MinMaxStatsServiceES.getScriptedMinMaxStats(co.elastic.clients.elasticsearch._types.query_dsl.Query query, String[] indexNames, String pathForNestedStatsAgg, co.elastic.clients.elasticsearch._types.Script script) MinMaxStatsServiceES.getScriptedMinMaxStats(co.elastic.clients.elasticsearch._types.query_dsl.Query query, String[] indexNames, String pathForNestedStatsAgg, co.elastic.clients.elasticsearch._types.Script script, co.elastic.clients.elasticsearch._types.query_dsl.Query filterQueryToWrapStatsWith) MinMaxStatsServiceES.getSingleFieldMinMaxStats(co.elastic.clients.elasticsearch._types.query_dsl.Query query, String[] indexNames, String field, String pathForNestedStatsAgg, co.elastic.clients.elasticsearch._types.query_dsl.Query filterQueryToWrapStatsWith) MinMaxStatsServiceES.getSingleFieldMinMaxStats(co.elastic.clients.elasticsearch._types.query_dsl.Query query, String[] indexNames, String field, String format, String pathForNestedStatsAgg, co.elastic.clients.elasticsearch._types.query_dsl.Query filterQueryToWrapStatsWith) VariableAggregationServiceES.getVariableMinMaxStats(VariableType variableType, String variableName, String variablePath, String nestedVariableNameField, String nestedVariableValueFieldLabel, String[] indexNames, co.elastic.clients.elasticsearch._types.query_dsl.Query baseQuery) Methods in io.camunda.optimize.service.db.es.report.service with parameters of type MinMaxStatDtoModifier and TypeMethodDescriptionstatic DurationDateAggregationServiceES.getDateHistogramIntervalDurationFromMinMax(MinMaxStatDto minMaxStats) -
Uses of MinMaxStatDto in io.camunda.optimize.service.db.os.report.interpreter.groupby
Methods in io.camunda.optimize.service.db.os.report.interpreter.groupby that return types with arguments of type MinMaxStatDtoModifier and TypeMethodDescriptionAbstractGroupByInterpreterOS.getMinMaxStats(ExecutionContext<DATA, PLAN> context, org.opensearch.client.opensearch._types.query_dsl.Query baseQuery) This method returns the min and maximum values for range value types (e.g. number or date).AbstractGroupByVariableInterpreterOS.getMinMaxStats(ExecutionContext<DATA, PLAN> context, org.opensearch.client.opensearch._types.query_dsl.Query baseQuery) -
Uses of MinMaxStatDto 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 types with arguments of type MinMaxStatDtoModifier and TypeMethodDescriptionProcessGroupByInterpreterFacadeOS.getMinMaxStats(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context, org.opensearch.client.opensearch._types.query_dsl.Query baseQuery) default Optional<MinMaxStatDto> ProcessGroupByInterpreterOS.getMinMaxStats(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context, org.opensearch.client.opensearch._types.query_dsl.Query baseQuery) This method returns the min and maximum values for range value types (e.g. number or date). -
Uses of MinMaxStatDto 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 types with arguments of type MinMaxStatDtoModifier and TypeMethodDescriptionAbstractProcessGroupByModelElementDateInterpreterOS.getMinMaxStats(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context, org.opensearch.client.opensearch._types.query_dsl.Query baseQuery) AbstractProcessGroupByProcessInstanceDateInterpreterOS.getMinMaxStats(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context, org.opensearch.client.opensearch._types.query_dsl.Query baseQuery) ProcessGroupByDurationInterpreterOS.getMinMaxStats(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context, org.opensearch.client.opensearch._types.query_dsl.Query baseQuery) ProcessGroupByProcessInstanceRunningDateInterpreterOS.getMinMaxStats(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context, org.opensearch.client.opensearch._types.query_dsl.Query baseQuery) -
Uses of MinMaxStatDto in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.flownode
Methods in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.flownode that return types with arguments of type MinMaxStatDtoModifier and TypeMethodDescriptionProcessGroupByFlowNodeDurationInterpreterOS.getMinMaxStats(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context, org.opensearch.client.opensearch._types.query_dsl.Query baseQuery) -
Uses of MinMaxStatDto in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.usertask
Methods in io.camunda.optimize.service.db.os.report.interpreter.groupby.process.usertask that return types with arguments of type MinMaxStatDtoModifier and TypeMethodDescriptionProcessGroupByUserTaskDurationInterpreterOS.getMinMaxStats(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context, org.opensearch.client.opensearch._types.query_dsl.Query baseQuery) -
Uses of MinMaxStatDto in io.camunda.optimize.service.db.os.report.interpreter.plan.process
Methods in io.camunda.optimize.service.db.os.report.interpreter.plan.process that return types with arguments of type MinMaxStatDtoModifier and TypeMethodDescriptionAbstractProcessExecutionPlanInterpreterOS.getGroupByMinMaxStats(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) ProcessExecutionPlanInterpreterFacadeOS.getGroupByMinMaxStats(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) -
Uses of MinMaxStatDto in io.camunda.optimize.service.db.os.report.service
Methods in io.camunda.optimize.service.db.os.report.service that return MinMaxStatDtoModifier and TypeMethodDescriptionMinMaxStatsServiceOS.getMinMaxDateRange(ExecutionContext<? extends SingleReportDataDto, ?> context, org.opensearch.client.opensearch._types.query_dsl.Query query, String[] indexNames, String field) MinMaxStatsServiceOS.getMinMaxDateRangeForCrossField(ExecutionContext<? extends SingleReportDataDto, ?> context, org.opensearch.client.opensearch._types.query_dsl.Query query, String[] indexNames, String firstField, String secondField) MinMaxStatsServiceOS.getMinMaxDateRangeForNestedField(ExecutionContext<? extends SingleReportDataDto, ?> context, org.opensearch.client.opensearch._types.query_dsl.Query query, String[] indexNames, String field, String pathForNestedStatsAgg, org.opensearch.client.opensearch._types.query_dsl.Query filterQueryToWrapStatsWith) MinMaxStatsServiceOS.getMinMaxNumberRangeForNestedScriptedField(ExecutionContext<? extends SingleReportDataDto, ?> context, org.opensearch.client.opensearch._types.query_dsl.Query query, String[] indexNames, String pathForNestedStatsAgg, org.opensearch.client.opensearch._types.Script script) MinMaxStatsServiceOS.getMinMaxNumberRangeForNestedScriptedField(ExecutionContext<? extends SingleReportDataDto, ?> context, org.opensearch.client.opensearch._types.query_dsl.Query query, String[] indexNames, String pathForNestedStatsAgg, org.opensearch.client.opensearch._types.Script script, org.opensearch.client.opensearch._types.query_dsl.Query filterQueryToWrapStatsWith) MinMaxStatsServiceOS.getMinMaxNumberRangeForScriptedField(ExecutionContext<? extends SingleReportDataDto, ?> context, org.opensearch.client.opensearch._types.query_dsl.Query query, String[] indexNames, org.opensearch.client.opensearch._types.Script script) MinMaxStatsServiceOS.getScriptedMinMaxStats(org.opensearch.client.opensearch._types.query_dsl.Query query, String[] indexNames, String pathForNestedStatsAgg, org.opensearch.client.opensearch._types.Script script) MinMaxStatsServiceOS.getScriptedMinMaxStats(org.opensearch.client.opensearch._types.query_dsl.Query query, String[] indexNames, String pathForNestedStatsAgg, org.opensearch.client.opensearch._types.Script script, org.opensearch.client.opensearch._types.query_dsl.Query filterQueryToWrapStatsWith) MinMaxStatsServiceOS.getSingleFieldMinMaxStats(org.opensearch.client.opensearch._types.query_dsl.Query query, String[] indexNames, String field, String format, String pathForNestedStatsAgg, org.opensearch.client.opensearch._types.query_dsl.Query filterQueryToWrapStatsWith) MinMaxStatsServiceOS.getSingleFieldMinMaxStats(org.opensearch.client.opensearch._types.query_dsl.Query query, String[] indexNames, String field, String pathForNestedStatsAgg, org.opensearch.client.opensearch._types.query_dsl.Query filterQueryToWrapStatsWith) VariableAggregationServiceOS.getVariableMinMaxStats(VariableType variableType, String variableName, String variablePath, String nestedVariableNameField, String nestedVariableValueFieldLabel, String[] indexNames, org.opensearch.client.opensearch._types.query_dsl.Query baseQuery) -
Uses of MinMaxStatDto in io.camunda.optimize.service.db.report
Methods in io.camunda.optimize.service.db.report that return MinMaxStatDtoMethods in io.camunda.optimize.service.db.report that return types with arguments of type MinMaxStatDtoModifier and TypeMethodDescriptionExecutionContext.getCombinedRangeMinMaxStats()CombinedIntervalSelectionCalculator.getGlobalMinMaxStats()Methods in io.camunda.optimize.service.db.report with parameters of type MinMaxStatDtoModifier and TypeMethodDescriptionvoidCombinedIntervalSelectionCalculator.addStat(MinMaxStatDto minMaxStat) voidExecutionContext.setCombinedRangeMinMaxStats(MinMaxStatDto combinedRangeMinMaxStats) voidReportEvaluationContext.setCombinedRangeMinMaxStats(MinMaxStatDto combinedRangeMinMaxStats) -
Uses of MinMaxStatDto in io.camunda.optimize.service.db.report.context
Methods in io.camunda.optimize.service.db.report.context that return MinMaxStatDtoModifier and TypeMethodDescriptionDateAggregationContext.getMinMaxStats()VariableAggregationContext.getVariableRangeMinMaxStats()Methods in io.camunda.optimize.service.db.report.context that return types with arguments of type MinMaxStatDtoMethods in io.camunda.optimize.service.db.report.context with parameters of type MinMaxStatDtoModifier and TypeMethodDescriptionVariableAggregationContext.VariableAggregationContextBuilder.combinedRangeMinMaxStats(MinMaxStatDto combinedRangeMinMaxStats) DateAggregationContext.DateAggregationContextBuilder.minMaxStats(MinMaxStatDto minMaxStats) voidVariableAggregationContext.setVariableRangeMinMaxStats(MinMaxStatDto variableRangeMinMaxStats) VariableAggregationContext.VariableAggregationContextBuilder.variableRangeMinMaxStats(MinMaxStatDto variableRangeMinMaxStats) -
Uses of MinMaxStatDto in io.camunda.optimize.service.db.report.interpreter.groupby.process.date
Methods in io.camunda.optimize.service.db.report.interpreter.groupby.process.date that return types with arguments of type MinMaxStatDtoModifier and TypeMethodDescriptionstatic Optional<MinMaxStatDto> ProcessGroupByProcessInstanceRunningDateInterpreter.getMinMaxStats(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context, Supplier<MinMaxStatDto> minMaxDateRangeForCrossFieldSupplier) Method parameters in io.camunda.optimize.service.db.report.interpreter.groupby.process.date with type arguments of type MinMaxStatDtoModifier and TypeMethodDescriptionstatic Optional<MinMaxStatDto> ProcessGroupByProcessInstanceRunningDateInterpreter.getMinMaxStats(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context, Supplier<MinMaxStatDto> minMaxDateRangeForCrossFieldSupplier) -
Uses of MinMaxStatDto in io.camunda.optimize.service.db.report.interpreter.plan
Methods in io.camunda.optimize.service.db.report.interpreter.plan that return types with arguments of type MinMaxStatDtoModifier and TypeMethodDescriptionExecutionPlanInterpreterFacade.getGroupByMinMaxStats(ExecutionContext context) HasGroupByMinMaxStats.getGroupByMinMaxStats(ExecutionContext<DATA, PLAN> reportEvaluationContext) -
Uses of MinMaxStatDto in io.camunda.optimize.service.db.report.service
Methods in io.camunda.optimize.service.db.report.service that return MinMaxStatDtoModifier and TypeMethodDescriptionprotected MinMaxStatDtoAbstractMinMaxStatsService.returnEmptyResultIfInstanceIndexNotFound(RuntimeException e, String[] indexNames) Methods in io.camunda.optimize.service.db.report.service with parameters of type MinMaxStatDtoModifier and TypeMethodDescriptionstatic DurationDateAggregationService.getDateHistogramIntervalDurationFromMinMax(MinMaxStatDto minMaxStats) protected doubleDurationAggregationService.getMinValueInMillis(MinMaxStatDto minMaxStats, CustomBucketDto customBucketDto)