Class AbstractProcessGroupByInterpreterES
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
- All Implemented Interfaces:
GroupByInterpreterES<ProcessReportDataDto,,ProcessExecutionPlan> ProcessGroupByInterpreterES
- Direct Known Subclasses:
AbstractGroupByFlowNodeInterpreterES,AbstractGroupByUserTaskInterpreterES,AbstractProcessGroupByIdentityInterpreterES,AbstractProcessGroupByModelElementDateInterpreterES,AbstractProcessGroupByProcessInstanceDateInterpreterES,ProcessGroupByDurationInterpreterES,ProcessGroupByNoneInterpreterES,ProcessGroupByProcessInstanceRunningDateInterpreterES,ProcessIncidentGroupByNoneInterpreterES
public abstract class AbstractProcessGroupByInterpreterES
extends AbstractGroupByInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
implements ProcessGroupByInterpreterES
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.camunda.optimize.service.db.es.report.interpreter.groupby.AbstractGroupByInterpreterES
addQueryResult, adjustSearchRequest, createAggregation, 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, createAggregation, retrieveQueryResultMethods inherited from interface io.camunda.optimize.service.db.es.report.interpreter.groupby.process.ProcessGroupByInterpreterES
getMinMaxStats, getSupportedGroupBys
-
Constructor Details
-
AbstractProcessGroupByInterpreterES
public AbstractProcessGroupByInterpreterES()
-
-
Method Details
-
getIndexNames
protected String[] getIndexNames(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
getIndexNamesin classAbstractGroupByInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
-