Package | Description |
---|---|
com.orchestranetworks.addon.dex |
Classes and interfaces to call the {addon.label} import, export and transfer.
|
Modifier and Type | Class and Description |
---|---|
class |
CSVExportDataExchangeHelperContext
Provides the context to get the
DataExchangeSpec for exporting CSV from the configuration declared in the {addon.label} dataset. |
class |
CSVImportDataExchangeHelperContext
Provides the context to get the
DataExchangeSpec for importing CSV from the configuration declared in the {addon.label} dataset. |
class |
SpreadsheetExportDataExchangeHelperContext
Provides the context to get the
DataExchangeSpec for exporting Excel from the configuration declared in the {addon.label} dataset. |
class |
SpreadsheetImportDataExchangeHelperContext
Provides the context to get the
DataExchangeSpec for importing Excel from the configuration declared in the {addon.label} dataset. |
Modifier and Type | Method and Description |
---|---|
DataExchangeSpec |
DataExchangeHelper.getDataExchangeSpec(DataExchangeHelperContext context)
Returns an instance of
com.orchestranetworks.addon.dex.DataExchangeSpec based on the configuration declared in the {addon.label} dataset. |