Uses of Class
com.orchestranetworks.addon.dex.mapping.XMLTable
-
Packages that use XMLTable Package Description com.orchestranetworks.addon.dex.configuration Classes and interfaces to define specifications for the import, export and transfer data services. -
-
Uses of XMLTable in com.orchestranetworks.addon.dex.configuration
Methods in com.orchestranetworks.addon.dex.configuration that return types with arguments of type XMLTable Modifier and Type Method Description java.util.Map<XMLTable,TableFilter>XMLImportConfigurationSpec. getSourceTableFilters()Returns a map of table filters and aTableinstance as the key parameter.java.util.List<XMLTable>XMLImportConfigurationSpec. getSourceTables()Returns the list of source tables.Constructors in com.orchestranetworks.addon.dex.configuration with parameters of type XMLTable Constructor Description XMLImportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable, XMLTable sourceTable, com.orchestranetworks.service.Session session)
-