Class DecisionViewInstanceFrequencyInterpreterOS
java.lang.Object
io.camunda.optimize.service.db.os.report.interpreter.view.decision.DecisionViewInstanceFrequencyInterpreterOS
- All Implemented Interfaces:
DecisionViewInterpreterOS,ViewInterpreterOS<DecisionReportDataDto,,DecisionExecutionPlan> DecisionViewInterpreter,ViewInterpreter<DecisionReportDataDto,DecisionExecutionPlan>
@Component
@Conditional(io.camunda.optimize.service.util.configuration.condition.OpenSearchCondition.class)
public class DecisionViewInstanceFrequencyInterpreterOS
extends Object
implements DecisionViewInterpreterOS
-
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<DecisionReportDataDto, DecisionExecutionPlan> 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.decision.DecisionViewInterpreter
getViewPropertyMethods inherited from interface io.camunda.optimize.service.db.os.report.interpreter.view.ViewInterpreterOS
adjustQuery, adjustSearchRequest
-
Constructor Details
-
DecisionViewInstanceFrequencyInterpreterOS
public DecisionViewInstanceFrequencyInterpreterOS()
-
-
Method Details
-
getSupportedViews
- Specified by:
getSupportedViewsin interfaceDecisionViewInterpreter
-
createAggregations
public Map<String,org.opensearch.client.opensearch._types.aggregations.Aggregation> createAggregations(ExecutionContext<DecisionReportDataDto, DecisionExecutionPlan> context) - Specified by:
createAggregationsin interfaceViewInterpreterOS<DecisionReportDataDto,DecisionExecutionPlan>
-
retrieveResult
public CompositeCommandResult.ViewResult retrieveResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._types.aggregations.Aggregate> aggs, ExecutionContext<DecisionReportDataDto, DecisionExecutionPlan> context) - Specified by:
retrieveResultin interfaceViewInterpreterOS<DecisionReportDataDto,DecisionExecutionPlan>
-
createEmptyResult
public CompositeCommandResult.ViewResult createEmptyResult(ExecutionContext<DecisionReportDataDto, DecisionExecutionPlan> context) - Specified by:
createEmptyResultin interfaceViewInterpreter<DecisionReportDataDto,DecisionExecutionPlan>
-