Interface DataExchangeHelper


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

      • transform

        DataExchangeSpec transform​(AdixImportSpec spec)
                            throws DataExchangeException
        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

        DataExchangeSpec transform​(AdixExportSpec spec)
                            throws DataExchangeException
        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

        DataExchangeSpec transform​(DataExchangeSpec spec)
                            throws DataExchangeException
        Returns the com.orchestranetworks.addon.dex.DataExchangeSpec object when transforming old specifications from a com.orchestranetworks.addon.dataexchange.DataExchangeSpec object.
        Parameters:
        spec - {addon.label} specification in the old version used to import, export and transfer XML and SQL.
        Throws:
        DataExchangeException