Interface ConfigurationSpec<T extends Table>

    • Method Detail

      • getServiceType

        ServiceType getServiceType()
        Returns the specified service type.
      • getSourceTables

        java.util.List<T> getSourceTables()
        Returns the source tables.
      • getSourceTableFilters

        java.util.Map<T,​TableFilter> getSourceTableFilters()
        Returns a map of source table filters and Table instance as the key parameter. Returns null when importing CSV, Excel or XML.
      • getCurrentDataset

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

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

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