Class XMLImportConfigurationSpec

java.lang.Object
com.orchestranetworks.addon.dex.configuration.FileImportConfigurationSpec<XMLTable>
com.orchestranetworks.addon.dex.configuration.XMLImportConfigurationSpec
All Implemented Interfaces:
ConfigurationSpec<XMLTable>, ImportConfigurationSpec<XMLTable>

public final class XMLImportConfigurationSpec extends FileImportConfigurationSpec<XMLTable>
Specifies the configuration used to import data from an XML file.
Since:
2.3.0
  • Constructor Details

  • Method Details

    • getServiceType

      public ServiceType getServiceType()
      Returns the service type.
    • getCurrentDataset

      public com.onwbp.adaptation.Adaptation getCurrentDataset()
      Returns the current dataset.
    • getCurrentTable

      public com.onwbp.adaptation.AdaptationTable getCurrentTable()
      Returns the current table.
    • getSession

      public com.orchestranetworks.service.Session getSession()
      Returns the current session.
    • getSourceTables

      public List<XMLTable> getSourceTables()
      Returns the list of source tables.
    • getSourceTableFilters

      public Map<XMLTable,TableFilter> getSourceTableFilters()
      Returns a map of table filters and a Table instance as the key parameter. Returns null when importing CSV, Excel and XML.