| 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 DataExchangeExportType |
DataExchangeExportType.EXPORT_DEFAULT_SQL
Deprecated.
An export type corresponding to the default SQL format option.
|
static DataExchangeExportType |
DataExchangeExportType.EXPORT_DEFAULT_XML
Deprecated.
An export type corresponding to the default XML format option.
|
static DataExchangeExportType |
DataExchangeExportType.EXPORT_XML
Deprecated.
An export type corresponding to a user-defined XML format option.
|
static DataExchangeExportType |
DataExchangeExportType.UNKNOWN
Deprecated.
An export type corresponding to an unknown execution.
|
| Modifier and Type | Method and Description |
|---|---|
DataExchangeExportType |
DataExchangeExportSpec.getExportType()
Deprecated.
Returns export type of this
DataExchangeExportSpec. |
static DataExchangeExportType |
DataExchangeExportType.parse(String value)
Deprecated.
Returns an export type by given string
value. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataExchangeExportSpec.setExportType(DataExchangeExportType exportType)
Deprecated.
Sets export type to this
DataExchangeExportSpec. |