![]() |
Qore xml Module 2.1.0
|
The abstract WebDavHandler property handler class interface. More...
#include <AbstractWebDavPropertyHandler.qc.dox.h>
Public Member Methods | |
| abstract auto | get (string resource, string ns, DavNs, list< string > prop_names) |
| Retrieves the value(s) of the given properties in the given namespace. | |
| abstract auto | get (string resource, string ns, DavNs, string prop_name) |
| Retrieves the value(s) of the given properties in the given namespace. | |
| abstract soft< hash< string, hash< auto > > > | getAll (string resource) |
| Returns all properties in all namespaces. | |
| abstract soft< hash< auto > > | getAllInNamespace (string resource, string ns) |
| Returns all properties in the given namespaces. | |
| abstract void | set (string resource, string ns, auto value, DavNs, string prop_name) |
| Sets a property value. | |
| abstract void | del (string resource, string ns, DavNs, list< string > prop_names) |
| Deletes one or more properties. | |
| abstract void | del (string resource, string ns, DavNs, string prop_name) |
| Deletes a property. | |
| abstract void | delAll (string resource) |
| Deletes all properties for the given resource. | |
| abstract void | cp (string src_url, string target_url) |
| Copies all properties to another target URL. | |
| abstract void | move (string src_url, string target_url) |
| Moves properties from one target URL to another. | |
The abstract WebDavHandler property handler class interface.
| abstract soft< hash< string, hash< auto > > > WebDavHandler::AbstractWebDavPropertyHandler::getAll | ( | string | resource | ) |
Returns all properties in all namespaces.
| abstract soft< hash< auto > > WebDavHandler::AbstractWebDavPropertyHandler::getAllInNamespace | ( | string | resource, |
| string | ns | ||
| ) |
Returns all properties in the given namespaces.