• Publicity: Public Only All

oacs-dav-install-procs.tcl

Setup procs to run at package install, should be run only once.

Location:
packages/oacs-dav/tcl/oacs-dav-install-procs.tcl
Created:
2003-09-11
Author:
Dave Bauer <dave@thedesignexperience.org>
CVS Identification:
$Id: oacs-dav-install-procs.tcl,v 1.4.2.1 2024/07/15 12:04:49 gustafn Exp $

Procedures in this file

Detailed information

oacs_dav::install::create_dav_mkcol_type_sc (private)

 oacs_dav::install::create_dav_mkcol_type_sc

create dav_mkcol_type service contract

Testcases:
No testcase defined.

oacs_dav::install::create_dav_put_type_sc (private)

 oacs_dav::install::create_dav_put_type_sc

create dav_put_type service contract

Testcases:
No testcase defined.

oacs_dav::install::create_dav_sc (private)

 oacs_dav::install::create_dav_sc

create dav service contract spec

Testcases:
No testcase defined.

oacs_dav::install::create_service_contracts (private)

 oacs_dav::install::create_service_contracts

create service contract for DAV methods

Testcases:
No testcase defined.

oacs_dav::install::delete_service_contracts (private)

 oacs_dav::install::delete_service_contracts

remove service contracts on uninstall

Testcases:
No testcase defined.

oacs_dav::install::package_install (private)

 oacs_dav::install::package_install

setup DAV service contracts

Testcases:
No testcase defined.

oacs_dav::install::package_uninstall (private)

 oacs_dav::install::package_uninstall

clean up for package uninstall

Testcases:
No testcase defined.

oacs_dav::install::register_implementation (private)

 oacs_dav::install::register_implementation

add default content repository service contract implementation

Testcases:
No testcase defined.

oacs_dav::install::unregister_implementation (private)

 oacs_dav::install::unregister_implementation

remove default service contract implementation

Testcases:
No testcase defined.

oacs_dav::install::upgrade (private)

 oacs_dav::install::upgrade [ -from_version_name from_version_name ] \
    [ -to_version_name to_version_name ]

Install new DAV service contracts

Switches:
-from_version_name (optional)
-to_version_name (optional)

Testcases:
No testcase defined.
[ show source ]