public class RuntimeObject extends Object implements IRuntimeObject
| Constructor and Description |
|---|
RuntimeObject() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getExtensionPropertyIds() |
Object |
getExtensionPropertyValue(String propertyId) |
protected void |
initExtensionPropertiesFromXml(Element cmptElement) |
protected void |
writeExtensionPropertiesToXml(Element element) |
protected void |
writeExtensionPropertiesToXml(Element element,
Map<String,String> extPropertyMap) |
protected void initExtensionPropertiesFromXml(Element cmptElement)
protected void writeExtensionPropertiesToXml(Element element)
protected void writeExtensionPropertiesToXml(Element element, Map<String,String> extPropertyMap)
public Set<String> getExtensionPropertyIds()
getExtensionPropertyIds in interface IRuntimeObjectpublic Object getExtensionPropertyValue(String propertyId)
getExtensionPropertyValue in interface IRuntimeObjectpropertyId - the id of the desired extension property.propertyId or
null if the extension property's isNull attribute is
true.Copyright © 2018. All rights reserved.