Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.test.annotations.BackendType

Packages that use BackendType
org.nuxeo.ecm.core.test   
org.nuxeo.ecm.core.test.annotations   
 

Uses of BackendType in org.nuxeo.ecm.core.test
 

Methods in org.nuxeo.ecm.core.test that return BackendType
 BackendType RepositorySettings.getBackendType()
           
 BackendType CoreFeature.getBackendType()
           
 BackendType MultiRepositoriesCoreFeature.getBackendType(String name)
           
 

Methods in org.nuxeo.ecm.core.test with parameters of type BackendType
 DatabaseHelper DefaultDatabaseFactory.getHelper(BackendType type, String databaseName, String repositoryName)
           
 void RepositorySettings.setBackendType(BackendType type)
           
 

Uses of BackendType in org.nuxeo.ecm.core.test.annotations
 

Methods in org.nuxeo.ecm.core.test.annotations that return BackendType
static BackendType BackendType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BackendType[] BackendType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.nuxeo.ecm.core.test.annotations with parameters of type BackendType
 DatabaseHelper DatabaseHelperFactory.getHelper(BackendType type, String databaseName, String repositoyName)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.