Uses of Class
org.alfresco.repo.admin.registry.RegistryKey
Packages that use RegistryKey
-
Uses of RegistryKey in org.alfresco.repo.admin.registry
Methods in org.alfresco.repo.admin.registry with parameters of type RegistryKeyModifier and TypeMethodDescriptionvoidRegistryService.addProperty(RegistryKey key, Serializable value) Assign a value to the registry key, which must be of the form /a/b/c.voidRegistryServiceImpl.addProperty(RegistryKey key, Serializable value) Assign a value to the registry key, which must be of the form /a/b/c.voidRegistryService.copy(RegistryKey sourceKey, RegistryKey targetKey) Copies the path or value from the source to the target location.voidRegistryServiceImpl.copy(RegistryKey sourceKey, RegistryKey targetKey) voidRegistryService.delete(RegistryKey key) Delete the path element or value described by the key.voidRegistryServiceImpl.delete(RegistryKey key) RegistryService.getChildElements(RegistryKey key) Fetches all child elements for the given path.RegistryServiceImpl.getChildElements(RegistryKey key) RegistryService.getProperty(RegistryKey key) RegistryServiceImpl.getProperty(RegistryKey key)