Class AbstractProcessViewFrequencyInterpreterES
java.lang.Object
io.camunda.optimize.service.db.es.report.interpreter.view.process.frequency.AbstractProcessViewFrequencyInterpreterES
- All Implemented Interfaces:
ProcessViewInterpreterES,ViewInterpreterES<ProcessReportDataDto,,ProcessExecutionPlan> ProcessViewFrequencyInterpreter,ViewInterpreter<ProcessReportDataDto,ProcessExecutionPlan>
- Direct Known Subclasses:
ProcessViewFrequencyInterpreterES,ProcessViewInstanceFrequencyInterpreterES
public abstract class AbstractProcessViewFrequencyInterpreterES
extends Object
implements ProcessViewInterpreterES, ProcessViewFrequencyInterpreter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMap<String, co.elastic.clients.elasticsearch._types.aggregations.Aggregation.Builder.ContainerBuilder> retrieveResult(co.elastic.clients.elasticsearch.core.search.ResponseBody<?> response, Map<String, co.elastic.clients.elasticsearch._types.aggregations.Aggregate> aggs, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) Methods 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.view.process.frequency.ProcessViewFrequencyInterpreter
createViewResultMethods inherited from interface io.camunda.optimize.service.db.es.report.interpreter.view.process.ProcessViewInterpreterES
getSupportedViews, getViewPropertyMethods inherited from interface io.camunda.optimize.service.db.es.report.interpreter.view.ViewInterpreterES
adjustSearchRequest
-
Constructor Details
-
AbstractProcessViewFrequencyInterpreterES
public AbstractProcessViewFrequencyInterpreterES()
-
-
Method Details
-
createEmptyResult
public CompositeCommandResult.ViewResult createEmptyResult(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
createEmptyResultin interfaceViewInterpreter<ProcessReportDataDto,ProcessExecutionPlan>
-
createAggregations
public Map<String,co.elastic.clients.elasticsearch._types.aggregations.Aggregation.Builder.ContainerBuilder> createAggregations(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
createAggregationsin interfaceViewInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
-
retrieveResult
public CompositeCommandResult.ViewResult retrieveResult(co.elastic.clients.elasticsearch.core.search.ResponseBody<?> response, Map<String, co.elastic.clients.elasticsearch._types.aggregations.Aggregate> aggs, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
retrieveResultin interfaceViewInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
-