| Package | Description |
|---|---|
| com.orchestranetworks.addon.dataexchange |
Classes and interfaces to call EBX® Data Exchange Add-on import, export and transfer data.
|
| Modifier and Type | Field and Description |
|---|---|
static DataExchangeTransferType |
DataExchangeTransferType.TRANSFER_DATA
Deprecated.
A transfer type corresponding to transfer data action.
|
static DataExchangeTransferType |
DataExchangeTransferType.UNKNOWN
Deprecated.
An unknown transfer type.
|
| Modifier and Type | Method and Description |
|---|---|
DataExchangeTransferType |
DataExchangeTransferSpec.getTransferType()
Deprecated.
Returns the transfer type (
DataExchangeTransferType) of the
specified value. |
static DataExchangeTransferType |
DataExchangeTransferType.parse(String value)
Deprecated.
Returns a transfer type by given string
value. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataExchangeTransferSpec.setTransferType(DataExchangeTransferType transferType)
Deprecated.
Sets the transfer type (
DataExchangeTransferType) to the
specified value. |