Class ProcessPartQueryUtilES

java.lang.Object
io.camunda.optimize.service.db.report.interpreter.util.AbstractProcessPartQueryUtil
io.camunda.optimize.service.db.es.report.interpreter.util.ProcessPartQueryUtilES

public final class ProcessPartQueryUtilES extends AbstractProcessPartQueryUtil
  • Method Details

    • getProcessPartAggregations

      public static Map<String,co.elastic.clients.elasticsearch._types.aggregations.Aggregate> getProcessPartAggregations(Map<String,co.elastic.clients.elasticsearch._types.aggregations.Aggregate> aggs)
    • getProcessPartAggregationResult

      public static Double getProcessPartAggregationResult(Map<String,co.elastic.clients.elasticsearch._types.aggregations.Aggregate> aggs, AggregationDto aggregationType)
    • addProcessPartQuery

      public static co.elastic.clients.elasticsearch._types.query_dsl.BoolQuery.Builder addProcessPartQuery(co.elastic.clients.elasticsearch._types.query_dsl.BoolQuery.Builder boolQueryBuilder, String startFlowNodeId, String endFlowNodeId)
    • createProcessPartAggregation

      public static Map<String,co.elastic.clients.elasticsearch._types.aggregations.Aggregation.Builder.ContainerBuilder> createProcessPartAggregation(String startFlowNodeId, String endFlowNodeId, List<AggregationDto> aggregationTypes)