public class MultiNamespaceCustomPropertySource extends Object implements PropertySource
PropertySource.PropertyAccessibility, PropertySource.PropertyMetaData, PropertySource.PropertySetException| Constructor and Description |
|---|
MultiNamespaceCustomPropertySource() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearProperty(QName name,
Resource r)
Just calls setProperty(.. null
|
List<QName> |
getAllPropertyNames(Resource r) |
Object |
getProperty(QName name,
Resource r) |
PropertySource.PropertyMetaData |
getPropertyMetaData(QName name,
Resource r) |
void |
setProperty(QName name,
Object value,
Resource r) |
public Object getProperty(QName name, Resource r)
getProperty in interface PropertySourcepublic void setProperty(QName name, Object value, Resource r) throws PropertySource.PropertySetException, NotAuthorizedException
setProperty in interface PropertySourcePropertySource.PropertySetExceptionNotAuthorizedExceptionpublic PropertySource.PropertyMetaData getPropertyMetaData(QName name, Resource r)
getPropertyMetaData in interface PropertySourcepublic void clearProperty(QName name, Resource r) throws PropertySource.PropertySetException, NotAuthorizedException
clearProperty in interface PropertySourcename - r - PropertySource.PropertySetExceptionNotAuthorizedExceptionpublic List<QName> getAllPropertyNames(Resource r)
getAllPropertyNames in interface PropertySourceCopyright © 2021 McEvoy Software Ltd. All rights reserved.