Interface AggregationResultTransformer<A extends AggregationResultBase>

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

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