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   
 

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)