apm_supported_callback_types (public)

 apm_supported_callback_types

Defined in packages/acs-tcl/tcl/apm-procs.tcl

Gets the list of package callback types that are supported by the system. Each callback type represents a certain event or time when a Tcl procedure should be invoked, such as after-install

Author:
Peter Marklund

Partial Call Graph (max 5 caller/called nodes):
%3 test_apm__test_callback_get_set apm__test_callback_get_set (test acs-tcl) apm_supported_callback_types apm_supported_callback_types test_apm__test_callback_get_set->apm_supported_callback_types test_apm__test_callback_invoke apm__test_callback_invoke (test acs-tcl) test_apm__test_callback_invoke->apm_supported_callback_types test_apm__test_info_file apm__test_info_file (test acs-tcl) test_apm__test_info_file->apm_supported_callback_types apm_assert_callback_type_supported apm_assert_callback_type_supported (public) apm_assert_callback_type_supported->apm_supported_callback_types apm_callback_type_supported_p apm_callback_type_supported_p (public) apm_callback_type_supported_p->apm_supported_callback_types apm_read_package_info_file apm_read_package_info_file (public) apm_read_package_info_file->apm_supported_callback_types apm_unused_callback_types apm_unused_callback_types (public) apm_unused_callback_types->apm_supported_callback_types

Testcases:
apm__test_info_file, apm__test_callback_get_set, apm__test_callback_invoke
Source code:
    return {
        before-install
        after-install
        before-upgrade
        after-upgrade
        before-uninstall
        after-instantiate
        before-uninstantiate
        after-mount
        before-unmount
    }
Generic XQL file:
packages/acs-tcl/tcl/apm-procs.xql

PostgreSQL XQL file:
packages/acs-tcl/tcl/apm-procs-postgresql.xql

Oracle XQL file:
packages/acs-tcl/tcl/apm-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: