| Package | Description |
|---|---|
| com.orchestranetworks.addon.dataexchange |
Classes and interfaces to call {addon.label} import, export and transfer data.
|
| com.orchestranetworks.addon.dataexchange.transformation |
Classes and interfaces to call {addon.label} transformation functions to convert data for import, export and transfer.
|
| Modifier and Type | Field and Description |
|---|---|
static DataExchangeServiceType |
DataExchangeServiceType.EXPORT
Deprecated.
A service type corresponding to the process of exporting data.
|
static DataExchangeServiceType |
DataExchangeServiceType.IMPORT
Deprecated.
A service type corresponding to the process of importing data.
|
static DataExchangeServiceType |
DataExchangeServiceType.TRANSFER
Deprecated.
A service type corresponding to the process of transferring data.
|
static DataExchangeServiceType |
DataExchangeServiceType.UNKNOWN
Deprecated.
An unknown service type.
|
| Modifier and Type | Method and Description |
|---|---|
static DataExchangeServiceType |
DataExchangeServiceType.parse(String value)
Deprecated.
Returns a service type by given string
value. |
| Modifier and Type | Method and Description |
|---|---|
DataExchangeServiceType |
TransformationConfigurationContext.getServiceType()
Deprecated.
Returns the service type.
|