Uses of Interface
com.orchestranetworks.addon.dex.mapping.Table
Package
Description
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.
Classes and interfaces to configure mapping between source and target applications.
Classes and interfaces to define a result when executing data import, export and transfer.
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
Modifier and TypeInterfaceDescriptioninterface
ApplicationMappingHelper<SC extends Field,
TC extends Field, T extends Table<SC>> Provides the methods to getApplicationMapping
.interface
TableGeneration<F extends Field,
T extends Table<F>> Provides the methods to generate aTableGenerationResult
instance.final class
TableGenerationResult<C extends Field,
T extends Table<C>> Defines table generation results.interface
TableHelper<F extends Field,
T extends Table<F>, S extends TableHelperSpec> Provides the methods to get theTable
declared in the {addon.label} dataset. -
Uses of Table in com.orchestranetworks.addon.dex.configuration
Modifier and TypeInterfaceDescriptioninterface
ConfigurationSpec<T extends Table>
Specifies the configuration used for data import, export and transfer.interface
ExportConfigurationSpec<T extends Table>
Defines the configuration used for data export.class
FileImportConfigurationSpec<T extends Table>
Specifies the configuration used when importing data from a file.interface
ImportConfigurationSpec<T extends Table>
Specifies the configuration used for data import. -
Uses of Table in com.orchestranetworks.addon.dex.mapping
Modifier and TypeClassDescriptionfinal class
Specifies the configuration for a CSV table.class
Specifies the configuration used for an EBX® table.final class
Defines the configuration used for a spreadsheet table.class
Defines the configuration for a table in an external database.final class
Defines the configuration used for an XML table.Modifier and TypeMethodDescriptionFieldMapperContext.getSourceTable()
Returns the source table.TableMapping.getSourceTable()
Returns the specified source table.Record.getTable()
Returns the specified table which contains this record.FieldMapperContext.getTargetTable()
Returns the target table.TableMapping.getTargetTable()
Returns the specified target table.ModifierConstructorDescriptionTableMapping
(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
Modifier and TypeMethodDescriptionResult.getSourceTable()
Returns the specified source table.Result.getTargetTable()
Returns the specified target table. -
Uses of Table in com.orchestranetworks.addon.dex.transformation
Modifier and TypeMethodDescriptionTransformationConfigurationContext.getSourceTable()
Returns the source table.TransformationConfigurationContext.getTargetTable()
Returns the target table.