| Package | Description |
|---|---|
| com.orchestranetworks.addon.dataexchange |
Classes and interfaces to call {addon.label} import, export and transfer data.
|
| Modifier and Type | Field and Description |
|---|---|
static DataExchangeImportType |
DataExchangeImportType.IMPORT_DEFAULT_SQL
Deprecated.
An import type corresponding to the SQL import process.
|
static DataExchangeImportType |
DataExchangeImportType.IMPORT_XML
Deprecated.
An import type corresponding to the XML import process.
|
static DataExchangeImportType |
DataExchangeImportType.UNKNOWN
Deprecated.
An undefined type.
|
| Modifier and Type | Method and Description |
|---|---|
DataExchangeImportType |
DataExchangeImportSpec.getImportType()
Deprecated.
Returns the specified import type.
|
static DataExchangeImportType |
DataExchangeImportType.parse(String value)
Deprecated.
Returns a
DataExchangeImportType by the given string value. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataExchangeImportSpec.setImportType(DataExchangeImportType importType)
Deprecated.
Sets an import type to the specified value.
|