Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.model.Repository

Packages that use Repository
org.nuxeo.ecm.core Exceptions used by Nuxeo Core. 
org.nuxeo.ecm.core.model   
org.nuxeo.ecm.core.repository   
org.nuxeo.ecm.core.storage.sql.coremodel   
org.nuxeo.ecm.core.storage.sql.ra   
org.nuxeo.ecm.core.storage.sql.reload   
 

Uses of Repository in org.nuxeo.ecm.core
 

Methods in org.nuxeo.ecm.core that return Repository
static Repository NXCore.getRepository(String name)
           
 

Uses of Repository in org.nuxeo.ecm.core.model
 

Methods in org.nuxeo.ecm.core.model that return Repository
 Repository Session.getRepository()
          Gets the repository that created this session.
 Repository MockDocument.getRepository()
           
 Repository Document.getRepository()
          Returns the repository in which the document lives.
 

Uses of Repository in org.nuxeo.ecm.core.repository
 

Methods in org.nuxeo.ecm.core.repository that return Repository
 Repository RepositoryDescriptor.create()
           
 Repository RepositoryFactory.createRepository(RepositoryDescriptor descriptor)
          Creates a repository implementation given a repository descriptor object.
 Repository RepositoryManager.Ref.get()
           
 Repository RepositoryManager.getOrRegisterRepository(RepositoryDescriptor rd)
           
 Repository JBossRepository.getRepository()
           
 Repository RepositoryManager.getRepository(String name)
          Gets a repository given its name.
 

Uses of Repository in org.nuxeo.ecm.core.storage.sql.coremodel
 

Classes in org.nuxeo.ecm.core.storage.sql.coremodel that implement Repository
 class SQLRepository
          This is the Session factory when the repository is used outside of a datasource.
 

Methods in org.nuxeo.ecm.core.storage.sql.coremodel that return Repository
 Repository SQLRepositoryFactory.createRepository(RepositoryDescriptor descriptor)
           
 Repository SQLSession.getRepository()
           
 Repository SQLDocumentProxy.getRepository()
           
 Repository SQLDocumentLive.getRepository()
           
 

Constructors in org.nuxeo.ecm.core.storage.sql.coremodel with parameters of type Repository
SQLSession(Session session, Repository repository, Map<String,Serializable> context)
           
 

Uses of Repository in org.nuxeo.ecm.core.storage.sql.ra
 

Classes in org.nuxeo.ecm.core.storage.sql.ra that implement Repository
 class ConnectionFactoryImpl
          The connection factory delegates connection requests to the application server ConnectionManager.
 

Methods in org.nuxeo.ecm.core.storage.sql.ra that return Repository
 Repository PoolingRepositoryFactory.createRepository(RepositoryDescriptor descriptor)
           
 

Uses of Repository in org.nuxeo.ecm.core.storage.sql.reload
 

Methods in org.nuxeo.ecm.core.storage.sql.reload that return types with arguments of type Repository
static List<Repository> RepositoryReloader.getRepositories()
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.