Package | Description |
---|---|
info.magnolia.cms.beans.config | |
info.magnolia.jackrabbit | |
info.magnolia.repository | |
info.magnolia.repository.definition |
Modifier and Type | Method and Description |
---|---|
static RepositoryDefinition |
ContentRepository.getRepositoryMapping(String repositoryOrLogicalWorkspace)
Deprecated.
since 4.5 - use
RepositoryManager.getRepositoryDefinition(String) directly. |
Modifier and Type | Method and Description |
---|---|
static void |
ContentRepository.loadRepository(RepositoryDefinition repositoryDefinition)
Deprecated.
since 4.5 - use
RepositoryManager.loadRepository(info.magnolia.repository.definition.RepositoryDefinition) directly. |
Modifier and Type | Method and Description |
---|---|
void |
ProviderImpl.init(RepositoryDefinition repositoryMapping) |
Modifier and Type | Class and Description |
---|---|
class |
RepositoryMapping
Deprecated.
since 4.5 - use
RepositoryDefinition instead. |
Modifier and Type | Method and Description |
---|---|
RepositoryDefinition |
WorkspaceMapping.getRepositoryDefinition(String repositoryId)
Returns a configured repository definition.
|
RepositoryDefinition |
DefaultRepositoryManager.getRepositoryDefinition(String repositoryId) |
RepositoryDefinition |
RepositoryManager.getRepositoryDefinition(String repositoryId)
Returns repository mapping as configured, or null if not found.
|
Modifier and Type | Method and Description |
---|---|
Collection<RepositoryDefinition> |
WorkspaceMapping.getRepositoryDefinitions() |
Collection<RepositoryDefinition> |
DefaultRepositoryManager.getRepositoryDefinitions() |
Collection<RepositoryDefinition> |
RepositoryManager.getRepositoryDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
WorkspaceMapping.addRepositoryDefinition(RepositoryDefinition repositoryDefinition) |
void |
Provider.init(RepositoryDefinition repositoryDefinition)
Initializes repository, this depends on the underlying repository implementation.
|
void |
DefaultRepositoryManager.loadRepository(RepositoryDefinition definition) |
void |
RepositoryManager.loadRepository(RepositoryDefinition definition)
Adds a repository definition and instantiates its provider.
|
Modifier and Type | Method and Description |
---|---|
Collection<RepositoryDefinition> |
RepositoryMappingDefinition.getRepositories() |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryMappingDefinition.addRepository(RepositoryDefinition repositoryDefinition) |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryMappingDefinition.setRepositories(Collection<RepositoryDefinition> repositories) |
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.