Interface TransformationConfigurationContext


public interface TransformationConfigurationContext
Deprecated.
Since 2.3.0, replaced by 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 one time for an import, export or a transfer data.
  2. It is used in the method Transformation.setup(TransformationConfigurationContext) of a Transformation.
Since:
2.1.0
  • Method Details

    • getParameters

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

      com.onwbp.adaptation.AdaptationTable getSourceTable()
      Deprecated.
      Returns the table containing the source field and null during import.
    • getTargetTable

      com.onwbp.adaptation.AdaptationTable getTargetTable()
      Deprecated.
      Returns the table containing the target field and null during export.
    • getSession

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

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

      ApplicationType getSourceType()
      Deprecated.
      Returns the source application type.
    • getLogicalNameOfSourceApplication

      String getLogicalNameOfSourceApplication()
      Deprecated.
      Returns the source application's logical name.
    • getLogicalNameOfTargetApplication

      String getLogicalNameOfTargetApplication()
      Deprecated.
      Returns the target application's logical name.
    • getUniversalNameOfSourceApplication

      String getUniversalNameOfSourceApplication()
      Deprecated.
      Returns the source application's universal name.
    • getUniversalNameOfTargetApplication

      String getUniversalNameOfTargetApplication()
      Deprecated.
      Returns the target application's universal name.
    • getTargetType

      ApplicationType getTargetType()
      Deprecated.
      Returns the target application type.
    • getServiceType

      DataExchangeServiceType getServiceType()
      Deprecated.
      Returns the service type.