Class AbstractProcessDistributedByModelElementInterpreterOS
java.lang.Object
io.camunda.optimize.service.db.os.report.interpreter.distributedby.AbstractDistributedByInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
io.camunda.optimize.service.db.os.report.interpreter.distributedby.process.AbstractProcessDistributedByInterpreterOS
io.camunda.optimize.service.db.os.report.interpreter.distributedby.process.model.AbstractProcessDistributedByModelElementInterpreterOS
- All Implemented Interfaces:
DistributedByInterpreterOS<ProcessReportDataDto,,ProcessExecutionPlan> ProcessDistributedByInterpreterOS,DistributedByInterpreter<ProcessReportDataDto,ProcessExecutionPlan>
- Direct Known Subclasses:
ProcessDistributedByFlowNodeInterpreterOS,ProcessDistributedByUserTaskInterpreterOS
public abstract class AbstractProcessDistributedByModelElementInterpreterOS
extends AbstractProcessDistributedByInterpreterOS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateAggregations(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context, org.opensearch.client.opensearch._types.query_dsl.Query baseQuery) protected abstract Map<String, FlowNodeDataDto> protected abstract ConfigurationServiceprotected abstract DefinitionServiceprotected abstract ProcessDistributedByModelElementInterpreterHelperprotected abstract StringretrieveResult(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.os.report.interpreter.distributedby.process.AbstractProcessDistributedByInterpreterOS
createEmptyResultMethods inherited from class io.camunda.optimize.service.db.os.report.interpreter.distributedby.AbstractDistributedByInterpreterOS
adjustQuery, 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.os.report.interpreter.distributedby.DistributedByInterpreterOS
adjustQuery, adjustSearchRequest, enrichContextWithAllExpectedDistributedByKeysMethods inherited from interface io.camunda.optimize.service.db.os.report.interpreter.distributedby.process.ProcessDistributedByInterpreterOS
getSupportedDistributedBys
-
Constructor Details
-
AbstractProcessDistributedByModelElementInterpreterOS
public AbstractProcessDistributedByModelElementInterpreterOS()
-
-
Method Details
-
getConfigurationService
-
getDefinitionService
-
getHelper
-
createAggregations
public Map<String,org.opensearch.client.opensearch._types.aggregations.Aggregation> createAggregations(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context, org.opensearch.client.opensearch._types.query_dsl.Query baseQuery) -
retrieveResult
public List<CompositeCommandResult.DistributedByResult> retrieveResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._types.aggregations.Aggregate> aggregations, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) -
getModelElementIdPath
-
extractModelElementData
protected abstract Map<String,FlowNodeDataDto> extractModelElementData(DefinitionOptimizeResponseDto def)
-