Class AbstractProcessDistributedByInterpreterOS
java.lang.Object
io.camunda.optimize.service.db.os.report.interpreter.distributedby.AbstractDistributedByInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
io.camunda.optimize.service.db.os.report.interpreter.distributedby.process.AbstractProcessDistributedByInterpreterOS
- All Implemented Interfaces:
DistributedByInterpreterOS<ProcessReportDataDto,,ProcessExecutionPlan> ProcessDistributedByInterpreterOS,DistributedByInterpreter<ProcessReportDataDto,ProcessExecutionPlan>
- Direct Known Subclasses:
AbstractProcessDistributedByIdentityInterpreterOS,AbstractProcessDistributedByInstanceDateInterpreterOS,AbstractProcessDistributedByModelElementInterpreterOS,ProcessDistributedByNoneInterpreterOS,ProcessDistributedByProcessInterpreterOS,ProcessDistributedByVariableInterpreterOS
public abstract class AbstractProcessDistributedByInterpreterOS
extends AbstractDistributedByInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
implements ProcessDistributedByInterpreterOS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class io.camunda.optimize.service.db.os.report.interpreter.distributedby.AbstractDistributedByInterpreterOS
adjustQuery, 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.os.report.interpreter.distributedby.DistributedByInterpreterOS
adjustQuery, adjustSearchRequest, createAggregations, enrichContextWithAllExpectedDistributedByKeys, retrieveResultMethods inherited from interface io.camunda.optimize.service.db.os.report.interpreter.distributedby.process.ProcessDistributedByInterpreterOS
getSupportedDistributedBys
-
Constructor Details
-
AbstractProcessDistributedByInterpreterOS
public AbstractProcessDistributedByInterpreterOS()
-
-
Method Details
-
createEmptyResult
public List<CompositeCommandResult.DistributedByResult> createEmptyResult(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
createEmptyResultin interfaceDistributedByInterpreter<ProcessReportDataDto,ProcessExecutionPlan>
-