oacs_dav::impl::content_folder::proppatch (private)

 oacs_dav::impl::content_folder::proppatch

Defined in packages/oacs-dav/tcl/oacs-dav-procs.tcl

PROPPATCH DAV method for generic content folder user-properties are stored in the filesystem by tDAV this doesn't do anything until tDAV allows storage of user properties in the database

Partial Call Graph (max 5 caller/called nodes):
%3 AcsSc.dav.proppatch.content_folder AcsSc.dav.proppatch.content_folder (private) oacs_dav::impl::content_folder::proppatch oacs_dav::impl::content_folder::proppatch AcsSc.dav.proppatch.content_folder->oacs_dav::impl::content_folder::proppatch oacs_dav::conn oacs_dav::conn (public) oacs_dav::impl::content_folder::proppatch->oacs_dav::conn tdav::check_lock tdav::check_lock oacs_dav::impl::content_folder::proppatch->tdav::check_lock tdav::update_user_props tdav::update_user_props oacs_dav::impl::content_folder::proppatch->tdav::update_user_props

Testcases:
No testcase defined.
Source code:
    set uri [oacs_dav::conn uri]

    if {"unlocked" ne [tdav::check_lock $uri] } {
        return [list 423]
    }

    set response [tdav::update_user_props $uri [oacs_dav::conn prop_req]]
    return [list 207 $response]
Generic XQL file:
packages/oacs-dav/tcl/oacs-dav-procs.xql

PostgreSQL XQL file:
packages/oacs-dav/tcl/oacs-dav-procs-postgresql.xql

Oracle XQL file:
packages/oacs-dav/tcl/oacs-dav-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: