Class AbstractProcessDistributedByInterpreterES
java.lang.Object
io.camunda.optimize.service.db.es.report.interpreter.distributedby.AbstractDistributedByInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
io.camunda.optimize.service.db.es.report.interpreter.distributedby.process.AbstractProcessDistributedByInterpreterES
- All Implemented Interfaces:
DistributedByInterpreterES<ProcessReportDataDto,,ProcessExecutionPlan> ProcessDistributedByInterpreterES,DistributedByInterpreter<ProcessReportDataDto,ProcessExecutionPlan>
- Direct Known Subclasses:
AbstractProcessDistributedByIdentityInterpreterES,AbstractProcessDistributedByInstanceDateInterpreterES,AbstractProcessDistributedByModelElementInterpreterES,ProcessDistributedByNoneInterpreterES,ProcessDistributedByProcessInterpreterES,ProcessDistributedByVariableInterpreterES
public abstract class AbstractProcessDistributedByInterpreterES
extends AbstractDistributedByInterpreterES<ProcessReportDataDto,ProcessExecutionPlan>
implements ProcessDistributedByInterpreterES
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class io.camunda.optimize.service.db.es.report.interpreter.distributedby.AbstractDistributedByInterpreterES
adjustSearchRequest, getViewInterpreterMethods 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.distributedby.DistributedByInterpreter
isKeyOfNumericTypeMethods inherited from interface io.camunda.optimize.service.db.es.report.interpreter.distributedby.DistributedByInterpreterES
adjustSearchRequest, createAggregations, enrichContextWithAllExpectedDistributedByKeys, retrieveResultMethods inherited from interface io.camunda.optimize.service.db.es.report.interpreter.distributedby.process.ProcessDistributedByInterpreterES
getSupportedDistributedBys
-
Constructor Details
-
AbstractProcessDistributedByInterpreterES
public AbstractProcessDistributedByInterpreterES()
-
-
Method Details
-
createEmptyResult
public List<CompositeCommandResult.DistributedByResult> createEmptyResult(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
createEmptyResultin interfaceDistributedByInterpreter<ProcessReportDataDto,ProcessExecutionPlan>
-