Uses of Interface
com.orchestranetworks.addon.dex.result.DataExchangeResult
Packages that use 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
Methods in com.orchestranetworks.addon.dex that return DataExchangeResultModifier 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
Subinterfaces of DataExchangeResult in com.orchestranetworks.addon.dex.resultModifier 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.