Interface TransformationConfigurationContext


public interface TransformationConfigurationContext
Provides configuration attributes for the Transformation implementation that executes during import, export, or transfer.

Life cycle

When import, export or transfer services are called:

  1. The specified class is instantiated only once for import, export or transfer.
  2. It is used in the method Transformation.setup(TransformationConfigurationContext) of a Transformation.
Since:
2.3.0
  • Method Details

    • getParameters

      List<ParameterDefinition> getParameters()
      Returns the list of parameters.
    • getSourceTable

      Table getSourceTable()
      Returns the source table.
    • getTargetTable

      Table getTargetTable()
      Returns the target table.
    • getSession

      com.orchestranetworks.service.Session getSession()
      Returns the current session context.
    • getRepository

      com.orchestranetworks.instance.Repository getRepository()
      Returns the current repository.
    • getSourceApplication

      CommonApplication getSourceApplication()
      Returns the source application.
    • getTargetApplication

      CommonApplication getTargetApplication()
      Returns the target application.
    • getServiceType

      ServiceType getServiceType()
      Returns the service type.