Interface AggregationTransformation

All Superinterfaces:
Transformation<AggregationTransformationExecutionContext>

public interface AggregationTransformation extends Transformation<AggregationTransformationExecutionContext>
Provides the method used in an aggregation transformation.
Since:
2.3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Executes an aggregation transformation which aggregates the input values from two or more source fields to a single target field.

    Methods inherited from interface com.orchestranetworks.addon.dex.transformation.Transformation

    setup