Class GenericProcessExecutionPlanInterpreterES
java.lang.Object
io.camunda.optimize.service.db.es.report.interpreter.plan.AbstractExecutionPlanInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
io.camunda.optimize.service.db.es.report.interpreter.plan.process.AbstractProcessExecutionPlanInterpreterES
io.camunda.optimize.service.db.es.report.interpreter.plan.process.GenericProcessExecutionPlanInterpreterES
- All Implemented Interfaces:
ProcessExecutionPlanInterpreterES,ExecutionPlanInterpreter<ProcessReportDataDto,,ProcessExecutionPlan> HasGroupByMinMaxStats<ProcessReportDataDto,,ProcessExecutionPlan> GenericProcessExecutionPlanInterpreter,ProcessExecutionPlanInterpreter
@Component
@Conditional(io.camunda.optimize.service.util.configuration.condition.ElasticSearchCondition.class)
public class GenericProcessExecutionPlanInterpreterES
extends AbstractProcessExecutionPlanInterpreterES
implements GenericProcessExecutionPlanInterpreter
-
Field Summary
Fields inherited from interface io.camunda.optimize.service.db.report.interpreter.plan.process.ProcessExecutionPlanInterpreter
FILTERS_AFFECTING_BASELINE -
Constructor Summary
ConstructorsConstructorDescriptionGenericProcessExecutionPlanInterpreterES(ProcessDefinitionReader processDefinitionReader, OptimizeElasticsearchClient esClient, ProcessQueryFilterEnhancerES queryFilterEnhancer, ProcessGroupByInterpreterFacadeES groupByInterpreter, ProcessViewInterpreterFacadeES viewInterpreter) -
Method Summary
Methods inherited from class io.camunda.optimize.service.db.es.report.interpreter.plan.process.AbstractProcessExecutionPlanInterpreterES
getBaseQueryBuilder, getGroupByMinMaxStats, getIndexNames, getMultiIndexAlias, setupUnfilteredBaseQueryBuilderMethods inherited from class io.camunda.optimize.service.db.es.report.interpreter.plan.AbstractExecutionPlanInterpreterES
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
-
GenericProcessExecutionPlanInterpreterES
public GenericProcessExecutionPlanInterpreterES(ProcessDefinitionReader processDefinitionReader, OptimizeElasticsearchClient esClient, ProcessQueryFilterEnhancerES queryFilterEnhancer, ProcessGroupByInterpreterFacadeES groupByInterpreter, ProcessViewInterpreterFacadeES viewInterpreter)
-
-
Method Details
-
getProcessDefinitionReader
- Specified by:
getProcessDefinitionReaderin classAbstractProcessExecutionPlanInterpreterES
-
getEsClient
- Specified by:
getEsClientin classAbstractExecutionPlanInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
-
getQueryFilterEnhancer
- Specified by:
getQueryFilterEnhancerin classAbstractProcessExecutionPlanInterpreterES
-
getGroupByInterpreter
- Specified by:
getGroupByInterpreterin classAbstractExecutionPlanInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
-
getViewInterpreter
- Specified by:
getViewInterpreterin classAbstractExecutionPlanInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
-