Method Summary |
|
public void | deleteProperties() Delete all properties. |
public MultiStatus | getProperties() Get all the WebDAV properties WebDAV of the managed resoure. |
public MultiStatus | getProperties(PropertyName names) Get the named properties for the managed resource. |
public MultiStatus | getPropertyNames() |
public void | initialize(ResourceImpl resource, com.ibm.webdav.impl.NamespaceManager namespaceManager) Initialize this PropertiesManager instance. |
public Document | loadProperties() Load properties from their persistent store. |
public void | removeLiveProperties(Document propertiesDocument) Remove the live DAV properties from the properties document that
do not need to be saved. |
public void | saveProperties(Document propertiesDocument) Save the properties to the persistent store. |
public MultiStatus | setProperties(Document updates) Edit the properties of the managed resource. |
public void | setProperty(String name, Element value) Set a property of the managed resource to a value. |
public void | updateLiveProperties(Document document) |