Qore xml Module 1.8.1
|
This is the complete list of members for WebDavHandler::AbstractWebDavPropertyHandler, including all inherited members.
cp(string src_url, string target_url) | WebDavHandler::AbstractWebDavPropertyHandler | pure virtual |
del(string resource, string ns=DavNs, list< string > prop_names) | WebDavHandler::AbstractWebDavPropertyHandler | pure virtual |
del(string resource, string ns=DavNs, string prop_name) | WebDavHandler::AbstractWebDavPropertyHandler | pure virtual |
delAll(string resource) | WebDavHandler::AbstractWebDavPropertyHandler | pure virtual |
get(string resource, string ns=DavNs, list< string > prop_names) | WebDavHandler::AbstractWebDavPropertyHandler | pure virtual |
get(string resource, string ns=DavNs, string prop_name) | WebDavHandler::AbstractWebDavPropertyHandler | pure virtual |
getAll(string resource) | WebDavHandler::AbstractWebDavPropertyHandler | pure virtual |
getAllInNamespace(string resource, string ns) | WebDavHandler::AbstractWebDavPropertyHandler | pure virtual |
move(string src_url, string target_url) | WebDavHandler::AbstractWebDavPropertyHandler | pure virtual |
set(string resource, string ns=DavNs, string prop_name, auto value) | WebDavHandler::AbstractWebDavPropertyHandler | pure virtual |