Package | Description |
---|---|
com.orchestranetworks.addon.dataexchange |
Classes and interfaces to call {addon.label} import, export and transfer data.
|
Modifier and Type | Method and Description |
---|---|
Set<SQLMappingTable> |
DataExchangeImportSQLSpec.getSQLMappingTables()
Deprecated.
Returns a set of
SQLMappingTable instances. |
Set<SQLMappingTable> |
DataExchangeExportSQLSpec.getSQLMappingTables()
Deprecated.
Returns a set of
SQLMappingTable instances. |
Modifier and Type | Method and Description |
---|---|
void |
DataExchangeImportSQLSpec.setSQLMappingTables(Set<SQLMappingTable> sqlMappingTables)
Deprecated.
Sets values for a set of
SQLMappingTable instances. |
void |
DataExchangeExportSQLSpec.setSQLMappingTables(Set<SQLMappingTable> sqlMappingTables)
Deprecated.
Sets values for a set of
SQLMappingTable instances. |