Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.repository.RepositoryFactory

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

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

Methods in org.nuxeo.ecm.core.repository that return RepositoryFactory
 RepositoryFactory RepositoryDescriptor.getFactory()
           
 

Methods in org.nuxeo.ecm.core.repository that return types with arguments of type RepositoryFactory
 Class<RepositoryFactory> RepositoryDescriptor.getFactoryClass()
           
 

Method parameters in org.nuxeo.ecm.core.repository with type arguments of type RepositoryFactory
 void RepositoryDescriptor.setFactoryClass(Class<RepositoryFactory> factoryClass)
           
 

Constructor parameters in org.nuxeo.ecm.core.repository with type arguments of type RepositoryFactory
RepositoryDescriptor(String name, Class<RepositoryFactory> factoryClass, String home, String config, boolean forceReloadTypes)
           
 

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

Classes in org.nuxeo.ecm.core.storage.sql.coremodel that implement RepositoryFactory
 class SQLRepositoryFactory
          SQL repository factory.
 

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

Classes in org.nuxeo.ecm.core.storage.sql.ra that implement RepositoryFactory
 class PoolingRepositoryFactory
          Pooling repository factory.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.