Package | Description |
---|---|
org.wso2.carbon.core.persistence | |
org.wso2.carbon.core.persistence.file |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractPersistenceManager.loadDocumentation(String serviceGroupId,
org.apache.axis2.description.AxisDescription ad,
String resourceXPath)
Deprecated.
Load the documentation of an AxisDescription instance
|
protected void |
AbstractPersistenceManager.loadPolicies(String serviceGroupId,
org.apache.axis2.description.AxisDescription ad,
List policyIdList,
String serviceXPath)
Deprecated.
Load policies from the file system and attach to the AxisDescription instance.
|
Modifier and Type | Method and Description |
---|---|
org.apache.axiom.om.OMElement |
ModuleFilePersistenceManager.get(String moduleId)
Deprecated.
Returns the root module element
This simply calls #get(String serviceGroupId, String xpathStr) with xpathStr = "/"
|
abstract org.apache.axiom.om.OMElement |
AbstractFilePersistenceManager.get(String resourceId)
Deprecated.
Returns the root resource's element
This simply calls #get(String resourceId, String xpathStr)
with xpathStr = Resources.ServiceGroupProperties.ROOT_XPATH or "/module[1]" as relevant
|
org.apache.axiom.om.OMElement |
ServiceGroupFilePersistenceManager.get(String serviceGroupId)
Deprecated.
Returns the root serviceGroup element
This simply calls #get(String serviceGroupId, String xpathStr) with xpathStr = "/serviceGroup[1]"
|
org.apache.axiom.om.OMNode |
AbstractFilePersistenceManager.get(String resourceId,
String xpathStr)
Deprecated.
Use this to retrieve a matched OMNode.
|
List |
AbstractFilePersistenceManager.getAll(String resourceId,
String xpathStr)
Deprecated.
|
List |
ServiceGroupFilePersistenceManager.getAssociations(String serviceGroupId,
String xpathOfParentElement,
String associationName)
Deprecated.
Returns the root serviceGroup element
This simply calls #get(String serviceGroupId, String xpathStr) with xpathStr = "/serviceGroup[1]"
Note: Don't use this to retrieve a module association.
|
org.apache.axiom.om.OMAttribute |
AbstractFilePersistenceManager.getAttribute(String resourceId,
String xpathStr)
Deprecated.
Use this if you are retrieving an attribute using an xpath.
|
void |
AbstractFilePersistenceManager.put(String resourceName,
org.apache.axiom.om.OMAttribute attr,
String xpathOfElement)
Deprecated.
Puts an attribute
|
void |
AbstractFilePersistenceManager.put(String resourceName,
org.apache.axiom.om.OMElement content,
String xpathOfParent)
Deprecated.
|
Copyright © 2016 WSO2 Inc. All rights reserved.