public interface DataSourceConsumer
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getUsedDataSourceIds()
Retrieve the ids of the used data sources
|
boolean |
isInUse(String id)
Determines if a data source is used
|
boolean isInUse(String id)
id - The id of data source to checkSet<String> getUsedDataSourceIds()