xowiki-callback-procs.tcl

XoWiki - Callback procs

Location:
packages/xowiki/tcl/xowiki-callback-procs.tcl
Created:
2006-08-08
Author:
Gustaf Neumann
CVS Identification:
$Id: xowiki-callback-procs.tcl,v 1.78.2.8 2022/06/22 17:48:38 gustafn Exp $

Procedures in this file

Detailed information

callback::subsite::parameter_changed::impl::xowiki (private)

 callback::subsite::parameter_changed::impl::xowiki \
    -package_id package_id -parameter parameter -value value

Implementation of subsite::parameter_changed for xowiki parameters.

Switches:
-package_id
(required)
the package_id of the package the parameter was changed for
-parameter
(required)
the parameter name
-value
(required)
the new value
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 xowiki::hstore::update_hstore xowiki::hstore::update_hstore (private) callback::subsite::parameter_changed::impl::xowiki callback::subsite::parameter_changed::impl::xowiki callback::subsite::parameter_changed::impl::xowiki->xowiki::hstore::update_hstore

Testcases:
No testcase defined.

xowiki::after-install (private)

 xowiki::after-install

Partial Call Graph (max 5 caller/called nodes):
%3 xowiki::notifications-install xowiki::notifications-install (private) xowiki::sc::register_implementations xowiki::sc::register_implementations (private) xowiki::after-install xowiki::after-install xowiki::after-install->xowiki::notifications-install xowiki::after-install->xowiki::sc::register_implementations

Testcases:
No testcase defined.

xowiki::before-uninstall (private)

 xowiki::before-uninstall

Partial Call Graph (max 5 caller/called nodes):
%3 xowiki::notifications-uninstall xowiki::notifications-uninstall (private) xowiki::sc::unregister_implementations xowiki::sc::unregister_implementations (private) xowiki::before-uninstall xowiki::before-uninstall xowiki::before-uninstall->xowiki::notifications-uninstall xowiki::before-uninstall->xowiki::sc::unregister_implementations

Testcases:
No testcase defined.

xowiki::before-uninstantiate (public)

 xowiki::before-uninstantiate -package_id package_id

Callback to be called whenever a package instance is deleted.

Switches:
-package_id
(required)
Author:
Gustaf Neumann

Partial Call Graph (max 5 caller/called nodes):
%3 test_xowiki_test_cases xowiki_test_cases (test xowiki) xowiki::before-uninstantiate xowiki::before-uninstantiate test_xowiki_test_cases->xowiki::before-uninstantiate apm_instance_name_from_id apm_instance_name_from_id (public) xowiki::before-uninstantiate->apm_instance_name_from_id general_comments_delete_messages general_comments_delete_messages (public) xowiki::before-uninstantiate->general_comments_delete_messages

Testcases:
xowiki_test_cases

xowiki::upgrade_callback (private)

 xowiki::upgrade_callback -from_version_name from_version_name \
    -to_version_name to_version_name

Callback for upgrading

Switches:
-from_version_name
(required)
-to_version_name
(required)
Author:
Gustaf Neumann <neumann@wu-wien.ac.at>

Partial Call Graph (max 5 caller/called nodes):
%3 _ _ (public) xowiki::upgrade_callback xowiki::upgrade_callback xowiki::upgrade_callback->_

Testcases:
No testcase defined.
[ show source ]