Class ProcessViewInterpreterFacadeOS
java.lang.Object
io.camunda.optimize.service.db.report.interpreter.AbstractInterpreterFacade<ProcessView,ProcessViewInterpreterOS>
io.camunda.optimize.service.db.os.report.interpreter.view.process.ProcessViewInterpreterFacadeOS
- All Implemented Interfaces:
ProcessViewInterpreterOS,ViewInterpreterOS<ProcessReportDataDto,,ProcessExecutionPlan> ViewInterpreter<ProcessReportDataDto,ProcessExecutionPlan>
@Component
@Conditional(io.camunda.optimize.service.util.configuration.condition.OpenSearchCondition.class)
public class ProcessViewInterpreterFacadeOS
extends AbstractInterpreterFacade<ProcessView,ProcessViewInterpreterOS>
implements ProcessViewInterpreterOS
-
Field Summary
Fields inherited from class io.camunda.optimize.service.db.report.interpreter.AbstractInterpreterFacade
interpretersMap -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.opensearch.client.opensearch._types.query_dsl.BoolQuery.BuilderadjustQuery(org.opensearch.client.opensearch._types.query_dsl.BoolQuery.Builder queryBuilder, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) voidadjustSearchRequest(org.opensearch.client.opensearch.core.SearchRequest.Builder searchRequestBuilder, org.opensearch.client.opensearch._types.query_dsl.Query baseQuery, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) retrieveResult(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 io.camunda.optimize.service.db.report.interpreter.AbstractInterpreterFacade
interpreter
-
Constructor Details
-
ProcessViewInterpreterFacadeOS
-
-
Method Details
-
getSupportedViews
- Specified by:
getSupportedViewsin interfaceProcessViewInterpreterOS
-
getViewProperty
public ViewProperty getViewProperty(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
getViewPropertyin interfaceProcessViewInterpreterOS- Specified by:
getViewPropertyin interfaceViewInterpreter<ProcessReportDataDto,ProcessExecutionPlan>
-
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>
-
adjustQuery
public org.opensearch.client.opensearch._types.query_dsl.BoolQuery.Builder adjustQuery(org.opensearch.client.opensearch._types.query_dsl.BoolQuery.Builder queryBuilder, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
adjustQueryin interfaceViewInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
-
adjustSearchRequest
public void adjustSearchRequest(org.opensearch.client.opensearch.core.SearchRequest.Builder searchRequestBuilder, org.opensearch.client.opensearch._types.query_dsl.Query baseQuery, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
adjustSearchRequestin interfaceViewInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
-