Uses of Class
org.pentaho.platform.api.repository.RepositoryException

Packages that use RepositoryException
org.pentaho.platform.api.repository   
org.pentaho.platform.repository   
org.pentaho.platform.repository.hibernate   
org.pentaho.platform.repository.runtime   
org.pentaho.platform.repository.solution.dbbased   
 

Uses of RepositoryException in org.pentaho.platform.api.repository
 

Subclasses of RepositoryException in org.pentaho.platform.api.repository
 class ContentException
           
 class SubscriptionRepositoryException
           
 

Methods in org.pentaho.platform.api.repository that throw RepositoryException
 IContentLocation IContentRepository.getContentLocationByPath(String thePath)
          Retrieves a content location by the path.
 IRuntimeElement IRuntimeRepository.loadElementById(String instanceId, Collection allowableReadAttributeNames)
          Loads a runtimeElement by it's ID.
 IContentLocation IContentRepository.newContentLocation(String thePath, String theName, String description, String solutionId, boolean createIfNotExists)
          Creates a new Content Location.
 

Uses of RepositoryException in org.pentaho.platform.repository
 

Methods in org.pentaho.platform.repository that throw RepositoryException
 IRuntimeElement SimpleRuntimeRepository.loadElementById(String instanceId, Collection allowableReadAttributeNames)
          Loads an existing RuntimeElement
 

Uses of RepositoryException in org.pentaho.platform.repository.hibernate
 

Methods in org.pentaho.platform.repository.hibernate that throw RepositoryException
static void HibernateUtil.beginTransaction()
          Start a new database transaction.
static void HibernateUtil.closeSession()
          Closes the Session local to the thread.
static void HibernateUtil.commitTransaction()
          Commit the database transaction.
static org.hibernate.Session HibernateUtil.disconnectSession()
          Disconnect and return Session from current Thread.
static void HibernateUtil.flushSession()
           
static org.hibernate.Session HibernateUtil.getSession()
          Retrieves the current Session local to the thread.
static void HibernateUtil.makePersistent(Object obj)
          Persists changes to the object.
static void HibernateUtil.makeTransient(Object obj)
          Deletes the object from Hibernate
static void HibernateUtil.rebuildSessionFactory()
          Rebuild the SessionFactory with the static Configuration.
static void HibernateUtil.rebuildSessionFactory(org.hibernate.cfg.Configuration cfg)
          Rebuild the SessionFactory with the given Hibernate Configuration.
static void HibernateUtil.rollbackTransaction()
          Commit the database transaction.
 

Uses of RepositoryException in org.pentaho.platform.repository.runtime
 

Methods in org.pentaho.platform.repository.runtime that throw RepositoryException
 IRuntimeElement RuntimeRepository.loadElementById(String instId, Collection allowableReadAttributeNames)
          Loads an existing RuntimeElement
 

Uses of RepositoryException in org.pentaho.platform.repository.solution.dbbased
 

Methods in org.pentaho.platform.repository.solution.dbbased that throw RepositoryException
 List DbBasedSolutionRepository.loadSolutionFromFileSystem(IPentahoSession pSession, String solutionRoot, boolean deleteOrphans)
          This method loads solution files and folders from the file system into the RDBMS repository.