Package | Description |
---|---|
com.orchestranetworks.addon.dex.configuration |
Classes and interfaces to define specifications for the 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 |
---|---|
Map<TableMapping,FieldMapperDefinition> |
SQLImportConfigurationSpec.getFieldMapperDefinitions()
Returns the map of the
FieldMapperDefinition implementations and
TableMapping instance as the key parameter. |
Map<TableMapping,FieldMapperDefinition> |
SQLExportConfigurationSpec.getFieldMapperDefinitions()
Returns the map of the
FieldMapperDefinition implementations and a
TableMapping instance as the key parameter. |
Modifier and Type | Method and Description |
---|---|
void |
SQLImportConfigurationSpec.setFieldMapperDefinitions(Map<TableMapping,FieldMapperDefinition> fieldMapperDefinitions)
Sets a map of the
FieldMapperDefinition implementations and
TableMapping instance as the key parameter. |
void |
SQLExportConfigurationSpec.setFieldMapperDefinitions(Map<TableMapping,FieldMapperDefinition> fieldMapperDefinitions)
Sets a map of the
FieldMapperDefinition implementations and a
TableMapping instance as the key parameter. |
Modifier and Type | Method and Description |
---|---|
Iterator<TableMapping<SC,TC>> |
TableMappingList.iterator()
Returns an iterator over the elements in this list in proper sequence.
|
Modifier and Type | Method and Description |
---|---|
void |
TableMappingList.add(TableMapping<SC,TC> tableMapping)
Adds a
TableMapping instance to this list. |