Interface AggregationResultTransformer<A extends AggregationResultBase>

All Superinterfaces:
ServiceTransformer<Map<String,AggregationResult>,A>
All Known Implementing Classes:
ProcessDefinitionFlowNodeStatisticsAggregationResultTransformer, ProcessDefinitionLatestVersionAggregationResultTransformer, ProcessInstanceFlowNodeStatisticsAggregationResultTransformer, UsageMetricsAggregationResultTransformer, UsageMetricsTUAggregationResultTransformer

public interface AggregationResultTransformer<A extends AggregationResultBase> extends ServiceTransformer<Map<String,AggregationResult>,A>