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.
|
Modifier and Type | Method and Description |
---|---|
ApplicationMapping<EBXField,CSVField> |
CSVExportApplicationMappingHelper.getApplicationMapping(CSVExportConfigurationSpec configSpec)
Returns the specified
ApplicationMapping for default CSV export. |
ApplicationMapping<CSVField,EBXField> |
CSVImportApplicationMappingHelper.getApplicationMapping(CSVImportConfigurationSpec configSpec)
Returns the specified
ApplicationMapping for default CSV import. |
ApplicationMapping<EBXField,SpreadsheetField> |
SpreadsheetExportApplicationMappingHelper.getApplicationMapping(SpreadsheetExportConfigurationSpec configSpec)
Returns the specified
ApplicationMapping for default spreadsheet
export. |
ApplicationMapping<SpreadsheetField,EBXField> |
SpreadsheetImportApplicationMappingHelper.getApplicationMapping(SpreadsheetImportConfigurationSpec configSpec)
Returns the specified
ApplicationMapping for default spreadsheet
import. |
ApplicationMapping<EBXField,SQLField> |
SQLExportApplicationMappingHelper.getApplicationMapping(SQLExportConfigurationSpec configSpec)
Returns the specified
ApplicationMapping for default SQL export. |
ApplicationMapping<SQLField,EBXField> |
SQLImportApplicationMappingHelper.getApplicationMapping(SQLImportConfigurationSpec configSpec)
Returns the specified
ApplicationMapping for default SQL import. |
ApplicationMapping<EBXField,EBXField> |
TransferApplicationMappingHelper.getApplicationMapping(TransferConfigurationSpec configSpec)
Returns the specified
ApplicationMapping instance for data transfer within the same data model. |
ApplicationMapping<EBXField,EBXField> |
TransferApplicationMappingHelper.getApplicationMapping(TransferConfigurationSpec configSpec)
Returns the specified
ApplicationMapping instance for data transfer within the same data model. |
ApplicationMapping<EBXField,XMLField> |
XMLExportApplicationMappingHelper.getApplicationMapping(XMLExportConfigurationSpec configSpec)
Returns the specified
ApplicationMapping for default XML export. |
ApplicationMapping<XMLField,EBXField> |
XMLImportApplicationMappingHelper.getApplicationMapping(XMLImportConfigurationSpec configSpec)
Returns the specified
ApplicationMapping for default XML import. |
Modifier and Type | Class and Description |
---|---|
class |
EBXLinkField
Specifies the configuration used for an EBX® reference field.
|
Modifier and Type | Method and Description |
---|---|
EBXField |
FieldMapping.getReferenceField()
Returns the
EBXLinkField 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 Type | Method and Description |
---|---|
List<EBXField> |
EBXTable.getFields()
Returns the list of
EBXField fields. |
Modifier and Type | Method and Description |
---|---|
void |
FieldMapping.setReferenceField(EBXField referenceField)
Sets the
EBXLinkField 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 Type | Method and Description |
---|---|
void |
EBXTable.setFields(List<EBXField> fields)
Sets a list of
EBXField fields to this table. |
Constructor and Description |
---|
EBXTable(com.onwbp.adaptation.AdaptationTable adaptationTable,
List<EBXField> fields) |
Modifier and Type | Method and Description |
---|---|
Object |
ValidatorContext.getValue(EBXField field)
Returns the value which will be imported or transfered to a target node in the data model.
|