Uses of Interface
org.pentaho.di.repository.IRepositoryService
Packages that use IRepositoryService
Package
Description
-
Uses of IRepositoryService in org.pentaho.di.repository
Subinterfaces of IRepositoryService in org.pentaho.di.repositoryModifier and TypeInterfaceDescriptioninterfaceThis interface defines any security management related APIs that are required for a repository.interfaceThis is the interface to the security provider for the repositories out there.interfaceMethods in org.pentaho.di.repository that return IRepositoryServiceModifier and TypeMethodDescriptionRepository.getService(Class<? extends IRepositoryService> clazz) Retrieves a given repository serviceMethods in org.pentaho.di.repository that return types with arguments of type IRepositoryServiceModifier and TypeMethodDescriptionList<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 IRepositoryServiceModifier and TypeMethodDescriptionRepository.getService(Class<? extends IRepositoryService> clazz) Retrieves a given repository servicebooleanRepository.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 IRepositoryServiceMethods in org.pentaho.di.repository.filerep that return IRepositoryServiceModifier and TypeMethodDescriptionKettleFileRepository.getService(Class<? extends IRepositoryService> clazz) Methods in org.pentaho.di.repository.filerep that return types with arguments of type IRepositoryServiceModifier and TypeMethodDescriptionList<Class<? extends IRepositoryService>>KettleFileRepository.getServiceInterfaces()Method parameters in org.pentaho.di.repository.filerep with type arguments of type IRepositoryServiceModifier and TypeMethodDescriptionKettleFileRepository.getService(Class<? extends IRepositoryService> clazz) booleanKettleFileRepository.hasService(Class<? extends IRepositoryService> clazz) -
Uses of IRepositoryService in org.pentaho.di.repository.kdr
Classes in org.pentaho.di.repository.kdr that implement IRepositoryServiceMethods in org.pentaho.di.repository.kdr that return IRepositoryServiceModifier and TypeMethodDescriptionKettleDatabaseRepository.getService(Class<? extends IRepositoryService> clazz) Methods in org.pentaho.di.repository.kdr that return types with arguments of type IRepositoryServiceModifier and TypeMethodDescriptionList<Class<? extends IRepositoryService>>KettleDatabaseRepository.getServiceInterfaces()Method parameters in org.pentaho.di.repository.kdr with type arguments of type IRepositoryServiceModifier and TypeMethodDescriptionKettleDatabaseRepository.getService(Class<? extends IRepositoryService> clazz) booleanKettleDatabaseRepository.hasService(Class<? extends IRepositoryService> clazz)