Package org.ametys.core.datasource
Interface DataSourceConsumer
- All Known Implementing Classes:
- CollectionDataSourceConsumer,- ConfigurationDataSourceConsumer,- GroupDirectoriesDataSourceConsumer,- PopulationDataSourceConsumer
public interface DataSourceConsumer
Interface for entities that use data sources
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic enumThe type of use of a data source
- 
Method SummaryModifier and TypeMethodDescriptionRetrieve the ids of the used data sourcesDetermines if a data source is used
- 
Method Details- 
isInUseDetermines if a data source is used- Parameters:
- id- The id of data source to check
- Returns:
- true if the data source is currently in use
 
- 
getUsedDataSourceIdsRetrieve the ids of the used data sources- Returns:
- the set of ids of the data source(s) used by this data source customer
 
 
-