public interface ConfigurationSpec<T extends Table>
Modifier and Type | Method and Description |
---|---|
com.onwbp.adaptation.Adaptation |
getCurrentDataset()
Returns the current dataset.
|
com.onwbp.adaptation.AdaptationTable |
getCurrentTable()
Returns the current table.
|
ServiceType |
getServiceType()
Returns the specified service type.
|
com.orchestranetworks.service.Session |
getSession()
Returns the current session.
|
Map<T,TableFilter> |
getSourceTableFilters()
Returns a map of source table filters and
Table instance as the key parameter. |
List<T> |
getSourceTables()
Returns the source tables.
|
ServiceType getServiceType()
Map<T,TableFilter> getSourceTableFilters()
Table
instance as the key parameter.
Returns null
when importing CSV, Excel or XML.com.onwbp.adaptation.Adaptation getCurrentDataset()
com.onwbp.adaptation.AdaptationTable getCurrentTable()
com.orchestranetworks.service.Session getSession()