Uses of Class
com.orchestranetworks.addon.dex.mapping.EBXField
Packages that use 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
Methods in com.orchestranetworks.addon.dex.common.generation that return types with arguments of type EBXFieldModifier and TypeMethodDescriptionCSVExportApplicationMappingHelper.getApplicationMapping(CSVExportConfigurationSpec configSpec) Returns the specifiedApplicationMappingfor default CSV export.CSVImportApplicationMappingHelper.getApplicationMapping(CSVImportConfigurationSpec configSpec) Returns the specifiedApplicationMappingfor default CSV import.SpreadsheetExportApplicationMappingHelper.getApplicationMapping(SpreadsheetExportConfigurationSpec configSpec) Returns the specifiedApplicationMappingfor default spreadsheet export.SpreadsheetImportApplicationMappingHelper.getApplicationMapping(SpreadsheetImportConfigurationSpec configSpec) Returns the specifiedApplicationMappingfor default spreadsheet import.SQLExportApplicationMappingHelper.getApplicationMapping(SQLExportConfigurationSpec configSpec) Returns the specifiedApplicationMappingfor default SQL export.SQLImportApplicationMappingHelper.getApplicationMapping(SQLImportConfigurationSpec configSpec) Returns the specifiedApplicationMappingfor default SQL import.TransferApplicationMappingHelper.getApplicationMapping(TransferConfigurationSpec configSpec) Returns the specifiedApplicationMappinginstance for data transfer within the same data model.TransferApplicationMappingHelper.getApplicationMapping(TransferConfigurationSpec configSpec) Returns the specifiedApplicationMappinginstance for data transfer within the same data model.XMLExportApplicationMappingHelper.getApplicationMapping(XMLExportConfigurationSpec configSpec) Returns the specifiedApplicationMappingfor default XML export.XMLImportApplicationMappingHelper.getApplicationMapping(XMLImportConfigurationSpec configSpec) Returns the specifiedApplicationMappingfor default XML import. -
Uses of EBXField in com.orchestranetworks.addon.dex.mapping
Subclasses of EBXField in com.orchestranetworks.addon.dex.mappingModifier and TypeClassDescriptionfinal classSpecifies the configuration used for an EBX® reference field.Methods in com.orchestranetworks.addon.dex.mapping that return EBXFieldModifier and TypeMethodDescriptionFieldMapping.getReferenceField()Returns theEBXLinkFieldthat 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.Methods in com.orchestranetworks.addon.dex.mapping that return types with arguments of type EBXFieldMethods in com.orchestranetworks.addon.dex.mapping with parameters of type EBXFieldModifier and TypeMethodDescriptionvoidFieldMapping.setReferenceField(EBXField referenceField) Sets theEBXLinkFieldthat 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.Method parameters in com.orchestranetworks.addon.dex.mapping with type arguments of type EBXFieldConstructor parameters in com.orchestranetworks.addon.dex.mapping with type arguments of type EBXField -
Uses of EBXField in com.orchestranetworks.addon.dex.validator
Methods in com.orchestranetworks.addon.dex.validator with parameters of type EBXField