public abstract class DataServiceConfigurationElement extends Object
| Constructor and Description |
|---|
DataServiceConfigurationElement() |
DataServiceConfigurationElement(String requiredRoles) |
DataServiceConfigurationElement(String requiredRoles,
String xsdType) |
| Modifier and Type | Method and Description |
|---|---|
abstract org.apache.axiom.om.OMElement |
buildXML()
Generates XML representation of Object
|
Map<String,String> |
extractAdvancedProps(org.apache.axiom.om.OMElement queryEl)
Extract advance property name value pairs from the query configuration.
|
String |
getRequiredRoles() |
String |
getXsdType() |
void |
setRequiredRoles(String userRoles) |
void |
setxsdType(String xsType) |
public DataServiceConfigurationElement(String requiredRoles, String xsdType)
public DataServiceConfigurationElement(String requiredRoles)
public DataServiceConfigurationElement()
public String getRequiredRoles()
public String getXsdType()
public void setRequiredRoles(String userRoles)
public void setxsdType(String xsType)
public abstract org.apache.axiom.om.OMElement buildXML()
public Map<String,String> extractAdvancedProps(org.apache.axiom.om.OMElement queryEl)
queryEl - DBS query config element which contains the advanced propertiesCopyright © 2020 WSO2. All rights reserved.