Class ProcessViewUserTaskDurationInterpreterOS
java.lang.Object
io.camunda.optimize.service.db.report.interpreter.view.process.AbstractProcessViewMultiAggregationInterpreter<AggregationStrategyOS>
io.camunda.optimize.service.db.os.report.interpreter.view.process.AbstractProcessViewMultiAggregationInterpreterOS
io.camunda.optimize.service.db.os.report.interpreter.view.process.duration.ProcessViewUserTaskDurationInterpreterOS
- All Implemented Interfaces:
ProcessViewInterpreterOS,ViewInterpreterOS<ProcessReportDataDto,,ProcessExecutionPlan> HasAggregationStrategies<AggregationStrategyOS>,ViewInterpreter<ProcessReportDataDto,ProcessExecutionPlan>
@Component
@Primary
@Conditional(io.camunda.optimize.service.util.configuration.condition.OpenSearchCondition.class)
public class ProcessViewUserTaskDurationInterpreterOS
extends AbstractProcessViewMultiAggregationInterpreterOS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionretrieveResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._types.aggregations.Aggregate> aggs, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) Methods inherited from class io.camunda.optimize.service.db.os.report.interpreter.view.process.AbstractProcessViewMultiAggregationInterpreterOS
getAggregationStrategyMethods inherited from class io.camunda.optimize.service.db.report.interpreter.view.process.AbstractProcessViewMultiAggregationInterpreter
getAggregationStrategiesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.camunda.optimize.service.db.os.report.interpreter.view.process.ProcessViewInterpreterOS
getViewPropertyMethods inherited from interface io.camunda.optimize.service.db.os.report.interpreter.view.ViewInterpreterOS
adjustQuery, adjustSearchRequest
-
Constructor Details
-
ProcessViewUserTaskDurationInterpreterOS
public ProcessViewUserTaskDurationInterpreterOS()
-
-
Method Details
-
getSupportedViews
-
createAggregations
public Map<String,org.opensearch.client.opensearch._types.aggregations.Aggregation> createAggregations(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) -
retrieveResult
public CompositeCommandResult.ViewResult retrieveResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._types.aggregations.Aggregate> aggs, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) -
createEmptyResult
public CompositeCommandResult.ViewResult createEmptyResult(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
createEmptyResultin interfaceViewInterpreter<ProcessReportDataDto,ProcessExecutionPlan> - Overrides:
createEmptyResultin classAbstractProcessViewMultiAggregationInterpreter<AggregationStrategyOS>
-