Interface AggregationTransformation

All Superinterfaces:
Transformation<AggregationTransformationExecutionContext>

public interface AggregationTransformation extends Transformation<AggregationTransformationExecutionContext>
Deprecated.
Since 2.3.0, replaced by AggregationTransformation.
Provides the methods for aggregation transformation.
Since:
2.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Executes an aggregation transformation which aggregates the input values from two or many source fields to one target field.

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

    setup