|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RepositoryNotInitializedException | |
---|---|
info.magnolia.cms.beans.config | |
info.magnolia.jackrabbit | |
info.magnolia.repository |
Uses of RepositoryNotInitializedException in info.magnolia.cms.beans.config |
---|
Methods in info.magnolia.cms.beans.config that throw RepositoryNotInitializedException | |
---|---|
static void |
ContentRepository.loadRepository(RepositoryDefinition repositoryDefinition)
Deprecated. since 4.5 - use RepositoryManager.loadRepository(info.magnolia.repository.definition.RepositoryDefinition) directly. |
Uses of RepositoryNotInitializedException in info.magnolia.jackrabbit |
---|
Methods in info.magnolia.jackrabbit that throw RepositoryNotInitializedException | |
---|---|
javax.jcr.Repository |
ProviderImpl.getUnderlineRepository()
Deprecated. typo - use get #getUnderlyingRepository() - since 4.0 |
javax.jcr.Repository |
ProviderImpl.getUnderlyingRepository()
|
void |
ProviderImpl.init(RepositoryDefinition repositoryMapping)
|
Uses of RepositoryNotInitializedException in info.magnolia.repository |
---|
Methods in info.magnolia.repository that throw RepositoryNotInitializedException | |
---|---|
javax.jcr.Repository |
Provider.getUnderlineRepository()
Deprecated. since 4.0 - typo - use get #getUnderlyingRepository() instead |
javax.jcr.Repository |
Provider.getUnderlyingRepository()
Gets the repository instance initialized on init() call. |
void |
Provider.init(RepositoryDefinition repositoryDefinition)
Initializes repository, this depends on the underlying repository implementation. |
void |
RepositoryManager.loadRepository(RepositoryDefinition definition)
Adds a repository definition and instantiates its provider. |
void |
DefaultRepositoryManager.loadRepository(RepositoryDefinition definition)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |