- Publicity: Public Only All
file-storage-dav-procs.tcl
Procedures for DAV service contract implementations
- Location:
- packages/file-storage/tcl/file-storage-dav-procs.tcl
- Created:
- 2003-11-09
- Author:
- Dave Bauer <dave@thedesignexperience.org>
- CVS Identification:
$Id: file-storage-dav-procs.tcl,v 1.12.2.6 2023/02/20 09:55:55 antoniop Exp $
Procedures in this file
- fs::dav::require (private)
- fs::impl::dav_mkcol_type::get_type (private)
- fs::impl::dav_put_type::get_type (private)
- fs::impl::fs_object::copy (private)
- fs::impl::fs_object::delete (private)
- fs::impl::fs_object::get (private)
- fs::impl::fs_object::head (private)
- fs::impl::fs_object::lock (private)
- fs::impl::fs_object::mkcol (private)
- fs::impl::fs_object::move (private)
- fs::impl::fs_object::propfind (private)
- fs::impl::fs_object::proppatch (private)
- fs::impl::fs_object::put (private)
- fs::impl::fs_object::unlock (private)
Detailed information
fs::dav::require (private)
fs::dav::require
oacs-dav used to be a requirement for file-storage. We now made this optional, with the caveat that some operations need to happen only depending if the package is there or not.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
fs::impl::dav_mkcol_type::get_type (private)
fs::impl::dav_mkcol_type::get_type
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
fs::impl::dav_put_type::get_type (private)
fs::impl::dav_put_type::get_type
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
fs::impl::fs_object::copy (private)
fs::impl::fs_object::copy
COPY method
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
fs::impl::fs_object::delete (private)
fs::impl::fs_object::delete
DELETE method
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
fs::impl::fs_object::get (private)
fs::impl::fs_object::get
GET method
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
fs::impl::fs_object::head (private)
fs::impl::fs_object::head
HEAD method
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
fs::impl::fs_object::lock (private)
fs::impl::fs_object::lock
LOCK method
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
fs::impl::fs_object::mkcol (private)
fs::impl::fs_object::mkcol
MKCOL method
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
fs::impl::fs_object::move (private)
fs::impl::fs_object::move
MOVE method
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
fs::impl::fs_object::propfind (private)
fs::impl::fs_object::propfind
PROPFIND method
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
fs::impl::fs_object::proppatch (private)
fs::impl::fs_object::proppatch
PROPPATCH method
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
fs::impl::fs_object::put (private)
fs::impl::fs_object::put
PUT method
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
fs::impl::fs_object::unlock (private)
fs::impl::fs_object::unlock
UNLOCK method
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.