Class AbstractProcessViewFrequencyInterpreterOS
java.lang.Object
io.camunda.optimize.service.db.os.report.interpreter.view.process.frequency.AbstractProcessViewFrequencyInterpreterOS
- All Implemented Interfaces:
ProcessViewInterpreterOS,ViewInterpreterOS<ProcessReportDataDto,,ProcessExecutionPlan> ProcessViewFrequencyInterpreter,ViewInterpreter<ProcessReportDataDto,ProcessExecutionPlan>
- Direct Known Subclasses:
ProcessViewFrequencyInterpreterOS,ProcessViewInstanceFrequencyInterpreterOS
public abstract class AbstractProcessViewFrequencyInterpreterOS
extends Object
implements ProcessViewInterpreterOS, ProcessViewFrequencyInterpreter
-
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> aggregations, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) Methods 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.report.interpreter.view.process.frequency.ProcessViewFrequencyInterpreter
createViewResultMethods inherited from interface io.camunda.optimize.service.db.os.report.interpreter.view.process.ProcessViewInterpreterOS
getSupportedViews, getViewPropertyMethods inherited from interface io.camunda.optimize.service.db.os.report.interpreter.view.ViewInterpreterOS
adjustQuery, adjustSearchRequest
-
Constructor Details
-
AbstractProcessViewFrequencyInterpreterOS
public AbstractProcessViewFrequencyInterpreterOS()
-
-
Method Details
-
createEmptyResult
public CompositeCommandResult.ViewResult createEmptyResult(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
createEmptyResultin interfaceViewInterpreter<ProcessReportDataDto,ProcessExecutionPlan>
-
createAggregations
public Map<String,org.opensearch.client.opensearch._types.aggregations.Aggregation> createAggregations(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
createAggregationsin interfaceViewInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
-
retrieveResult
public CompositeCommandResult.ViewResult retrieveResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._types.aggregations.Aggregate> aggregations, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
retrieveResultin interfaceViewInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
-