Nuxeo Enterprise Platform 5.4

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
 java.lang.Class<RepositoryFactory> RepositoryDescriptor.getFactoryClass()
           
 

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

Constructor parameters in org.nuxeo.ecm.core.repository with type arguments of type RepositoryFactory
RepositoryDescriptor(java.lang.String name, java.lang.Class<RepositoryFactory> factoryClass, java.lang.String home, java.lang.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 Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.