Class AbstractProcessDistributedByModelElementInterpreterES
java.lang.Object
io.camunda.optimize.service.db.es.report.interpreter.distributedby.AbstractDistributedByInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
io.camunda.optimize.service.db.es.report.interpreter.distributedby.process.AbstractProcessDistributedByInterpreterES
io.camunda.optimize.service.db.es.report.interpreter.distributedby.process.model.AbstractProcessDistributedByModelElementInterpreterES
- All Implemented Interfaces:
DistributedByInterpreterES<ProcessReportDataDto,,ProcessExecutionPlan> ProcessDistributedByInterpreterES,DistributedByInterpreter<ProcessReportDataDto,ProcessExecutionPlan>
- Direct Known Subclasses:
ProcessDistributedByFlowNodeInterpreterES,ProcessDistributedByUserTaskInterpreterES
public abstract class AbstractProcessDistributedByModelElementInterpreterES
extends AbstractProcessDistributedByInterpreterES
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMap<String, co.elastic.clients.elasticsearch._types.aggregations.Aggregation.Builder.ContainerBuilder> createAggregations(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context, co.elastic.clients.elasticsearch._types.query_dsl.BoolQuery baseQueryBuilder) protected abstract Map<String, FlowNodeDataDto> protected abstract ConfigurationServiceprotected abstract DefinitionServiceprotected abstract ProcessDistributedByModelElementInterpreterHelperprotected abstract StringretrieveResult(co.elastic.clients.elasticsearch.core.search.ResponseBody<?> response, Map<String, co.elastic.clients.elasticsearch._types.aggregations.Aggregate> aggregations, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) Methods inherited from class io.camunda.optimize.service.db.es.report.interpreter.distributedby.process.AbstractProcessDistributedByInterpreterES
createEmptyResultMethods inherited from class io.camunda.optimize.service.db.es.report.interpreter.distributedby.AbstractDistributedByInterpreterES
adjustSearchRequest, getViewInterpreterMethods 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.distributedby.DistributedByInterpreter
isKeyOfNumericTypeMethods inherited from interface io.camunda.optimize.service.db.es.report.interpreter.distributedby.DistributedByInterpreterES
adjustSearchRequest, enrichContextWithAllExpectedDistributedByKeysMethods inherited from interface io.camunda.optimize.service.db.es.report.interpreter.distributedby.process.ProcessDistributedByInterpreterES
getSupportedDistributedBys
-
Constructor Details
-
AbstractProcessDistributedByModelElementInterpreterES
public AbstractProcessDistributedByModelElementInterpreterES()
-
-
Method Details
-
getConfigurationService
-
getDefinitionService
-
getHelper
-
createAggregations
public Map<String,co.elastic.clients.elasticsearch._types.aggregations.Aggregation.Builder.ContainerBuilder> createAggregations(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context, co.elastic.clients.elasticsearch._types.query_dsl.BoolQuery baseQueryBuilder) -
retrieveResult
public List<CompositeCommandResult.DistributedByResult> retrieveResult(co.elastic.clients.elasticsearch.core.search.ResponseBody<?> response, Map<String, co.elastic.clients.elasticsearch._types.aggregations.Aggregate> aggregations, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) -
getModelElementIdPath
-
extractModelElementData
protected abstract Map<String,FlowNodeDataDto> extractModelElementData(DefinitionOptimizeResponseDto def)
-