Interface IDataSourceAwareMetadataDomainRepository
-
- All Superinterfaces:
org.pentaho.metadata.repository.IMetadataDomainRepository
- All Known Implementing Classes:
CachingPentahoMetadataDomainRepository,PentahoMetadataDomainRepository,PentahoMondrianDomainRepository,SecurityAwarePentahoMetadataDomainRepository,SessionCachingMetadataDomainRepository
public interface IDataSourceAwareMetadataDomainRepository extends org.pentaho.metadata.repository.IMetadataDomainRepositoryThis interface defines a metadata domain repository, used to maintain a system-wide set of metadata domains. Includes the ability to retrieve Domains based on data source type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>getDataSourceWizardDomainIds()Retrieve a list of all the domain ids in the repository of the data source type DataSourceWizard.Set<String>getMetadataDomainIds()Retrieve a list of all the domain ids in the repository of the data source type Metadata.
-