Class AbstractProcessViewDurationInterpreterOS
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.AbstractProcessViewDurationInterpreterOS
- All Implemented Interfaces:
ProcessViewInterpreterOS,ViewInterpreterOS<ProcessReportDataDto,,ProcessExecutionPlan> HasAggregationStrategies<AggregationStrategyOS>,ViewInterpreter<ProcessReportDataDto,ProcessExecutionPlan>
- Direct Known Subclasses:
ProcessViewFlowNodeDurationInterpreterOS,ProcessViewIncidentDurationInterpreterOS,ProcessViewInstanceDurationInterpreterOS
public abstract class AbstractProcessViewDurationInterpreterOS
extends AbstractProcessViewMultiAggregationInterpreterOS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract StringgetDurationFieldName(ProcessReportDataDto reportData) protected abstract StringgetReferenceDateFieldName(ProcessReportDataDto reportData) retrieveResult(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
createEmptyResult, 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
getSupportedViews, getViewPropertyMethods inherited from interface io.camunda.optimize.service.db.report.interpreter.view.ViewInterpreter
createEmptyResultMethods inherited from interface io.camunda.optimize.service.db.os.report.interpreter.view.ViewInterpreterOS
adjustQuery, adjustSearchRequest
-
Constructor Details
-
AbstractProcessViewDurationInterpreterOS
public AbstractProcessViewDurationInterpreterOS()
-
-
Method Details
-
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) -
getReferenceDateFieldName
-
getDurationFieldName
-