Class AbstractProcessGroupByIdentityInterpreterES
java.lang.Object
io.camunda.optimize.service.db.es.report.interpreter.groupby.AbstractGroupByInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
io.camunda.optimize.service.db.es.report.interpreter.groupby.process.AbstractProcessGroupByInterpreterES
io.camunda.optimize.service.db.es.report.interpreter.groupby.process.identity.AbstractProcessGroupByIdentityInterpreterES
- All Implemented Interfaces:
GroupByInterpreterES<ProcessReportDataDto,,ProcessExecutionPlan> ProcessGroupByInterpreterES
- Direct Known Subclasses:
ProcessGroupByAssigneeInterpreterES,ProcessGroupByCandidateGroupInterpreterES
public abstract class AbstractProcessGroupByIdentityInterpreterES
extends AbstractProcessGroupByInterpreterES
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddQueryResult(CompositeCommandResult compositeCommandResult, co.elastic.clients.elasticsearch.core.search.ResponseBody<?> response, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) Map<String, co.elastic.clients.elasticsearch._types.aggregations.Aggregation.Builder.ContainerBuilder> createAggregation(co.elastic.clients.elasticsearch._types.query_dsl.BoolQuery boolQuery, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) protected abstract ConfigurationServiceprotected abstract DefinitionServiceprotected abstract ProcessGroupByIdentityInterpreterHelperprotected abstract Stringprotected abstract IdentityTypeMethods inherited from class io.camunda.optimize.service.db.es.report.interpreter.groupby.process.AbstractProcessGroupByInterpreterES
getIndexNamesMethods inherited from class io.camunda.optimize.service.db.es.report.interpreter.groupby.AbstractGroupByInterpreterES
adjustSearchRequest, getDistributedByInterpreter, getMinMaxStats, getViewInterpreter, retrieveQueryResultMethods 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.es.report.interpreter.groupby.GroupByInterpreterES
adjustSearchRequest, retrieveQueryResultMethods inherited from interface io.camunda.optimize.service.db.es.report.interpreter.groupby.process.ProcessGroupByInterpreterES
getMinMaxStats, getSupportedGroupBys
-
Constructor Details
-
AbstractProcessGroupByIdentityInterpreterES
public AbstractProcessGroupByIdentityInterpreterES()
-
-
Method Details
-
getConfigurationService
-
getDefinitionService
-
getHelper
-
createAggregation
public Map<String,co.elastic.clients.elasticsearch._types.aggregations.Aggregation.Builder.ContainerBuilder> createAggregation(co.elastic.clients.elasticsearch._types.query_dsl.BoolQuery boolQuery, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
createAggregationin interfaceGroupByInterpreterES<ProcessReportDataDto,ProcessExecutionPlan> - Specified by:
createAggregationin classAbstractGroupByInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
-
addQueryResult
public void addQueryResult(CompositeCommandResult compositeCommandResult, co.elastic.clients.elasticsearch.core.search.ResponseBody<?> response, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
addQueryResultin classAbstractGroupByInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
-
getIdentityField
-
getIdentityType
-