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 interfaceRepositorySecurityManagerThis interface defines any security management related APIs that are required for a repository.interfaceRepositorySecurityProviderThis is the interface to the security provider for the repositories out there.interfaceRepositorySecurityUserValidatorMethods in org.pentaho.di.repository that return IRepositoryService Modifier and Type Method Description IRepositoryServiceRepository. 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 IRepositoryServiceRepository. 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 IRepositoryService Modifier and Type Class Description classKettleFileRepositorySecurityProviderMethods in org.pentaho.di.repository.filerep that return IRepositoryService Modifier and Type Method Description IRepositoryServiceKettleFileRepository. 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 IRepositoryServiceKettleFileRepository. 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 IRepositoryService Modifier and Type Class Description classKettleDatabaseRepositorySecurityProviderMethods in org.pentaho.di.repository.kdr that return IRepositoryService Modifier and Type Method Description IRepositoryServiceKettleDatabaseRepository. 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 IRepositoryServiceKettleDatabaseRepository. getService(Class<? extends IRepositoryService> clazz)booleanKettleDatabaseRepository. hasService(Class<? extends IRepositoryService> clazz)
-