Interface DataExchangeHelper


public interface DataExchangeHelper
Provides the methods to transform old specifications to new specifications.
Since:
2.3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an instance of com.orchestranetworks.addon.dex.DataExchangeSpec based on the configuration declared in the EBX Data Exchange Add-on dataset.
    Returns the com.orchestranetworks.addon.dex.DataExchangeSpec object when transforming old specifications from a com.orchestranetworks.addon.adix.AdixExportSpec object.
    Returns the com.orchestranetworks.addon.dex.DataExchangeSpec object when transforming old specifications from a com.orchestranetworks.addon.adix.AdixImportSpec object.
    Returns the com.orchestranetworks.addon.dex.DataExchangeSpec object when transforming old specifications from a com.orchestranetworks.addon.dataexchange.DataExchangeSpec object.
  • Method Details

    • transform

      Returns the com.orchestranetworks.addon.dex.DataExchangeSpec object when transforming old specifications from a com.orchestranetworks.addon.adix.AdixImportSpec object.
      Parameters:
      spec - specification for an Adix import in the old version used for Excel and CSV import.
      Throws:
      DataExchangeException
    • transform

      Returns the com.orchestranetworks.addon.dex.DataExchangeSpec object when transforming old specifications from a com.orchestranetworks.addon.adix.AdixExportSpec object.
      Parameters:
      spec - specification for an Adix export in the old version used for Excel and CSV export.
      Throws:
      DataExchangeException
    • transform

      Returns the com.orchestranetworks.addon.dex.DataExchangeSpec object when transforming old specifications from a com.orchestranetworks.addon.dataexchange.DataExchangeSpec object.
      Parameters:
      spec - EBX Data Exchange Add-on specification in the old version used to import, export and transfer XML and SQL.
      Throws:
      DataExchangeException
    • getDataExchangeSpec

      Returns an instance of com.orchestranetworks.addon.dex.DataExchangeSpec based on the configuration declared in the EBX Data Exchange Add-on dataset.
      Parameters:
      context - the context to get the EBX Data Exchange Add-on specification declared in the EBX Data Exchange Add-on dataset.
      Throws:
      DataExchangeException
      Since:
      2.7.0
      See Also: