Class XMLImportConfigurationSpec

    • Constructor Detail

    • Method Detail

      • 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 java.util.List<XMLTable> getSourceTables()
        Returns the list of source tables.
      • getSourceTableFilters

        public java.util.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.