Uses of Class
com.orchestranetworks.addon.dex.mapping.EBXField
-
Packages that use EBXField 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.mapping Classes and interfaces to configure mapping between source and target applications.com.orchestranetworks.addon.dex.validator 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 EBXField Modifier and Type Method Description ApplicationMapping<EBXField,CSVField>CSVExportApplicationMappingHelper. getApplicationMapping(CSVExportConfigurationSpec configSpec)Returns the specifiedApplicationMappingfor default CSV export.ApplicationMapping<CSVField,EBXField>CSVImportApplicationMappingHelper. getApplicationMapping(CSVImportConfigurationSpec configSpec)Returns the specifiedApplicationMappingfor default CSV import.ApplicationMapping<EBXField,SpreadsheetField>SpreadsheetExportApplicationMappingHelper. getApplicationMapping(SpreadsheetExportConfigurationSpec configSpec)Returns the specifiedApplicationMappingfor default spreadsheet export.ApplicationMapping<SpreadsheetField,EBXField>SpreadsheetImportApplicationMappingHelper. getApplicationMapping(SpreadsheetImportConfigurationSpec configSpec)Returns the specifiedApplicationMappingfor default spreadsheet import.ApplicationMapping<EBXField,SQLField>SQLExportApplicationMappingHelper. getApplicationMapping(SQLExportConfigurationSpec configSpec)Returns the specifiedApplicationMappingfor default SQL export.ApplicationMapping<SQLField,EBXField>SQLImportApplicationMappingHelper. getApplicationMapping(SQLImportConfigurationSpec configSpec)Returns the specifiedApplicationMappingfor default SQL import.ApplicationMapping<EBXField,EBXField>TransferApplicationMappingHelper. getApplicationMapping(TransferConfigurationSpec configSpec)Returns the specifiedApplicationMappinginstance for data transfer within the same data model.ApplicationMapping<EBXField,EBXField>TransferApplicationMappingHelper. getApplicationMapping(TransferConfigurationSpec configSpec)Returns the specifiedApplicationMappinginstance for data transfer within the same data model.ApplicationMapping<EBXField,XMLField>XMLExportApplicationMappingHelper. getApplicationMapping(XMLExportConfigurationSpec configSpec)Returns the specifiedApplicationMappingfor default XML export.ApplicationMapping<XMLField,EBXField>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.mapping Modifier and Type Class Description classEBXLinkFieldSpecifies the configuration used for an EBX® reference field.Methods in com.orchestranetworks.addon.dex.mapping that return EBXField Modifier and Type Method Description EBXFieldFieldMapping. 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 EBXField Modifier and Type Method Description java.util.List<EBXField>EBXTable. getFields()Returns the list ofEBXFieldfields.Methods in com.orchestranetworks.addon.dex.mapping with parameters of type EBXField Modifier and Type Method Description voidFieldMapping. 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 EBXField Modifier and Type Method Description voidEBXTable. setFields(java.util.List<EBXField> fields)Sets a list ofEBXFieldfields to this table.Constructor parameters in com.orchestranetworks.addon.dex.mapping with type arguments of type EBXField Constructor Description EBXTable(com.onwbp.adaptation.AdaptationTable adaptationTable, java.util.List<EBXField> fields) -
Uses of EBXField in com.orchestranetworks.addon.dex.validator
Methods in com.orchestranetworks.addon.dex.validator with parameters of type EBXField Modifier and Type Method Description java.lang.ObjectValidatorContext. getValue(EBXField field)Returns the value which will be imported or transfered to a target node in the data model.
-