Uses of Class
org.alfresco.repo.admin.registry.RegistryKey
-
Packages that use RegistryKey Package Description org.alfresco.repo.admin.registry -
-
Uses of RegistryKey in org.alfresco.repo.admin.registry
Methods in org.alfresco.repo.admin.registry with parameters of type RegistryKey Modifier and Type Method Description voidRegistryService. 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)Collection<String>RegistryService. getChildElements(RegistryKey key)Fetches all child elements for the given path.Collection<String>RegistryServiceImpl. getChildElements(RegistryKey key)SerializableRegistryService. getProperty(RegistryKey key)SerializableRegistryServiceImpl. getProperty(RegistryKey key)
-