Package | Description |
---|---|
com.orchestranetworks.addon.dex.common |
Provides the classes and interfaces used to supply a context for integrating {addon.label} services.
|
com.orchestranetworks.addon.dex.common.generation |
Classes and interfaces used to generate tables, fields and mappings for the XML and SQL import, export and transfer data services.
|
com.orchestranetworks.addon.dex.mapping |
Classes and interfaces to configure mapping between source and target applications.
|
com.orchestranetworks.addon.dex.result |
Classes and interfaces to define a result when executing data import, export and transfer.
|
com.orchestranetworks.addon.dex.transformation |
Classes and interfaces to call {addon.label} transformation
functions for the import, export and transfer data services.
|
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 . |
CommonApplication |
CommonApplicationMappingFactory.getEBXCommonApplication(com.onwbp.adaptation.Adaptation dataset,
Locale locale)
Returns an instance of
CommonApplication for EBX® application. |
Modifier and Type | Method and Description |
---|---|
ApplicationMapping<SC,TC> |
ApplicationMappingHelper.getApplicationMapping(ConfigurationSpec<T> configSpec,
CommonApplication sourceApplication,
CommonApplication targetApplication,
Set<com.orchestranetworks.schema.Path> ebxTablePaths)
Returns the specified
ApplicationMapping from mapping configurations declared in the {addon.label} dataset. |
ApplicationMapping<SC,TC> |
ApplicationMappingHelper.getApplicationMapping(ConfigurationSpec<T> configSpec,
CommonApplication sourceApplication,
CommonApplication targetApplication,
TableMappingList<SC,TC> tableMappings)
Returns the specified
ApplicationMapping from mapping configurations declared in the {addon.label} dataset. |
Modifier and Type | Method and Description |
---|---|
CommonApplication |
ApplicationMapping.getSourceApplication()
Returns the
CommonApplication instance to represent the source application. |
CommonApplication |
ApplicationMapping.getTargetApplication()
Returns the
CommonApplication instance to represent the target application. |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationMapping.setSourceApplication(CommonApplication sourceApplication)
Sets the source application.
|
void |
ApplicationMapping.setTargetApplication(CommonApplication targetApplication)
Sets the target application.
|
Constructor and Description |
---|
ApplicationMapping(CommonApplication sourceApplication,
CommonApplication targetApplication) |
ApplicationMapping(CommonApplication sourceApplication,
CommonApplication targetApplication,
TableMappingList<SC,TC> tableMappings) |
Modifier and Type | Method and Description |
---|---|
CommonApplication |
DataExchangeResult.getSourceApplication()
Returns the specified source application.
|
CommonApplication |
DataExchangeResult.getTargetApplication()
Returns the specified target application.
|
Modifier and Type | Method and Description |
---|---|
CommonApplication |
TransformationConfigurationContext.getSourceApplication()
Returns the source application.
|
CommonApplication |
TransformationConfigurationContext.getTargetApplication()
Returns the target application.
|