Class AbstractProcessDistributedByInstanceDateInterpreterOS
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
io.camunda.optimize.service.db.os.report.interpreter.distributedby.process.date.AbstractProcessDistributedByInstanceDateInterpreterOS
- All Implemented Interfaces:
DistributedByInterpreterOS<ProcessReportDataDto,,ProcessExecutionPlan> ProcessDistributedByInterpreterOS,DistributedByInterpreter<ProcessReportDataDto,,ProcessExecutionPlan> ProcessDistributedByInstanceDateInterpreter
- Direct Known Subclasses:
ProcessDistributedByInstanceEndDateInterpreterOS,ProcessDistributedByInstanceStartDateInterpreterOS
public abstract class AbstractProcessDistributedByInstanceDateInterpreterOS
extends AbstractProcessDistributedByInterpreterOS
implements ProcessDistributedByInstanceDateInterpreter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateAggregations(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context, org.opensearch.client.opensearch._types.query_dsl.Query baseQuery) protected abstract DateAggregationServiceOSabstract Stringprotected abstract MinMaxStatsServiceOSprotected abstract ProcessQueryFilterEnhancerOSretrieveResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._types.aggregations.Aggregate> aggregations, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) Methods inherited from class io.camunda.optimize.service.db.os.report.interpreter.distributedby.process.AbstractProcessDistributedByInterpreterOS
createEmptyResultMethods 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, enrichContextWithAllExpectedDistributedByKeysMethods inherited from interface io.camunda.optimize.service.db.report.interpreter.distributedby.process.date.ProcessDistributedByInstanceDateInterpreter
getDistributedByDateUnitMethods inherited from interface io.camunda.optimize.service.db.os.report.interpreter.distributedby.process.ProcessDistributedByInterpreterOS
getSupportedDistributedBys
-
Constructor Details
-
AbstractProcessDistributedByInstanceDateInterpreterOS
public AbstractProcessDistributedByInstanceDateInterpreterOS()
-
-
Method Details
-
getDateField
-
getDateAggregationService
-
getQueryFilterEnhancer
-
getMinMaxStatsService
-
createAggregations
public Map<String,org.opensearch.client.opensearch._types.aggregations.Aggregation> createAggregations(ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context, org.opensearch.client.opensearch._types.query_dsl.Query baseQuery) - Specified by:
createAggregationsin interfaceDistributedByInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
-
retrieveResult
public List<CompositeCommandResult.DistributedByResult> retrieveResult(org.opensearch.client.opensearch.core.SearchResponse<RawResult> response, Map<String, org.opensearch.client.opensearch._types.aggregations.Aggregate> aggregations, ExecutionContext<ProcessReportDataDto, ProcessExecutionPlan> context) - Specified by:
retrieveResultin interfaceDistributedByInterpreterOS<ProcessReportDataDto,ProcessExecutionPlan>
-