public class RepositoryManagerImpl extends DefaultComponent implements RepositoryManager
Repository and from there to
CoreSession objects.lastModified| Constructor and Description |
|---|
RepositoryManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRepository(Repository repository)
Registers a new repository.
|
<T> T |
getAdapter(Class<T> adapter)
Returns an object which is an instance of the given class associated with this object.
|
Repository |
getDefaultRepository()
Gets the default repository.
|
String |
getDefaultRepositoryName()
Gets the name of the default repository.
|
Collection<Repository> |
getRepositories()
Gets all registered repositories.
|
Repository |
getRepository(String name)
Gets a repository by its name.
|
List<String> |
getRepositoryNames()
Gets the names of registered repositories.
|
void |
registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
void |
removeRepository(String name)
Removes a registered repository.
|
void |
unregisterContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
activate, applicationStarted, deactivate, getApplicationStartedOrder, getLastModified, registerExtension, setLastModified, setModifiedNow, unregisterExtensionpublic RepositoryManagerImpl()
public void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
registerContribution in class DefaultComponentpublic void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
unregisterContribution in class DefaultComponentpublic void addRepository(Repository repository)
RepositoryManageraddRepository in interface RepositoryManagerrepository - the repository to registerpublic void removeRepository(String name)
RepositoryManagerDo nothing if the repository is not registered.
removeRepository in interface RepositoryManagername - the repository name to unregisterpublic Collection<Repository> getRepositories()
RepositoryManagergetRepositories in interface RepositoryManagerpublic List<String> getRepositoryNames()
RepositoryManagergetRepositoryNames in interface RepositoryManagerpublic Repository getRepository(String name)
RepositoryManagergetRepository in interface RepositoryManagername - the repository namepublic Repository getDefaultRepository()
RepositoryManagerIf there is not a default repository returns the first registered. repository
This is a convenient method to get the repository for application having a single repository.
getDefaultRepository in interface RepositoryManagerpublic String getDefaultRepositoryName()
RepositoryManagerIf there is not a default repository, returns the name of the first registered repository.
getDefaultRepositoryName in interface RepositoryManagerpublic <T> T getAdapter(Class<T> adapter)
Adaptablenull
if no such object can be found.getAdapter in interface AdaptablegetAdapter in class DefaultComponentadapter - the adapter class to look upnull if this object does not have an adapter for
the given classCopyright © 2016 Nuxeo SA. All rights reserved.