Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.core.repository.RepositoryDescriptor

Packages that use RepositoryDescriptor
org.nuxeo.ecm.core.repository   
org.nuxeo.ecm.core.storage.sql.coremodel   
org.nuxeo.ecm.core.storage.sql.ra   
 

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

Methods in org.nuxeo.ecm.core.repository that return RepositoryDescriptor
 RepositoryDescriptor RepositoryManager.getDescriptor(java.lang.String name)
           
 

Methods in org.nuxeo.ecm.core.repository that return types with arguments of type RepositoryDescriptor
 java.util.Collection<RepositoryDescriptor> RepositoryManager.getDescriptors()
           
 

Methods in org.nuxeo.ecm.core.repository with parameters of type RepositoryDescriptor
 Repository RepositoryFactory.createRepository(RepositoryDescriptor descriptor)
          Creates a repository implementation given a repository descriptor object.
 Repository RepositoryManager.getOrRegisterRepository(RepositoryDescriptor rd)
           
 void RepositoryManager.registerRepository(RepositoryDescriptor rd)
           
 void RepositoryManager.unregisterRepository(RepositoryDescriptor rd)
           
 

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

Methods in org.nuxeo.ecm.core.storage.sql.coremodel with parameters of type RepositoryDescriptor
 Repository SQLRepositoryFactory.createRepository(RepositoryDescriptor descriptor)
           
static RepositoryDescriptor SQLRepository.getDescriptor(RepositoryDescriptor descriptor)
          Fetch SQL-level descriptor from Nuxeo repository descriptor.
 

Constructors in org.nuxeo.ecm.core.storage.sql.coremodel with parameters of type RepositoryDescriptor
SQLRepository(RepositoryDescriptor descriptor)
           
 

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

Methods in org.nuxeo.ecm.core.storage.sql.ra with parameters of type RepositoryDescriptor
 Repository PoolingRepositoryFactory.createRepository(RepositoryDescriptor descriptor)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.