All Known Subinterfaces:
AggregationTransformation

public interface Transformation<T extends TransformationExecutionContext>
Deprecated.
Since 2.3.0, replaced by Transformation.
Provides transformation methods.

Life cycle

  1. When import, export or transfer services are called:
    1. The specified class is instantiated through its TransformationDefinition. It is initialized only one time when calling the import, export or transfer data services.
    2. The setup(TransformationConfigurationContext) method is called for the new instance.
  2. During the operational phase of import/export/transfer, the 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.
Since:
2.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(T executionContext)
    Deprecated.
    Executes the transformation.
    void
    Deprecated.
    Checks and prepares this instance.