Uses of Interface
com.orchestranetworks.addon.dex.mapping.Table
Packages that use 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
Classes in com.orchestranetworks.addon.dex.common.generation with type parameters of type TableModifier and TypeInterfaceDescriptioninterfaceApplicationMappingHelper<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.final 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 TableModifier and TypeInterfaceDescriptioninterfaceConfigurationSpec<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 TableModifier and TypeClassDescriptionfinal classSpecifies the configuration for a CSV table.classSpecifies the configuration used for an EBX® table.final classDefines the configuration used for a spreadsheet table.classDefines the configuration for a table in an external database.final classDefines the configuration used for an XML table.Methods in com.orchestranetworks.addon.dex.mapping that return TableModifier 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.Constructors in com.orchestranetworks.addon.dex.mapping with parameters of type TableModifierConstructorDescriptionTableMapping(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 TableModifier and TypeMethodDescriptionResult.getSourceTable()Returns the specified source table.Result.getTargetTable()Returns the specified target table. -
Uses of Table in com.orchestranetworks.addon.dex.transformation
Methods in com.orchestranetworks.addon.dex.transformation that return TableModifier and TypeMethodDescriptionTransformationConfigurationContext.getSourceTable()Returns the source table.TransformationConfigurationContext.getTargetTable()Returns the target table.