Interface TransformationConfigurationContext

    • Method Detail

      • getParameters

        java.util.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

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

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

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

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

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