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 interfaceStores data results when executing the CSV export.static interfaceStores data results when executing CSV import.static interfaceStores data results when executing Excel export.static interfaceStores data results when executing Excel import.static interfaceStores data results when executing SQL export.static interfaceStores data results when executing SQL import.static interfaceStores data results when executing a data transfer.static interfaceStores data results when executing XML export.static interfaceStores data results when executing XML import.