Interface AggregationTransformation
-
- All Superinterfaces:
Transformation<AggregationTransformationExecutionContext>
public interface AggregationTransformation extends Transformation<AggregationTransformationExecutionContext>
Deprecated.Since 2.3.0, replaced byAggregationTransformation.Provides the methods for aggregation transformation.- Since:
- 2.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.Objectexecute(AggregationTransformationExecutionContext executionContext)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
-
-
-
-
Method Detail
-
execute
java.lang.Object execute(AggregationTransformationExecutionContext executionContext) throws DataExchangeException
Deprecated.Executes an aggregation transformation which aggregates the input values from two or many source fields to one target field.- Specified by:
executein interfaceTransformation<AggregationTransformationExecutionContext>- Throws:
DataExchangeException
-
-