Uses of Interface
com.orchestranetworks.addon.dex.configuration.ConfigurationSpec
-
Packages that use ConfigurationSpec Package Description com.orchestranetworks.addon.dex Classes and interfaces to call the {addon.label} import, export and transfer.com.orchestranetworks.addon.dex.common.generation Classes and interfaces used to generate tables, fields and mappings for the XML and SQL import, export and transfer data services.com.orchestranetworks.addon.dex.configuration Classes and interfaces to define specifications for the import, export and transfer data services. -
-
Uses of ConfigurationSpec in com.orchestranetworks.addon.dex
Methods in com.orchestranetworks.addon.dex that return ConfigurationSpec Modifier and Type Method Description ConfigurationSpecDataExchangeSpec. getConfigurationSpec()Returns the specifiedConfigurationSpecobject.Methods in com.orchestranetworks.addon.dex with parameters of type ConfigurationSpec Modifier and Type Method Description voidDataExchangeSpec. setConfigurationSpec(ConfigurationSpec configurationSpec)Sets aConfigurationSpecto the specified value. -
Uses of ConfigurationSpec in com.orchestranetworks.addon.dex.common.generation
Methods in com.orchestranetworks.addon.dex.common.generation with parameters of type ConfigurationSpec Modifier and Type Method Description ApplicationMapping<SC,TC>ApplicationMappingHelper. getApplicationMapping(ConfigurationSpec<T> configSpec, CommonApplication sourceApplication, CommonApplication targetApplication, TableMappingList<SC,TC> tableMappings)Returns the specifiedApplicationMappingfrom mapping configurations declared in the {addon.label} dataset.ApplicationMapping<SC,TC>ApplicationMappingHelper. getApplicationMapping(ConfigurationSpec<T> configSpec, CommonApplication sourceApplication, CommonApplication targetApplication, java.util.Set<com.orchestranetworks.schema.Path> ebxTablePaths)Returns the specifiedApplicationMappingfrom mapping configurations declared in the {addon.label} dataset. -
Uses of ConfigurationSpec in com.orchestranetworks.addon.dex.configuration
Subinterfaces of ConfigurationSpec in com.orchestranetworks.addon.dex.configuration Modifier and Type Interface Description interfaceExportConfigurationSpec<T extends Table>Defines the configuration used for data export.interfaceImportConfigurationSpec<T extends Table>Specifies the configuration used for data import.Classes in com.orchestranetworks.addon.dex.configuration that implement ConfigurationSpec Modifier and Type Class Description classCSVExportConfigurationSpecSpecifies the configuration used when exporting data to a CSV file.classCSVImportConfigurationSpecSpecifies the configuration used when importing data from a CSV file.classFileExportConfigurationSpecDefines the configuration used for exporting data to a file.classFileImportConfigurationSpec<T extends Table>Specifies the configuration used when importing data from a file.classSpreadsheetExportConfigurationSpecSpecifies the configuration used to export data to an Excel file.classSpreadsheetImportConfigurationSpecDefines the configuration used when importing data from an Excel file.classSQLExportConfigurationSpecDefines the configuration used to export data to an external database.classSQLImportConfigurationSpecDefines the configuration used for importing data from an external database.classTransferConfigurationSpecSpecifies the configuration used for data transfer.classXMLExportConfigurationSpecSpecifies the configuration used when exporting data to an XML file.classXMLImportConfigurationSpecSpecifies the configuration used to import data from an XML file.
-