Uses of Class
org.pentaho.di.repository.kdr.KettleDatabaseRepository
-
Packages that use KettleDatabaseRepository Package Description org.pentaho.di.repository.kdr org.pentaho.di.repository.kdr.delegates org.pentaho.di.repository.kdr.delegates.metastore -
-
Uses of KettleDatabaseRepository in org.pentaho.di.repository.kdr
Constructors in org.pentaho.di.repository.kdr with parameters of type KettleDatabaseRepository Constructor Description KettleDatabaseRepositoryCreationHelper(KettleDatabaseRepository repository)
KettleDatabaseRepositorySecurityProvider(KettleDatabaseRepository repository, RepositoryMeta repositoryMeta, IUser userInfo)
-
Uses of KettleDatabaseRepository in org.pentaho.di.repository.kdr.delegates
Fields in org.pentaho.di.repository.kdr.delegates declared as KettleDatabaseRepository Modifier and Type Field Description protected KettleDatabaseRepository
KettleDatabaseRepositoryBaseDelegate. repository
-
Uses of KettleDatabaseRepository in org.pentaho.di.repository.kdr.delegates.metastore
Fields in org.pentaho.di.repository.kdr.delegates.metastore declared as KettleDatabaseRepository Modifier and Type Field Description protected KettleDatabaseRepository
KettleDatabaseRepositoryMetaStore. repository
Constructors in org.pentaho.di.repository.kdr.delegates.metastore with parameters of type KettleDatabaseRepository Constructor Description KettleDatabaseRepositoryMetaStore(KettleDatabaseRepository repository)
-