Uses of Interface
com.orchestranetworks.addon.dex.result.DataExchangeResult
Package
Description
Classes and interfaces to call the {addon.label} import, export and transfer.
Classes and interfaces to define a result when executing data import, export and transfer.
-
Uses of DataExchangeResult in com.orchestranetworks.addon.dex
Modifier and TypeMethodDescriptionDataExchangeService.execute
(DataExchangeExportTableSpec exportSpec) Returns the export result with the prepared list of each table's records or table filter.DataExchangeService.execute
(DataExchangeSpec spec) Returns the result of the import, export or transfer. -
Uses of DataExchangeResult in com.orchestranetworks.addon.dex.result
Modifier and TypeInterfaceDescriptionstatic interface
Stores data results when executing the CSV export.static interface
Stores data results when executing CSV import.static interface
Stores data results when executing Excel export.static interface
Stores data results when executing Excel import.static interface
Stores data results when executing SQL export.static interface
Stores data results when executing SQL import.static interface
Stores data results when executing a data transfer.static interface
Stores data results when executing XML export.static interface
Stores data results when executing XML import.