Uses of Interface
com.orchestranetworks.addon.dex.configuration.ConfigurationSpec
Packages that use 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
Methods in com.orchestranetworks.addon.dex that return ConfigurationSpecModifier and TypeMethodDescriptionDataExchangeSpec.getConfigurationSpec()Returns the specifiedConfigurationSpecobject.Methods in com.orchestranetworks.addon.dex with parameters of type ConfigurationSpecModifier and TypeMethodDescriptionvoidDataExchangeSpec.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 ConfigurationSpecModifier and TypeMethodDescriptionApplicationMappingHelper.getApplicationMapping(ConfigurationSpec<T> configSpec, CommonApplication sourceApplication, CommonApplication targetApplication, TableMappingList<SC, TC> tableMappings) Returns the specifiedApplicationMappingfrom 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 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.configurationModifier and TypeInterfaceDescriptioninterfaceExportConfigurationSpec<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 ConfigurationSpecModifier and TypeClassDescriptionfinal classSpecifies the configuration used when exporting data to a CSV file.final classSpecifies the configuration used when importing data from a CSV file.classDefines the configuration used for exporting data to a file.classFileImportConfigurationSpec<T extends Table>Specifies the configuration used when importing data from a file.final classSpecifies the configuration used to export data to an Excel file.final classDefines the configuration used when importing data from an Excel file.final classDefines the configuration used to export data to an external database.final classDefines the configuration used for importing data from an external database.final classSpecifies the configuration used for data transfer.final classSpecifies the configuration used when exporting data to an XML file.final classSpecifies the configuration used to import data from an XML file.