Class ProcessDefinitionFlowNodeStatisticsAggregationResultTransformer
java.lang.Object
io.camunda.search.clients.transformers.aggregation.result.ProcessDefinitionFlowNodeStatisticsAggregationResultTransformer
- All Implemented Interfaces:
AggregationResultTransformer<io.camunda.search.aggregation.result.ProcessDefinitionFlowNodeStatisticsAggregationResult>,ServiceTransformer<Map<String,AggregationResult>, io.camunda.search.aggregation.result.ProcessDefinitionFlowNodeStatisticsAggregationResult>
public class ProcessDefinitionFlowNodeStatisticsAggregationResultTransformer
extends Object
implements AggregationResultTransformer<io.camunda.search.aggregation.result.ProcessDefinitionFlowNodeStatisticsAggregationResult>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.camunda.search.aggregation.result.ProcessDefinitionFlowNodeStatisticsAggregationResultapply(Map<String, AggregationResult> aggregations)
-
Constructor Details
-
ProcessDefinitionFlowNodeStatisticsAggregationResultTransformer
public ProcessDefinitionFlowNodeStatisticsAggregationResultTransformer()
-
-
Method Details
-
apply
public io.camunda.search.aggregation.result.ProcessDefinitionFlowNodeStatisticsAggregationResult apply(Map<String, AggregationResult> aggregations) - Specified by:
applyin interfaceServiceTransformer<Map<String,AggregationResult>, io.camunda.search.aggregation.result.ProcessDefinitionFlowNodeStatisticsAggregationResult>
-