- Publicity: Public Only All
file-storage-install-procs.tcl
Sets up WebDAV support service contracts
- Location:
- packages/file-storage/tcl/file-storage-install-procs.tcl
- Created:
- 2003-11-09
- Author:
- Dave Bauer <dave@thedesignexperience.org>
- CVS Identification:
$Id: file-storage-install-procs.tcl,v 1.17.2.2 2024/02/26 15:05:29 antoniop Exp $
Procedures in this file
- fs::install::after_instantiate (private)
- fs::install::before_uninstantiate (private)
- fs::install::package_install (private)
- fs::install::package_uninstall (private)
- fs::install::register_implementation (private)
- fs::install::unregister_implementation (private)
- fs::install::upgrade (private)
- install::xml::action::file-storage-folder (private)
Detailed information
fs::install::after_instantiate (private)
fs::install::after_instantiate -package_id package_id
- Switches:
- -package_id (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
fs::install::before_uninstantiate (private)
fs::install::before_uninstantiate -package_id package_id
- Switches:
- -package_id (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
fs::install::package_install (private)
fs::install::package_install
setup DAV service contracts
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
fs::install::package_uninstall (private)
fs::install::package_uninstall
clean up for package uninstall
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
fs::install::register_implementation (private)
fs::install::register_implementation
add file-storage repository service contract implementation
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
fs::install::unregister_implementation (private)
fs::install::unregister_implementation
remove file-storage service contract implementation
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
fs::install::upgrade (private)
fs::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)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
install::xml::action::file-storage-folder (private)
install::xml::action::file-storage-folder node
Create a file storage folder from install.xml
- Parameters:
- node (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.