Uses of Interface
com.orchestranetworks.addon.dex.mapping.Table
-
Packages that use Table Package Description 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.com.orchestranetworks.addon.dex.mapping Classes and interfaces to configure mapping between source and target applications.com.orchestranetworks.addon.dex.result Classes and interfaces to define a result when executing data import, export and transfer.com.orchestranetworks.addon.dex.transformation Classes and interfaces to call {addon.label} transformation functions for the import, export and transfer data services. -
-
Uses of Table in com.orchestranetworks.addon.dex.common.generation
Classes in com.orchestranetworks.addon.dex.common.generation with type parameters of type Table Modifier and Type Interface Description interfaceApplicationMappingHelper<SC extends Field,TC extends Field,T extends Table<SC>>Provides the methods to getApplicationMapping.interfaceTableGeneration<F extends Field,T extends Table<F>>Provides the methods to generate aTableGenerationResultinstance.classTableGenerationResult<C extends Field,T extends Table<C>>Defines table generation results.interfaceTableHelper<F extends Field,T extends Table<F>,S extends TableHelperSpec>Provides the methods to get theTabledeclared in the {addon.label} dataset. -
Uses of Table in com.orchestranetworks.addon.dex.configuration
Classes in com.orchestranetworks.addon.dex.configuration with type parameters of type Table Modifier and Type Interface Description interfaceConfigurationSpec<T extends Table>Specifies the configuration used for data import, export and transfer.interfaceExportConfigurationSpec<T extends Table>Defines the configuration used for data export.classFileImportConfigurationSpec<T extends Table>Specifies the configuration used when importing data from a file.interfaceImportConfigurationSpec<T extends Table>Specifies the configuration used for data import. -
Uses of Table in com.orchestranetworks.addon.dex.mapping
Classes in com.orchestranetworks.addon.dex.mapping that implement Table Modifier and Type Class Description classCSVTableSpecifies the configuration for a CSV table.classEBXTableSpecifies the configuration used for an EBX® table.classSpreadsheetTableDefines the configuration used for a spreadsheet table.classSQLTableDefines the configuration for a table in an external database.classXMLTableDefines the configuration used for an XML table.Methods in com.orchestranetworks.addon.dex.mapping that return Table Modifier and Type Method Description TableFieldMapperContext. getSourceTable()Returns the source table.Table<SC>TableMapping. getSourceTable()Returns the specified source table.Table<F>Record. getTable()Returns the specified table which contains this record.TableFieldMapperContext. getTargetTable()Returns the target table.Table<TC>TableMapping. getTargetTable()Returns the specified target table.Constructors in com.orchestranetworks.addon.dex.mapping with parameters of type Table Constructor Description TableMapping(Table<SC> sourceTable, Table<TC> targetTable)TableMapping(Table<SC> sourceTable, Table<TC> targetTable, FieldMappingList<SC,TC> fieldMappingList) -
Uses of Table in com.orchestranetworks.addon.dex.result
Methods in com.orchestranetworks.addon.dex.result that return Table Modifier and Type Method Description TableResult. getSourceTable()Returns the specified source table.TableResult. getTargetTable()Returns the specified target table. -
Uses of Table in com.orchestranetworks.addon.dex.transformation
Methods in com.orchestranetworks.addon.dex.transformation that return Table Modifier and Type Method Description TableTransformationConfigurationContext. getSourceTable()Returns the source table.TableTransformationConfigurationContext. getTargetTable()Returns the target table.
-