Interface IDataSourceAwareMetadataDomainRepository

    • Field Summary

      • Fields inherited from interface org.pentaho.metadata.repository.IMetadataDomainRepository

        ACCESS_TYPE_ADMIN, ACCESS_TYPE_DELETE, ACCESS_TYPE_READ, ACCESS_TYPE_SCHEMA_ADMIN, ACCESS_TYPE_UPDATE, ACCESS_TYPE_WRITE
    • 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.
      • Methods inherited from interface org.pentaho.metadata.repository.IMetadataDomainRepository

        flushDomains, generateRowLevelSecurityConstraint, getDomain, getDomainIds, hasAccess, reloadDomains, removeDomain, removeModel, storeDomain
    • Method Detail

      • getMetadataDomainIds

        Set<String> getMetadataDomainIds()
        Retrieve a list of all the domain ids in the repository of the data source type Metadata. See IMetadataDomainRepository.getDomainIds() for similar functionality.
        Returns:
        the metadata domain Ids.
      • getDataSourceWizardDomainIds

        Set<String> getDataSourceWizardDomainIds()
        Retrieve a list of all the domain ids in the repository of the data source type DataSourceWizard. See IMetadataDomainRepository.getDomainIds() for similar functionality.
        Returns:
        the data source wizard domain Ids.