Class ProcessExecutionPlanInterpreterFacadeOS
java.lang.Object
io.camunda.optimize.service.db.report.interpreter.AbstractInterpreterFacade<ProcessExecutionPlan,ProcessExecutionPlanInterpreterOS>
io.camunda.optimize.service.db.os.report.interpreter.plan.process.ProcessExecutionPlanInterpreterFacadeOS
- All Implemented Interfaces:
ProcessExecutionPlanInterpreterOS,ExecutionPlanInterpreter<ProcessReportDataDto,,ProcessExecutionPlan> HasGroupByMinMaxStats<ProcessReportDataDto,,ProcessExecutionPlan> ProcessExecutionPlanInterpreter,ProcessExecutionPlanInterpreterFacade
@Component
@Conditional(io.camunda.optimize.service.util.configuration.condition.OpenSearchCondition.class)
public class ProcessExecutionPlanInterpreterFacadeOS
extends AbstractInterpreterFacade<ProcessExecutionPlan,ProcessExecutionPlanInterpreterOS>
implements ProcessExecutionPlanInterpreterFacade, ProcessExecutionPlanInterpreterOS
-
Field Summary
Fields inherited from class io.camunda.optimize.service.db.report.interpreter.AbstractInterpreterFacade
interpretersMapFields inherited from interface io.camunda.optimize.service.db.report.interpreter.plan.process.ProcessExecutionPlanInterpreter
FILTERS_AFFECTING_BASELINE -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionorg.opensearch.client.opensearch._types.query_dsl.BoolQuery.BuilderMethods inherited from class io.camunda.optimize.service.db.report.interpreter.AbstractInterpreterFacade
interpreterMethods 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.plan.process.ProcessExecutionPlanInterpreter
getInstanceLevelDateFiltersByDefinitionKey
-
Constructor Details
-
ProcessExecutionPlanInterpreterFacadeOS
public ProcessExecutionPlanInterpreterFacadeOS(List<ProcessExecutionPlanInterpreterOS> interpreters)
-
-
Method Details
-
getSupportedExecutionPlans
- Specified by:
getSupportedExecutionPlansin interfaceExecutionPlanInterpreter<ProcessReportDataDto,ProcessExecutionPlan>
-
interpret
public CommandEvaluationResult<Object> interpret(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
interpretin interfaceExecutionPlanInterpreter<ProcessReportDataDto,ProcessExecutionPlan>
-
getGroupByMinMaxStats
public Optional<MinMaxStatDto> getGroupByMinMaxStats(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
getGroupByMinMaxStatsin interfaceHasGroupByMinMaxStats<ProcessReportDataDto,ProcessExecutionPlan>
-
baseQueryBuilder
public org.opensearch.client.opensearch._types.query_dsl.BoolQuery.Builder baseQueryBuilder(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
baseQueryBuilderin interfaceProcessExecutionPlanInterpreterOS
-