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

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.

Testcases:
No testcase defined.

fs::impl::dav_mkcol_type::get_type (private)

 fs::impl::dav_mkcol_type::get_type

Testcases:
No testcase defined.

fs::impl::dav_put_type::get_type (private)

 fs::impl::dav_put_type::get_type

Testcases:
No testcase defined.

fs::impl::fs_object::copy (private)

 fs::impl::fs_object::copy

COPY method

Testcases:
No testcase defined.

fs::impl::fs_object::delete (private)

 fs::impl::fs_object::delete

DELETE method

Testcases:
No testcase defined.

fs::impl::fs_object::get (private)

 fs::impl::fs_object::get

GET method

Testcases:
No testcase defined.

fs::impl::fs_object::head (private)

 fs::impl::fs_object::head

HEAD method

Testcases:
No testcase defined.

fs::impl::fs_object::lock (private)

 fs::impl::fs_object::lock

LOCK method

Testcases:
No testcase defined.

fs::impl::fs_object::mkcol (private)

 fs::impl::fs_object::mkcol

MKCOL method

Testcases:
No testcase defined.

fs::impl::fs_object::move (private)

 fs::impl::fs_object::move

MOVE method

Testcases:
No testcase defined.

fs::impl::fs_object::propfind (private)

 fs::impl::fs_object::propfind

PROPFIND method

Testcases:
No testcase defined.

fs::impl::fs_object::proppatch (private)

 fs::impl::fs_object::proppatch

PROPPATCH method

Testcases:
No testcase defined.

fs::impl::fs_object::put (private)

 fs::impl::fs_object::put

PUT method

Testcases:
No testcase defined.

fs::impl::fs_object::unlock (private)

 fs::impl::fs_object::unlock

UNLOCK method

Testcases:
No testcase defined.
[ show source ]