public interface DataExchangeConfigurationService
Modifier and Type | Method and Description |
---|---|
DataExchangeResult.XMLExport |
doExport(ExportDataExchangeConfigurationSpec spec)
Returns the result of the {addon.label} configuration export to an XML file.
|
DataExchangeResult.XMLImport |
doImport(ImportDataExchangeConfigurationSpec spec)
Returns the result of the {addon.label} configuration import from an XML file.
|
DataExchangeResult.XMLExport doExport(ExportDataExchangeConfigurationSpec spec) throws DataExchangeException
spec
- Specification which stores the configuration used for exporting the {addon.label} configuration ExportDataExchangeConfigurationSpec
.DataExchangeException
DataExchangeResult.XMLImport doImport(ImportDataExchangeConfigurationSpec spec) throws DataExchangeException
spec
- Specification which stores the configuration used for importing the {addon.label} configuration ImportDataExchangeConfigurationSpec
.DataExchangeException