public interface Transformation<T extends TransformationExecutionContext>
When import, export, or transfer services are called:
TransformationDefinition. It is initialized only once when calling the import, export, or transfer services.setup(TransformationConfigurationContext) method is called for the new instance.During the import/export/transfer operational phase, the execute(TransformationExecutionContext) method is called each time an associated source field must be imported/exported/transferred to the target field.
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(T executionContext)
Executes the transformation.
|
void |
setup(TransformationConfigurationContext configurationContext)
Checks and prepares this instance.
|
void setup(TransformationConfigurationContext configurationContext) throws DataExchangeException
DataExchangeExceptionObject execute(T executionContext) throws DataExchangeException
DataExchangeException