Class AbstractProcessGroupByIdentityInterpreterOS
java.lang.Object
io.camunda.optimize.service.db.os.report.interpreter.groupby.AbstractGroupByInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
io.camunda.optimize.service.db.os.report.interpreter.groupby.process.AbstractProcessGroupByInterpreterOS
io.camunda.optimize.service.db.os.report.interpreter.groupby.process.identity.AbstractProcessGroupByIdentityInterpreterOS
- All Implemented Interfaces:
GroupByInterpreterOS<ProcessReportDataDto,,ProcessExecutionPlan> ProcessGroupByInterpreterOS
- Direct Known Subclasses:
ProcessGroupByAssigneeInterpreterOS,ProcessGroupByCandidateGroupInterpreterOS
public abstract class AbstractProcessGroupByIdentityInterpreterOS
extends AbstractProcessGroupByInterpreterOS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddQueryResult(CompositeCommandResult compositeCommandResult, org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) createAggregation(org.opensearch.client.opensearch._types.query_dsl.Query query, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) protected abstract ConfigurationServiceprotected abstract DefinitionServiceprotected abstract ProcessGroupByIdentityInterpreterHelperprotected abstract Stringprotected abstract IdentityTypeMethods inherited from class io.camunda.optimize.service.db.os.report.interpreter.groupby.process.AbstractProcessGroupByInterpreterOS
getIndexNamesMethods inherited from class io.camunda.optimize.service.db.os.report.interpreter.groupby.AbstractGroupByInterpreterOS
adjustQuery, 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.os.report.interpreter.groupby.GroupByInterpreterOS
adjustQuery, adjustSearchRequest, retrieveQueryResultMethods inherited from interface io.camunda.optimize.service.db.os.report.interpreter.groupby.process.ProcessGroupByInterpreterOS
getMinMaxStats, getSupportedGroupBys
-
Constructor Details
-
AbstractProcessGroupByIdentityInterpreterOS
public AbstractProcessGroupByIdentityInterpreterOS()
-
-
Method Details
-
getConfigurationService
-
getDefinitionService
-
getHelper
-
createAggregation
public Map<String,org.opensearch.client.opensearch._types.aggregations.Aggregation> createAggregation(org.opensearch.client.opensearch._types.query_dsl.Query query, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
createAggregationin interfaceGroupByInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan> - Specified by:
createAggregationin classAbstractGroupByInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
-
addQueryResult
public void addQueryResult(CompositeCommandResult compositeCommandResult, org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
addQueryResultin classAbstractGroupByInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
-
getIdentityField
-
getIdentityType
-