Uses of Class
com.orchestranetworks.addon.dex.mapping.EBXField
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 configure mapping between source and target applications.
Classes and interfaces to call {addon.label} import Excel, CSV, XML and transfer data services using validator.
-
Uses of EBXField in com.orchestranetworks.addon.dex.common.generation
Modifier and TypeMethodDescriptionCSVExportApplicationMappingHelper.getApplicationMapping
(CSVExportConfigurationSpec configSpec) Returns the specifiedApplicationMapping
for default CSV export.CSVImportApplicationMappingHelper.getApplicationMapping
(CSVImportConfigurationSpec configSpec) Returns the specifiedApplicationMapping
for default CSV import.SpreadsheetExportApplicationMappingHelper.getApplicationMapping
(SpreadsheetExportConfigurationSpec configSpec) Returns the specifiedApplicationMapping
for default spreadsheet export.SpreadsheetImportApplicationMappingHelper.getApplicationMapping
(SpreadsheetImportConfigurationSpec configSpec) Returns the specifiedApplicationMapping
for default spreadsheet import.SQLExportApplicationMappingHelper.getApplicationMapping
(SQLExportConfigurationSpec configSpec) Returns the specifiedApplicationMapping
for default SQL export.SQLImportApplicationMappingHelper.getApplicationMapping
(SQLImportConfigurationSpec configSpec) Returns the specifiedApplicationMapping
for default SQL import.TransferApplicationMappingHelper.getApplicationMapping
(TransferConfigurationSpec configSpec) Returns the specifiedApplicationMapping
instance for data transfer within the same data model.TransferApplicationMappingHelper.getApplicationMapping
(TransferConfigurationSpec configSpec) Returns the specifiedApplicationMapping
instance for data transfer within the same data model.XMLExportApplicationMappingHelper.getApplicationMapping
(XMLExportConfigurationSpec configSpec) Returns the specifiedApplicationMapping
for default XML export.XMLImportApplicationMappingHelper.getApplicationMapping
(XMLImportConfigurationSpec configSpec) Returns the specifiedApplicationMapping
for default XML import. -
Uses of EBXField in com.orchestranetworks.addon.dex.mapping
Modifier and TypeClassDescriptionfinal class
Specifies the configuration used for an EBX® reference field.Modifier and TypeMethodDescriptionFieldMapping.getReferenceField()
Returns theEBXLinkField
that composes the primary key of the table referenced by the EBX® source, or target field when the source or target field is a foreign key.Modifier and TypeMethodDescriptionvoid
FieldMapping.setReferenceField
(EBXField referenceField) Sets theEBXLinkField
that composes the primary key of the table referenced by the EBX® source, or target field when the source or target field is a foreign key. -
Uses of EBXField in com.orchestranetworks.addon.dex.validator