Package | Description |
---|---|
com.orchestranetworks.addon.dex |
Classes and interfaces to call the {addon.label} import, export and transfer.
|
com.orchestranetworks.addon.dex.result |
Classes and interfaces to define a result when executing data import, export and transfer.
|
Modifier and Type | Method and Description |
---|---|
DataExchangeResult |
DataExchangeService.execute(DataExchangeExportTableSpec exportSpec)
Returns the export result with the prepared list of each
table's records or table filter.
|
DataExchangeResult |
DataExchangeService.execute(DataExchangeSpec spec)
Returns the result of the import, export or transfer.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
DataExchangeResult.CSVExport
Stores data results when executing the CSV export.
|
static interface |
DataExchangeResult.CSVImport
Stores data results when executing CSV import.
|
static interface |
DataExchangeResult.SpreadsheetExport
Stores data results when executing Excel export.
|
static interface |
DataExchangeResult.SpreadsheetImport
Stores data results when executing Excel import.
|
static interface |
DataExchangeResult.SQLExport
Stores data results when executing SQL export.
|
static interface |
DataExchangeResult.SQLImport
Stores data results when executing SQL import.
|
static interface |
DataExchangeResult.Transfer
Stores data results when executing a data transfer.
|
static interface |
DataExchangeResult.XMLExport
Stores data results when executing XML export.
|
static interface |
DataExchangeResult.XMLImport
Stores data results when executing XML import.
|