public class SynapseRegistriesRegistryStore extends AbstractRegistryStore
configName, log, registry| Constructor and Description |
|---|
SynapseRegistriesRegistryStore(org.wso2.carbon.registry.core.session.UserRegistry registry,
String configName) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteElement() |
void |
deleteElement(String name) |
protected String |
getConfigurationPath() |
org.apache.axiom.om.OMElement |
getElement() |
org.apache.axiom.om.OMElement |
getElement(String name) |
Collection<org.apache.axiom.om.OMElement> |
getElements() |
void |
persistElement(org.apache.axiom.om.OMElement element,
String fileName) |
void |
persistElement(String name,
org.apache.axiom.om.OMElement element,
String fileName) |
createCollection, getChildElementsInPath, getConfigurationRoot, getResourceAsElement, handleException, handleException, persistElementpublic SynapseRegistriesRegistryStore(org.wso2.carbon.registry.core.session.UserRegistry registry,
String configName)
public Collection<org.apache.axiom.om.OMElement> getElements()
getElements in class AbstractRegistryStorepublic org.apache.axiom.om.OMElement getElement()
public org.apache.axiom.om.OMElement getElement(String name)
getElement in class AbstractRegistryStorepublic void persistElement(org.apache.axiom.om.OMElement element,
String fileName)
public void persistElement(String name, org.apache.axiom.om.OMElement element, String fileName)
persistElement in class AbstractRegistryStorepublic void deleteElement()
public void deleteElement(String name)
deleteElement in class AbstractRegistryStoreprotected String getConfigurationPath()
getConfigurationPath in class AbstractRegistryStoreCopyright © 2019 WSO2. All rights reserved.