Package | Description |
---|---|
org.alfresco.repo.admin.registry |
Modifier and Type | Method and Description |
---|---|
void |
RegistryService.addProperty(RegistryKey key,
Serializable value)
Assign a value to the registry key, which must be of the form /a/b/c.
|
void |
RegistryServiceImpl.addProperty(RegistryKey key,
Serializable value)
Assign a value to the registry key, which must be of the form /a/b/c.
|
void |
RegistryService.copy(RegistryKey sourceKey,
RegistryKey targetKey)
Copies the path or value from the source to the target location.
|
void |
RegistryServiceImpl.copy(RegistryKey sourceKey,
RegistryKey targetKey) |
void |
RegistryService.delete(RegistryKey key)
Delete the path element or value described by the key.
|
void |
RegistryServiceImpl.delete(RegistryKey key) |
Collection<String> |
RegistryService.getChildElements(RegistryKey key)
Fetches all child elements for the given path.
|
Collection<String> |
RegistryServiceImpl.getChildElements(RegistryKey key) |
Serializable |
RegistryService.getProperty(RegistryKey key) |
Serializable |
RegistryServiceImpl.getProperty(RegistryKey key) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.