Class GenericProcessExecutionPlanInterpreterOS
java.lang.Object
io.camunda.optimize.service.db.os.report.interpreter.plan.AbstractExecutionPlanInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
io.camunda.optimize.service.db.os.report.interpreter.plan.process.AbstractProcessExecutionPlanInterpreterOS
io.camunda.optimize.service.db.os.report.interpreter.plan.process.GenericProcessExecutionPlanInterpreterOS
- All Implemented Interfaces:
ProcessExecutionPlanInterpreterOS,ExecutionPlanInterpreter<ProcessReportDataDto,,ProcessExecutionPlan> HasGroupByMinMaxStats<ProcessReportDataDto,,ProcessExecutionPlan> GenericProcessExecutionPlanInterpreter,ProcessExecutionPlanInterpreter
@Component
@Conditional(io.camunda.optimize.service.util.configuration.condition.OpenSearchCondition.class)
public class GenericProcessExecutionPlanInterpreterOS
extends AbstractProcessExecutionPlanInterpreterOS
implements GenericProcessExecutionPlanInterpreter
-
Field Summary
Fields inherited from interface io.camunda.optimize.service.db.report.interpreter.plan.process.ProcessExecutionPlanInterpreter
FILTERS_AFFECTING_BASELINE -
Constructor Summary
ConstructorsConstructorDescriptionGenericProcessExecutionPlanInterpreterOS(ProcessDefinitionReader processDefinitionReader, OptimizeOpenSearchClient osClient, ProcessQueryFilterEnhancerOS queryFilterEnhancer, ProcessGroupByInterpreterFacadeOS groupByInterpreter, ProcessViewInterpreterFacadeOS viewInterpreter) -
Method Summary
Methods inherited from class io.camunda.optimize.service.db.os.report.interpreter.plan.process.AbstractProcessExecutionPlanInterpreterOS
baseQueryBuilder, getGroupByMinMaxStats, getIndexNames, getMultiIndexAlias, unfilteredBaseQueryBuilderMethods inherited from class io.camunda.optimize.service.db.os.report.interpreter.plan.AbstractExecutionPlanInterpreterOS
interpretMethods 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.ExecutionPlanInterpreter
interpretMethods inherited from interface io.camunda.optimize.service.db.report.interpreter.plan.process.GenericProcessExecutionPlanInterpreter
getSupportedExecutionPlansMethods inherited from interface io.camunda.optimize.service.db.report.interpreter.plan.HasGroupByMinMaxStats
getGroupByMinMaxStatsMethods inherited from interface io.camunda.optimize.service.db.report.interpreter.plan.process.ProcessExecutionPlanInterpreter
getInstanceLevelDateFiltersByDefinitionKey
-
Constructor Details
-
GenericProcessExecutionPlanInterpreterOS
public GenericProcessExecutionPlanInterpreterOS(ProcessDefinitionReader processDefinitionReader, OptimizeOpenSearchClient osClient, ProcessQueryFilterEnhancerOS queryFilterEnhancer, ProcessGroupByInterpreterFacadeOS groupByInterpreter, ProcessViewInterpreterFacadeOS viewInterpreter)
-
-
Method Details
-
getProcessDefinitionReader
- Specified by:
getProcessDefinitionReaderin classAbstractProcessExecutionPlanInterpreterOS
-
getOsClient
- Specified by:
getOsClientin classAbstractExecutionPlanInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
-
getQueryFilterEnhancer
- Specified by:
getQueryFilterEnhancerin classAbstractProcessExecutionPlanInterpreterOS
-
getGroupByInterpreter
- Specified by:
getGroupByInterpreterin classAbstractExecutionPlanInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
-
getViewInterpreter
- Specified by:
getViewInterpreterin classAbstractExecutionPlanInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
-