Uses of Interface
com.orchestranetworks.addon.dex.configuration.ConfigurationSpec
Package
Description
Classes and interfaces to call the {addon.label} import, export and transfer.
Classes and interfaces used to generate tables, fields and mappings for the XML and SQL import, export and transfer data services.
Classes and interfaces to define specifications for the import, export and transfer data services.
-
Uses of ConfigurationSpec in com.orchestranetworks.addon.dex
Modifier and TypeMethodDescriptionDataExchangeSpec.getConfigurationSpec()
Returns the specifiedConfigurationSpec
object.Modifier and TypeMethodDescriptionvoid
DataExchangeSpec.setConfigurationSpec
(ConfigurationSpec configurationSpec) Sets aConfigurationSpec
to the specified value. -
Uses of ConfigurationSpec in com.orchestranetworks.addon.dex.common.generation
Modifier and TypeMethodDescriptionApplicationMappingHelper.getApplicationMapping
(ConfigurationSpec<T> configSpec, CommonApplication sourceApplication, CommonApplication targetApplication, TableMappingList<SC, TC> tableMappings) Returns the specifiedApplicationMapping
from mapping configurations declared in the {addon.label} dataset.ApplicationMappingHelper.getApplicationMapping
(ConfigurationSpec<T> configSpec, CommonApplication sourceApplication, CommonApplication targetApplication, Set<com.orchestranetworks.schema.Path> ebxTablePaths) Returns the specifiedApplicationMapping
from mapping configurations declared in the {addon.label} dataset. -
Uses of ConfigurationSpec in com.orchestranetworks.addon.dex.configuration
Modifier and TypeInterfaceDescriptioninterface
ExportConfigurationSpec<T extends Table>
Defines the configuration used for data export.interface
ImportConfigurationSpec<T extends Table>
Specifies the configuration used for data import.Modifier and TypeClassDescriptionfinal class
Specifies the configuration used when exporting data to a CSV file.final class
Specifies the configuration used when importing data from a CSV file.class
Defines the configuration used for exporting data to a file.class
FileImportConfigurationSpec<T extends Table>
Specifies the configuration used when importing data from a file.final class
Specifies the configuration used to export data to an Excel file.final class
Defines the configuration used when importing data from an Excel file.final class
Defines the configuration used to export data to an external database.final class
Defines the configuration used for importing data from an external database.final class
Specifies the configuration used for data transfer.final class
Specifies the configuration used when exporting data to an XML file.final class
Specifies the configuration used to import data from an XML file.