Uses of Class
com.orchestranetworks.addon.dex.mapping.CommonApplication
Package
Description
Provides the classes and interfaces used to supply a context for integrating {addon.label} services.
Classes and interfaces used to generate tables, fields and mappings for the XML and SQL import, export and transfer data services.
Classes and interfaces to configure mapping between source and target applications.
Classes and interfaces to define a result when executing data import, export and transfer.
Classes and interfaces to call {addon.label} transformation
functions for the import, export and transfer data services.
-
Uses of CommonApplication in com.orchestranetworks.addon.dex.common
Modifier and TypeMethodDescriptionCommonApplicationMappingFactory.createCommonApplication
(String logicalName, ApplicationType applicationType) Creates an instance ofCommonApplication
with the specific logical name andApplicationType
.CommonApplicationMappingFactory.getCommonApplication
(com.orchestranetworks.instance.Repository repository, String universalName, ApplicationType applicationType) Returns an instance ofCommonApplication
with a specific universal name andApplicationType
.CommonApplicationMappingFactory.getEBXCommonApplication
(com.onwbp.adaptation.Adaptation dataset, Locale locale) Returns an instance ofCommonApplication
for EBX® application. -
Uses of CommonApplication in com.orchestranetworks.addon.dex.common.generation
Modifier and TypeMethodDescriptionApplicationMappingHelper.getApplicationMapping
(ConfigurationSpec<T> configSpec, CommonApplication sourceApplication, CommonApplication targetApplication, TableMappingList<SC, TC> tableMappings) Returns the specifiedApplicationMapping
from mapping configurations declared in the {addon.label} dataset.ApplicationMappingHelper.getApplicationMapping
(ConfigurationSpec<T> configSpec, CommonApplication sourceApplication, CommonApplication targetApplication, Set<com.orchestranetworks.schema.Path> ebxTablePaths) Returns the specifiedApplicationMapping
from mapping configurations declared in the {addon.label} dataset. -
Uses of CommonApplication in com.orchestranetworks.addon.dex.mapping
Modifier and TypeMethodDescriptionfinal CommonApplication
ApplicationMapping.getSourceApplication()
Returns theCommonApplication
instance to represent the source application.final CommonApplication
ApplicationMapping.getTargetApplication()
Returns theCommonApplication
instance to represent the target application.Modifier and TypeMethodDescriptionvoid
ApplicationMapping.setSourceApplication
(CommonApplication sourceApplication) Sets the source application.void
ApplicationMapping.setTargetApplication
(CommonApplication targetApplication) Sets the target application.ModifierConstructorDescriptionApplicationMapping
(CommonApplication sourceApplication, CommonApplication targetApplication) ApplicationMapping
(CommonApplication sourceApplication, CommonApplication targetApplication, TableMappingList<SC, TC> tableMappings) -
Uses of CommonApplication in com.orchestranetworks.addon.dex.result
Modifier and TypeMethodDescriptionDataExchangeResult.getSourceApplication()
Returns the specified source application.DataExchangeResult.getTargetApplication()
Returns the specified target application. -
Uses of CommonApplication in com.orchestranetworks.addon.dex.transformation
Modifier and TypeMethodDescriptionTransformationConfigurationContext.getSourceApplication()
Returns the source application.TransformationConfigurationContext.getTargetApplication()
Returns the target application.