Transformation.public interface Transformation<T extends TransformationExecutionContext>
TransformationDefinition. It is initialized only one time when calling the import, export or transfer data services.setup(TransformationConfigurationContext) method is called for the new instance.execute(TransformationExecutionContext) method is called each time an associated source field on source record has to be imported/exported/transfered to target field of target record.| Modifier and Type | Method and Description |
|---|---|
Object |
execute(T executionContext)
Deprecated.
Executes the transformation.
|
void |
setup(TransformationConfigurationContext configurationContext)
Deprecated.
Checks and prepares this instance.
|
void setup(TransformationConfigurationContext configurationContext) throws DataExchangeException
DataExchangeExceptionObject execute(T executionContext) throws DataExchangeException
DataExchangeException