Class AbstractProcessDistributedByIdentityInterpreterES
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.identity.AbstractProcessDistributedByIdentityInterpreterES
- All Implemented Interfaces:
DistributedByInterpreterES<ProcessReportDataDto,,ProcessExecutionPlan> ProcessDistributedByInterpreterES,DistributedByInterpreter<ProcessReportDataDto,ProcessExecutionPlan>
- Direct Known Subclasses:
ProcessDistributedByAssigneeInterpreterES,ProcessDistributedByCandidateGroupInterpreterES
public abstract class AbstractProcessDistributedByIdentityInterpreterES
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 baseQuery) voidenrichContextWithAllExpectedDistributedByKeys(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context, Map<String, co.elastic.clients.elasticsearch._types.aggregations.Aggregate> aggregations) protected abstract ConfigurationServiceprotected abstract DefinitionServiceprotected abstract ProcessDistributedByIdentityInterpreterHelperprotected abstract Stringprotected abstract IdentityTyperetrieveResult(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
adjustSearchRequestMethods inherited from interface io.camunda.optimize.service.db.es.report.interpreter.distributedby.process.ProcessDistributedByInterpreterES
getSupportedDistributedBys
-
Constructor Details
-
AbstractProcessDistributedByIdentityInterpreterES
public AbstractProcessDistributedByIdentityInterpreterES()
-
-
Method Details
-
getConfigurationService
-
getHelper
-
getDefinitionService
-
getIdentityField
-
getIdentityType
-
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 baseQuery) -
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) -
enrichContextWithAllExpectedDistributedByKeys
public void enrichContextWithAllExpectedDistributedByKeys(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context, Map<String, co.elastic.clients.elasticsearch._types.aggregations.Aggregate> aggregations)
-