| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(java.lang.String thePath)
Retrieves a content location by the path.  | 
 IRuntimeElement | 
IRuntimeRepository.loadElementById(java.lang.String instanceId,
                java.util.Collection allowableReadAttributeNames)
Loads a runtimeElement by it's ID.  | 
 IContentLocation | 
IContentRepository.newContentLocation(java.lang.String thePath,
                   java.lang.String theName,
                   java.lang.String description,
                   java.lang.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(java.lang.String instanceId,
                java.util.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(java.lang.Object obj)
Persists changes to the object.  | 
static void | 
HibernateUtil.makeTransient(java.lang.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(java.lang.String instId,
                java.util.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 | |
|---|---|
 java.util.List | 
DbBasedSolutionRepository.loadSolutionFromFileSystem(IPentahoSession pSession,
                           java.lang.String solutionRoot,
                           boolean deleteOrphans)
This method loads solution files and folders from the file system into the RDBMS repository.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||