callback-procs.tcl

XOTcl request monitor - Callback procs Procs to support a simple callback mechanism that allows other applications to register callbacks triggered when objects, like groups, in the subsite application are created.

Location:
packages/xotcl-request-monitor/tcl/callback-procs.tcl
Created:
2020-11-20
Author:
Gustaf Neumann

Procedures in this file

Detailed information

callback::subsite::parameter_changed::impl::xotcl-request-monitor (private)

 callback::subsite::parameter_changed::impl::xotcl-request-monitor \
    -package_id package_id -parameter parameter -value value

Implementation of subsite::parameter_changed for xotcl-request-monitor

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
Author:
Nima Mazloumi <nima.mazloumi@gmx.de>
Created:
2005-08-17
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 apm_package_id_from_key apm_package_id_from_key (public) callback::subsite::parameter_changed::impl::xotcl-request-monitor callback::subsite::parameter_changed::impl::xotcl-request-monitor callback::subsite::parameter_changed::impl::xotcl-request-monitor->apm_package_id_from_key

Testcases:
No testcase defined.

request_monitor::after_mount (private)

 request_monitor::after_mount -package_id package_id -node_id node_id

Modify default permissions after mount to restrict read access to the package from public read to read access for registered users.

Switches:
-package_id (required)
-node_id (required)

Partial Call Graph (max 5 caller/called nodes):
%3 acs_magic_object acs_magic_object (public) permission::grant permission::grant (public) permission::set_not_inherit permission::set_not_inherit (public) request_monitor::after_mount request_monitor::after_mount request_monitor::after_mount->acs_magic_object request_monitor::after_mount->permission::grant request_monitor::after_mount->permission::set_not_inherit

Testcases:
No testcase defined.

request_monitor::upgrade_callback (private)

 request_monitor::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 apm_version_names_compare apm_version_names_compare (public) request_monitor::upgrade_callback request_monitor::upgrade_callback request_monitor::upgrade_callback->apm_version_names_compare

Testcases:
No testcase defined.
[ show source ]