Package | Description |
---|---|
com.orchestranetworks.addon.dex |
Classes and interfaces to call the {addon.label} import, export and transfer.
|
com.orchestranetworks.addon.dex.common.generation |
Classes and interfaces used to generate tables, fields and mappings for the XML and SQL import, export and transfer data services.
|
com.orchestranetworks.addon.dex.configuration |
Classes and interfaces to define specifications for the import, export and transfer data services.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationSpec |
DataExchangeSpec.getConfigurationSpec()
Returns the specified
ConfigurationSpec object. |
Modifier and Type | Method and Description |
---|---|
void |
DataExchangeSpec.setConfigurationSpec(ConfigurationSpec configurationSpec)
Sets a
ConfigurationSpec to the specified value. |
Modifier and Type | Method and Description |
---|---|
ApplicationMapping<SC,TC> |
ApplicationMappingHelper.getApplicationMapping(ConfigurationSpec<T> configSpec,
CommonApplication sourceApplication,
CommonApplication targetApplication,
Set<com.orchestranetworks.schema.Path> ebxTablePaths)
Returns the specified
ApplicationMapping from mapping configurations declared in the {addon.label} dataset. |
ApplicationMapping<SC,TC> |
ApplicationMappingHelper.getApplicationMapping(ConfigurationSpec<T> configSpec,
CommonApplication sourceApplication,
CommonApplication targetApplication,
TableMappingList<SC,TC> tableMappings)
Returns the specified
ApplicationMapping from mapping configurations declared in the {addon.label} dataset. |
Modifier and Type | Interface and Description |
---|---|
interface |
ExportConfigurationSpec<T extends Table>
Defines the configuration used for data export.
|
interface |
ImportConfigurationSpec<T extends Table>
Specifies the configuration used for data import.
|
Modifier and Type | Class and Description |
---|---|
class |
CSVExportConfigurationSpec
Specifies the configuration used when exporting data to a CSV file.
|
class |
CSVImportConfigurationSpec
Specifies the configuration used when importing data from a CSV file.
|
class |
FileExportConfigurationSpec
Defines the configuration used for exporting data to a file.
|
class |
FileImportConfigurationSpec<T extends Table>
Specifies the configuration used when importing data from a file.
|
class |
SpreadsheetExportConfigurationSpec
Specifies the configuration used to export data to an Excel file.
|
class |
SpreadsheetImportConfigurationSpec
Defines the configuration used when importing data from an Excel file.
|
class |
SQLExportConfigurationSpec
Defines the configuration used to export data to an external database.
|
class |
SQLImportConfigurationSpec
Defines the configuration used for importing data from an external database.
|
class |
TransferConfigurationSpec
Specifies the configuration used for data transfer.
|
class |
XMLExportConfigurationSpec
Specifies the configuration used when exporting data to an XML file.
|
class |
XMLImportConfigurationSpec
Specifies the configuration used to import data from an XML file.
|