| Package | Description |
|---|---|
| com.orchestranetworks.addon.dex.configuration |
Classes and interfaces to define specifications for the import, export and transfer data services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CSVImportConfigurationSpec
Specifies the configuration used when importing data from a CSV file.
|
class |
FileImportConfigurationSpec<T extends Table>
Specifies the configuration used when importing data from a file.
|
class |
SpreadsheetImportConfigurationSpec
Defines the configuration used when importing data from an Excel file.
|
class |
SQLImportConfigurationSpec
Defines the configuration used for importing data from an external database.
|
class |
TransferConfigurationSpec
Specifies the configuration used for data transfer.
|
class |
XMLImportConfigurationSpec
Specifies the configuration used to import data from an XML file.
|