Uses of Class
com.orchestranetworks.addon.dex.mapping.CommonApplication
Packages that use 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
Methods in com.orchestranetworks.addon.dex.common that return CommonApplicationModifier and TypeMethodDescriptionCommonApplicationMappingFactory.createCommonApplication(String logicalName, ApplicationType applicationType) Creates an instance ofCommonApplicationwith the specific logical name andApplicationType.CommonApplicationMappingFactory.getCommonApplication(com.orchestranetworks.instance.Repository repository, String universalName, ApplicationType applicationType) Returns an instance ofCommonApplicationwith a specific universal name andApplicationType.CommonApplicationMappingFactory.getEBXCommonApplication(com.onwbp.adaptation.Adaptation dataset, Locale locale) Returns an instance ofCommonApplicationfor EBX® application. -
Uses of CommonApplication in com.orchestranetworks.addon.dex.common.generation
Methods in com.orchestranetworks.addon.dex.common.generation with parameters of type CommonApplicationModifier and TypeMethodDescriptionApplicationMappingHelper.getApplicationMapping(ConfigurationSpec<T> configSpec, CommonApplication sourceApplication, CommonApplication targetApplication, TableMappingList<SC, TC> tableMappings) Returns the specifiedApplicationMappingfrom 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 specifiedApplicationMappingfrom mapping configurations declared in the {addon.label} dataset. -
Uses of CommonApplication in com.orchestranetworks.addon.dex.mapping
Methods in com.orchestranetworks.addon.dex.mapping that return CommonApplicationModifier and TypeMethodDescriptionfinal CommonApplicationApplicationMapping.getSourceApplication()Returns theCommonApplicationinstance to represent the source application.final CommonApplicationApplicationMapping.getTargetApplication()Returns theCommonApplicationinstance to represent the target application.Methods in com.orchestranetworks.addon.dex.mapping with parameters of type CommonApplicationModifier and TypeMethodDescriptionvoidApplicationMapping.setSourceApplication(CommonApplication sourceApplication) Sets the source application.voidApplicationMapping.setTargetApplication(CommonApplication targetApplication) Sets the target application.Constructors in com.orchestranetworks.addon.dex.mapping with parameters of type CommonApplicationModifierConstructorDescriptionApplicationMapping(CommonApplication sourceApplication, CommonApplication targetApplication) ApplicationMapping(CommonApplication sourceApplication, CommonApplication targetApplication, TableMappingList<SC, TC> tableMappings) -
Uses of CommonApplication in com.orchestranetworks.addon.dex.result
Methods in com.orchestranetworks.addon.dex.result that return CommonApplicationModifier and TypeMethodDescriptionDataExchangeResult.getSourceApplication()Returns the specified source application.DataExchangeResult.getTargetApplication()Returns the specified target application. -
Uses of CommonApplication in com.orchestranetworks.addon.dex.transformation
Methods in com.orchestranetworks.addon.dex.transformation that return CommonApplicationModifier and TypeMethodDescriptionTransformationConfigurationContext.getSourceApplication()Returns the source application.TransformationConfigurationContext.getTargetApplication()Returns the target application.