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<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 | Method and Description |
---|---|
List<XMLField> |
XMLTable.getFields()
Returns the list of
XMLField object fields. |
Modifier and Type | Method and Description |
---|---|
void |
XMLTable.setFields(List<XMLField> fields)
Sets a list of
XMLField object fields to this table. |
Constructor and Description |
---|
XMLTable(String xmlPath,
List<XMLField> fields) |