Class ProcessViewDurationInterpreterHelper
java.lang.Object
io.camunda.optimize.service.db.report.interpreter.view.process.duration.ProcessViewDurationInterpreterHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProcessPartDtostatic <AGGREGATION_STRATEGY extends AggregationStrategy>
CompositeCommandResult.ViewResultretrieveResult(List<AGGREGATION_STRATEGY> aggregationStrategies, Function<AGGREGATION_STRATEGY, Double> measureExtractor)
-
Method Details
-
getProcessPart
public static ProcessPartDto getProcessPart(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) -
retrieveResult
public static <AGGREGATION_STRATEGY extends AggregationStrategy> CompositeCommandResult.ViewResult retrieveResult(List<AGGREGATION_STRATEGY> aggregationStrategies, Function<AGGREGATION_STRATEGY, Double> measureExtractor)
-