Class AbstractProcessGroupByFlowNodeDateInterpreterES
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.date.AbstractProcessGroupByModelElementDateInterpreterES
io.camunda.optimize.service.db.es.report.interpreter.groupby.process.date.AbstractProcessGroupByFlowNodeDateInterpreterES
- All Implemented Interfaces:
GroupByInterpreterES<ProcessReportDataDto,,ProcessExecutionPlan> ProcessGroupByInterpreterES
- Direct Known Subclasses:
ProcessGroupByFlowNodeEndDateInterpreterES,ProcessGroupByFlowNodeStartDateInterpreterES
public abstract class AbstractProcessGroupByFlowNodeDateInterpreterES
extends AbstractProcessGroupByModelElementDateInterpreterES
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract DefinitionServiceprotected co.elastic.clients.elasticsearch._types.query_dsl.BoolQuery.Builderprotected co.elastic.clients.elasticsearch._types.query_dsl.Queryprotected StringMethods inherited from class io.camunda.optimize.service.db.es.report.interpreter.groupby.process.date.AbstractProcessGroupByModelElementDateInterpreterES
addQueryResult, createAggregation, getDateAggregationService, getDateField, getMinMaxStats, getMinMaxStatsServiceMethods 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, 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
getSupportedGroupBys
-
Constructor Details
-
AbstractProcessGroupByFlowNodeDateInterpreterES
public AbstractProcessGroupByFlowNodeDateInterpreterES()
-
-
Method Details
-
getDefinitionService
-
getFilterBoolQueryBuilder
protected co.elastic.clients.elasticsearch._types.query_dsl.BoolQuery.Builder getFilterBoolQueryBuilder(ExecutionContext<ProcessReportDataDto, ?> context) - Specified by:
getFilterBoolQueryBuilderin classAbstractProcessGroupByModelElementDateInterpreterES
-
getModelElementTypeFilterQuery
protected co.elastic.clients.elasticsearch._types.query_dsl.Query getModelElementTypeFilterQuery()- Specified by:
getModelElementTypeFilterQueryin classAbstractProcessGroupByModelElementDateInterpreterES
-
getPathToElementField
- Specified by:
getPathToElementFieldin classAbstractProcessGroupByModelElementDateInterpreterES
-