public interface DataExchangeHelper
Modifier and Type | Method and Description |
---|---|
DataExchangeSpec |
getDataExchangeSpec(DataExchangeHelperContext context)
Returns an instance of
com.orchestranetworks.addon.dex.DataExchangeSpec based on the configuration declared in the {addon.label} dataset. |
DataExchangeSpec |
transform(AdixExportSpec spec)
Returns the
com.orchestranetworks.addon.dex.DataExchangeSpec object when transforming old specifications from a com.orchestranetworks.addon.adix.AdixExportSpec object. |
DataExchangeSpec |
transform(AdixImportSpec spec)
Returns the
com.orchestranetworks.addon.dex.DataExchangeSpec object when transforming old specifications from a com.orchestranetworks.addon.adix.AdixImportSpec object. |
DataExchangeSpec |
transform(DataExchangeSpec spec)
Returns the
com.orchestranetworks.addon.dex.DataExchangeSpec object when transforming old specifications from a com.orchestranetworks.addon.dataexchange.DataExchangeSpec object. |
DataExchangeSpec transform(AdixImportSpec spec) throws DataExchangeException
com.orchestranetworks.addon.dex.DataExchangeSpec
object when transforming old specifications from a com.orchestranetworks.addon.adix.AdixImportSpec
object.spec
- specification for an Adix import in the old version used for Excel and CSV import.DataExchangeException
DataExchangeSpec transform(AdixExportSpec spec) throws DataExchangeException
com.orchestranetworks.addon.dex.DataExchangeSpec
object when transforming old specifications from a com.orchestranetworks.addon.adix.AdixExportSpec
object.spec
- specification for an Adix export in the old version used for Excel and CSV export.DataExchangeException
DataExchangeSpec transform(DataExchangeSpec spec) throws DataExchangeException
com.orchestranetworks.addon.dex.DataExchangeSpec
object when transforming old specifications from a com.orchestranetworks.addon.dataexchange.DataExchangeSpec
object.spec
- {addon.label} specification in the old version used to import, export and transfer XML and SQL.DataExchangeException
DataExchangeSpec getDataExchangeSpec(DataExchangeHelperContext context) throws DataExchangeException
com.orchestranetworks.addon.dex.DataExchangeSpec
based on the configuration declared in the {addon.label} dataset.context
- the context to get the {addon.label} specification declared in the {addon.label} dataset.DataExchangeException
DataExchangeHelperContext