Package org.pentaho.di.repository
Class RepositoryBowl
java.lang.Object
org.pentaho.di.core.bowl.BaseBowl
org.pentaho.di.repository.RepositoryBowl
- All Implemented Interfaces:
org.pentaho.di.core.bowl.Bowl,HasRepositoryInterface
public class RepositoryBowl
extends org.pentaho.di.core.bowl.BaseBowl
implements HasRepositoryInterface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.pentaho.di.core.variables.VariableSpace<T> TgetManager(Class<T> managerClass) org.pentaho.metastore.api.IMetaStoreorg.pentaho.di.shared.SharedObjectsIOvoidsetRepository(Repository repository) Methods inherited from class org.pentaho.di.core.bowl.BaseBowl
addParentBowl, clearCache, clearManagers, getParentBowlsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.pentaho.di.core.bowl.Bowl
getBowlPath
-
Constructor Details
-
RepositoryBowl
-
-
Method Details
-
getManager
- Specified by:
getManagerin interfaceorg.pentaho.di.core.bowl.Bowl- Overrides:
getManagerin classorg.pentaho.di.core.bowl.BaseBowl- Throws:
org.pentaho.di.core.exception.KettleException
-
getMetastore
public org.pentaho.metastore.api.IMetaStore getMetastore() throws org.pentaho.metastore.api.exceptions.MetaStoreException- Specified by:
getMetastorein interfaceorg.pentaho.di.core.bowl.Bowl- Throws:
org.pentaho.metastore.api.exceptions.MetaStoreException
-
getADefaultVariableSpace
public org.pentaho.di.core.variables.VariableSpace getADefaultVariableSpace()- Specified by:
getADefaultVariableSpacein interfaceorg.pentaho.di.core.bowl.Bowl
-
getLevelDisplayName
- Specified by:
getLevelDisplayNamein interfaceorg.pentaho.di.core.bowl.Bowl- Overrides:
getLevelDisplayNamein classorg.pentaho.di.core.bowl.BaseBowl
-
getRepository
- Specified by:
getRepositoryin interfaceHasRepositoryInterface- Returns:
- the repository
-
setRepository
- Specified by:
setRepositoryin interfaceHasRepositoryInterface- Parameters:
repository- the repository to set
-