Uses of Interface
org.pentaho.di.repository.IRepositoryService
-
Packages that use IRepositoryService Package Description org.pentaho.di.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 Modifier and Type Interface Description 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.interface
RepositorySecurityUserValidator
Methods in org.pentaho.di.repository that return IRepositoryService Modifier and Type Method Description IRepositoryService
Repository. getService(Class<? extends IRepositoryService> clazz)
Retrieves a given repository serviceMethods in org.pentaho.di.repository that return types with arguments of type IRepositoryService Modifier and Type Method Description 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 Modifier and Type Method Description IRepositoryService
Repository. getService(Class<? extends IRepositoryService> clazz)
Retrieves a given repository serviceboolean
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 Modifier and Type Class Description class
KettleFileRepositorySecurityProvider
Methods in org.pentaho.di.repository.filerep that return IRepositoryService Modifier and Type Method Description IRepositoryService
KettleFileRepository. getService(Class<? extends IRepositoryService> clazz)
Methods in org.pentaho.di.repository.filerep that return types with arguments of type IRepositoryService Modifier and Type Method Description List<Class<? extends IRepositoryService>>
KettleFileRepository. getServiceInterfaces()
Method parameters in org.pentaho.di.repository.filerep with type arguments of type IRepositoryService Modifier and Type Method Description 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 Modifier and Type Class Description class
KettleDatabaseRepositorySecurityProvider
Methods in org.pentaho.di.repository.kdr that return IRepositoryService Modifier and Type Method Description IRepositoryService
KettleDatabaseRepository. getService(Class<? extends IRepositoryService> clazz)
Methods in org.pentaho.di.repository.kdr that return types with arguments of type IRepositoryService Modifier and Type Method Description List<Class<? extends IRepositoryService>>
KettleDatabaseRepository. getServiceInterfaces()
Method parameters in org.pentaho.di.repository.kdr with type arguments of type IRepositoryService Modifier and Type Method Description IRepositoryService
KettleDatabaseRepository. getService(Class<? extends IRepositoryService> clazz)
boolean
KettleDatabaseRepository. hasService(Class<? extends IRepositoryService> clazz)
-