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