Class ProcessPartQueryUtilES
java.lang.Object
io.camunda.optimize.service.db.report.interpreter.util.AbstractProcessPartQueryUtil
io.camunda.optimize.service.db.es.report.interpreter.util.ProcessPartQueryUtilES
-
Field Summary
Fields inherited from class io.camunda.optimize.service.db.report.interpreter.util.AbstractProcessPartQueryUtil
NESTED_AGGREGATION, SCRIPT_AGGREGATION -
Method Summary
Modifier and TypeMethodDescriptionstatic co.elastic.clients.elasticsearch._types.query_dsl.BoolQuery.BuilderaddProcessPartQuery(co.elastic.clients.elasticsearch._types.query_dsl.BoolQuery.Builder boolQueryBuilder, String startFlowNodeId, String endFlowNodeId) static Map<String, co.elastic.clients.elasticsearch._types.aggregations.Aggregation.Builder.ContainerBuilder> createProcessPartAggregation(String startFlowNodeId, String endFlowNodeId, List<AggregationDto> aggregationTypes) static DoublegetProcessPartAggregationResult(Map<String, co.elastic.clients.elasticsearch._types.aggregations.Aggregate> aggs, AggregationDto aggregationType) getProcessPartAggregations(Map<String, co.elastic.clients.elasticsearch._types.aggregations.Aggregate> aggs) Methods inherited from class io.camunda.optimize.service.db.report.interpreter.util.AbstractProcessPartQueryUtil
getScriptAggregationName
-
Method Details
-
getProcessPartAggregations
-
getProcessPartAggregationResult
public static Double getProcessPartAggregationResult(Map<String, co.elastic.clients.elasticsearch._types.aggregations.Aggregate> aggs, AggregationDto aggregationType) -
addProcessPartQuery
-
createProcessPartAggregation
-