public class PersistenceManager extends Object
Modifier and Type | Method and Description |
---|---|
void |
addRegistryEntry(RegistryEntryDO registryEntryDO) |
void |
deleteRegistryEntry(String key) |
static PersistenceManager |
getInstance() |
org.wso2.carbon.registry.core.Registry |
getRegistry() |
RegistryEntryDO |
getRegistryEntry(String key) |
void |
saveOrUpdateRegistryEntry(RegistryEntryDO registryEntryDO) |
void |
setRegistry(org.wso2.carbon.registry.core.Registry registry) |
void |
updateRegistryEntry(RegistryEntryDO registryEntryDO) |
public static PersistenceManager getInstance()
public void addRegistryEntry(RegistryEntryDO registryEntryDO)
public void updateRegistryEntry(RegistryEntryDO registryEntryDO)
public void saveOrUpdateRegistryEntry(RegistryEntryDO registryEntryDO)
public RegistryEntryDO getRegistryEntry(String key)
public void deleteRegistryEntry(String key)
public org.wso2.carbon.registry.core.Registry getRegistry()
public void setRegistry(org.wso2.carbon.registry.core.Registry registry)
Copyright © 2022 WSO2. All rights reserved.