Uses of Class
com.orchestranetworks.addon.dex.mapping.CommonApplication
-
Packages that use CommonApplication 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. -
-
Uses of CommonApplication in com.orchestranetworks.addon.dex.common
Methods in com.orchestranetworks.addon.dex.common that return CommonApplication Modifier and Type Method Description CommonApplicationCommonApplicationMappingFactory. createCommonApplication(java.lang.String logicalName, ApplicationType applicationType)Creates an instance ofCommonApplicationwith the specific logical name andApplicationType.CommonApplicationCommonApplicationMappingFactory. getCommonApplication(com.orchestranetworks.instance.Repository repository, java.lang.String universalName, ApplicationType applicationType)Returns an instance ofCommonApplicationwith a specific universal name andApplicationType.CommonApplicationCommonApplicationMappingFactory. getEBXCommonApplication(com.onwbp.adaptation.Adaptation dataset, java.util.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 CommonApplication Modifier and Type Method Description ApplicationMapping<SC,TC>ApplicationMappingHelper. getApplicationMapping(ConfigurationSpec<T> configSpec, CommonApplication sourceApplication, CommonApplication targetApplication, TableMappingList<SC,TC> tableMappings)Returns the specifiedApplicationMappingfrom mapping configurations declared in the {addon.label} dataset.ApplicationMapping<SC,TC>ApplicationMappingHelper. getApplicationMapping(ConfigurationSpec<T> configSpec, CommonApplication sourceApplication, CommonApplication targetApplication, java.util.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 CommonApplication Modifier and Type Method Description CommonApplicationApplicationMapping. getSourceApplication()Returns theCommonApplicationinstance to represent the source application.CommonApplicationApplicationMapping. getTargetApplication()Returns theCommonApplicationinstance to represent the target application.Methods in com.orchestranetworks.addon.dex.mapping with parameters of type CommonApplication Modifier and Type Method Description voidApplicationMapping. 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 CommonApplication Constructor Description ApplicationMapping(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 CommonApplication Modifier and Type Method Description CommonApplicationDataExchangeResult. getSourceApplication()Returns the specified source application.CommonApplicationDataExchangeResult. getTargetApplication()Returns the specified target application. -
Uses of CommonApplication in com.orchestranetworks.addon.dex.transformation
Methods in com.orchestranetworks.addon.dex.transformation that return CommonApplication Modifier and Type Method Description CommonApplicationTransformationConfigurationContext. getSourceApplication()Returns the source application.CommonApplicationTransformationConfigurationContext. getTargetApplication()Returns the target application.
-