Uses of Interface
org.pentaho.di.repository.IRepositoryService

Packages that use IRepositoryService
org.pentaho.di.repository This package contains the required classes to handle the Kettle repository. 
org.pentaho.di.repository.filerep   
org.pentaho.di.repository.kdr   
org.pentaho.di.ui.repository.repositoryexplorer   
org.pentaho.di.ui.repository.repositoryexplorer.model   
 

Uses of IRepositoryService in org.pentaho.di.repository
 

Subinterfaces of IRepositoryService in org.pentaho.di.repository
 interface RepositorySecurityManager
          This interface defines any security management related APIs that are required for a repository.
 interface RepositorySecurityProvider
          This is the interface to the security provider for the repositories out there.
 

Methods in org.pentaho.di.repository that return IRepositoryService
 IRepositoryService Repository.getService(Class<? extends IRepositoryService> clazz)
          Retrieves a given repository service
 

Methods in org.pentaho.di.repository that return types with arguments of type IRepositoryService
 List<Class<? extends IRepositoryService>> Repository.getServiceInterfaces()
          Retrieves the current list of of IRepository Services.
 

Method parameters in org.pentaho.di.repository with type arguments of type IRepositoryService
 IRepositoryService Repository.getService(Class<? extends IRepositoryService> clazz)
          Retrieves a given repository service
 boolean Repository.hasService(Class<? extends IRepositoryService> clazz)
          Checks whether a given repository service is available or not
 

Uses of IRepositoryService in org.pentaho.di.repository.filerep
 

Classes in org.pentaho.di.repository.filerep that implement IRepositoryService
 class KettleFileRepositorySecurityProvider
           
 

Methods in org.pentaho.di.repository.filerep that return IRepositoryService
 IRepositoryService KettleFileRepository.getService(Class<? extends IRepositoryService> clazz)
           
 

Methods in org.pentaho.di.repository.filerep that return types with arguments of type IRepositoryService
 List<Class<? extends IRepositoryService>> KettleFileRepository.getServiceInterfaces()
           
 

Method parameters in org.pentaho.di.repository.filerep with type arguments of type IRepositoryService
 IRepositoryService KettleFileRepository.getService(Class<? extends IRepositoryService> clazz)
           
 boolean KettleFileRepository.hasService(Class<? extends IRepositoryService> clazz)
           
 

Uses of IRepositoryService in org.pentaho.di.repository.kdr
 

Classes in org.pentaho.di.repository.kdr that implement IRepositoryService
 class KettleDatabaseRepositorySecurityProvider
           
 

Methods in org.pentaho.di.repository.kdr that return IRepositoryService
 IRepositoryService KettleDatabaseRepository.getService(Class<? extends IRepositoryService> clazz)
           
 

Methods in org.pentaho.di.repository.kdr that return types with arguments of type IRepositoryService
 List<Class<? extends IRepositoryService>> KettleDatabaseRepository.getServiceInterfaces()
           
 

Method parameters in org.pentaho.di.repository.kdr with type arguments of type IRepositoryService
 IRepositoryService KettleDatabaseRepository.getService(Class<? extends IRepositoryService> clazz)
           
 boolean KettleDatabaseRepository.hasService(Class<? extends IRepositoryService> clazz)
           
 

Uses of IRepositoryService in org.pentaho.di.ui.repository.repositoryexplorer
 

Method parameters in org.pentaho.di.ui.repository.repositoryexplorer with type arguments of type IRepositoryService
 IRepositoryExplorerUISupport UISupportRegistery.createUISupport(Class<? extends IRepositoryService> service)
           
 void UISupportRegistery.registerUISupport(Class<? extends IRepositoryService> service, Class<? extends IRepositoryExplorerUISupport> supportClass)
           
 

Uses of IRepositoryService in org.pentaho.di.ui.repository.repositoryexplorer.model
 

Methods in org.pentaho.di.ui.repository.repositoryexplorer.model that return IRepositoryService
 IRepositoryService UIRepositoryObject.getRepositoryService()
           
 

Methods in org.pentaho.di.ui.repository.repositoryexplorer.model with parameters of type IRepositoryService
 void UIRepositoryObject.setRepositoryService(IRepositoryService repositoryService)