| Package | Description |
|---|---|
| com.orchestranetworks.addon.dataexchange.transformation |
Classes and interfaces to call EBX® Data Exchange Add-on transformation functions to convert data for import, export and transfer.
|
| com.orchestranetworks.addon.dex |
Classes and interfaces to call the EBX® Data Exchange Add-on import, export and transfer.
|
| com.orchestranetworks.addon.dex.common |
Provides the classes and interfaces used to supply a context for integrating EBX® Data Exchange Add-on services.
|
| com.orchestranetworks.addon.dex.mapping |
Classes and interfaces to configure mapping between source and target applications.
|
| Modifier and Type | Field and Description |
|---|---|
static ApplicationType |
ApplicationType.CSV
Specifies the application type used to import/ export data from/to a CSV file.
|
static ApplicationType |
ApplicationType.DEFAULT_SQL
Specifies that the application type relies on default SQL paths created by EBX® Data Exchange Add-on when an SQL import or export process executes.
|
static ApplicationType |
ApplicationType.DEFAULT_XML
Specifies that the application type relies on default XML paths created by EBX® Data Exchange Add-on when an XML import or export process executes.
|
static ApplicationType |
ApplicationType.EBX
Specifies the application type used to transfer data between two datasets in EBX®.
|
static ApplicationType |
ApplicationType.EXCEL
Specifies the application type used to import/ export data from/to an Excel file.
|
static ApplicationType |
ApplicationType.UNKNOWN
Specifies an unidentified type.
|
static ApplicationType |
ApplicationType.XML
Specifies the application type used to import/ export data from/to an XML file.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationType |
TransformationConfigurationContext.getSourceType()
Deprecated.
Returns the source application type.
|
ApplicationType |
TransformationConfigurationContext.getTargetType()
Deprecated.
Returns the target application type.
|
static ApplicationType |
ApplicationType.parse(String value)
Returns the application type instance corresponding to the value specified.
|
| Constructor and Description |
|---|
DataExchangeExportTableSpecBuilder(com.onwbp.adaptation.Adaptation sourceDataset,
ApplicationType targetApplicationType,
com.orchestranetworks.service.Session session) |
| Modifier and Type | Method and Description |
|---|---|
CommonApplication |
CommonApplicationMappingFactory.createCommonApplication(String logicalName,
ApplicationType applicationType)
Creates an instance of
CommonApplication with the specific logical name and ApplicationType. |
CommonApplication |
CommonApplicationMappingFactory.getCommonApplication(com.orchestranetworks.instance.Repository repository,
String universalName,
ApplicationType applicationType)
Returns an instance of
CommonApplication with a specific universal name and ApplicationType. |
| Modifier and Type | Method and Description |
|---|---|
ApplicationType |
CommonApplication.getApplicationType()
Returns the type of this
CommonApplication. |
| Constructor and Description |
|---|
CommonApplication(String logicalName,
ApplicationType applicationType) |