| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationMapping<SC,TC> |
ApplicationMappingHelper.getApplicationMapping(ConfigurationSpec<T> configSpec,
CommonApplication sourceApplication,
CommonApplication targetApplication,
TableMappingList<SC,TC> tableMappings)
Returns the specified
ApplicationMapping from mapping configurations declared in the EBX® Data Exchange Add-on dataset. |
| Modifier and Type | Method and Description |
|---|---|
TableMappingList<SC,TC> |
ApplicationMapping.getTableMappings()
Returns the list of table mappings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableMappingList.addAll(TableMappingList<SC,TC> tableMappingList)
Adds all of the elements in the specified
TableMappingList instance to the end of this list. |
void |
ApplicationMapping.setTableMappings(TableMappingList<SC,TC> tableMappings)
Sets the list of table mappings.
|
| Constructor and Description |
|---|
ApplicationMapping(CommonApplication sourceApplication,
CommonApplication targetApplication,
TableMappingList<SC,TC> tableMappings) |