|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertySource
Defines a source of properties. This is used by both propfind and proppatch
| Nested Class Summary | |
|---|---|
static class |
PropertySource.PropertyAccessibility
|
static class |
PropertySource.PropertyMetaData
|
static class |
PropertySource.PropertySetException
Exception from setting a field |
| Method Summary | |
|---|---|
void |
clearProperty(javax.xml.namespace.QName name,
Resource r)
Remove the given property. |
java.util.List<javax.xml.namespace.QName> |
getAllPropertyNames(Resource r)
|
java.lang.Object |
getProperty(javax.xml.namespace.QName name,
Resource r)
|
PropertySource.PropertyMetaData |
getPropertyMetaData(javax.xml.namespace.QName name,
Resource r)
Check to see if the property is known, and if it is writable. |
void |
setProperty(javax.xml.namespace.QName name,
java.lang.Object value,
Resource r)
|
| Method Detail |
|---|
java.lang.Object getProperty(javax.xml.namespace.QName name,
Resource r)
throws NotAuthorizedException
NotAuthorizedException
void setProperty(javax.xml.namespace.QName name,
java.lang.Object value,
Resource r)
throws PropertySource.PropertySetException,
NotAuthorizedException
PropertySource.PropertySetException
NotAuthorizedException
PropertySource.PropertyMetaData getPropertyMetaData(javax.xml.namespace.QName name,
Resource r)
name - - the qualified name of the propertyr - - the resource which might contain the property
void clearProperty(javax.xml.namespace.QName name,
Resource r)
throws PropertySource.PropertySetException,
NotAuthorizedException
name - r -
PropertySource.PropertySetException
NotAuthorizedExceptionjava.util.List<javax.xml.namespace.QName> getAllPropertyNames(Resource r)
r - - the resource which may contain properties
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||