Uses of Class
com.orchestranetworks.addon.dataexchange.transformation.ApplicationType
-
Packages that use ApplicationType 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. -
-
Uses of ApplicationType in com.orchestranetworks.addon.dataexchange.transformation
Fields in com.orchestranetworks.addon.dataexchange.transformation declared as ApplicationType Modifier and Type Field Description static ApplicationTypeApplicationType. CSVSpecifies the application type used to import/ export data from/to a CSV file.static ApplicationTypeApplicationType. DEFAULT_SQLSpecifies 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 ApplicationTypeApplicationType. DEFAULT_XMLSpecifies 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 ApplicationTypeApplicationType. EBXSpecifies the application type used to transfer data between two datasets in EBX®.static ApplicationTypeApplicationType. EXCELSpecifies the application type used to import/ export data from/to an Excel file.static ApplicationTypeApplicationType. UNKNOWNSpecifies an unidentified type.static ApplicationTypeApplicationType. XMLSpecifies the application type used to import/ export data from/to an XML file.Methods in com.orchestranetworks.addon.dataexchange.transformation that return ApplicationType Modifier and Type Method Description ApplicationTypeTransformationConfigurationContext. getSourceType()Deprecated.Returns the source application type.ApplicationTypeTransformationConfigurationContext. getTargetType()Deprecated.Returns the target application type.static ApplicationTypeApplicationType. parse(java.lang.String value)Returns the application type instance corresponding to the value specified. -
Uses of ApplicationType in com.orchestranetworks.addon.dex
Constructors in com.orchestranetworks.addon.dex with parameters of type ApplicationType Constructor Description DataExchangeExportTableSpecBuilder(com.onwbp.adaptation.Adaptation sourceDataset, ApplicationType targetApplicationType, com.orchestranetworks.service.Session session) -
Uses of ApplicationType in com.orchestranetworks.addon.dex.common
Methods in com.orchestranetworks.addon.dex.common with parameters of type ApplicationType 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. -
Uses of ApplicationType in com.orchestranetworks.addon.dex.mapping
Methods in com.orchestranetworks.addon.dex.mapping that return ApplicationType Modifier and Type Method Description ApplicationTypeCommonApplication. getApplicationType()Returns the type of thisCommonApplication.Constructors in com.orchestranetworks.addon.dex.mapping with parameters of type ApplicationType Constructor Description CommonApplication(java.lang.String logicalName, ApplicationType applicationType)
-