apm_parameter_unregister (public)

 apm_parameter_unregister [ -callback callback ] \
    [ -package_key package_key ] [ -parameter parameter ] \
    [ -parameter_id parameter_id ] [ parameter_id_legacy ]

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

Unregisters a parameter from the system.

Switches:
-callback
(defaults to "apm_dummy_callback") (optional)
-package_key
(optional)
-parameter
(optional)
-parameter_id
(optional)
Parameters:
parameter_id_legacy (optional) - DEPRECATED: previous versions of this proc would specify parameter_id as an unnamed argument. This has now be changed to a flag, but the old syntax is still tolerated in old code. This will generate a warning though and will be dropped in future versions.

Partial Call Graph (max 5 caller/called nodes):
%3 test_parameter__check_procs parameter__check_procs (test acs-tcl) apm_parameter_unregister apm_parameter_unregister test_parameter__check_procs->apm_parameter_unregister test_parameter_register_test parameter_register_test (test acs-tcl) test_parameter_register_test->apm_parameter_unregister ad_parameter_cache ad_parameter_cache (public) apm_parameter_unregister->ad_parameter_cache db_1row db_1row (public) apm_parameter_unregister->db_1row db_exec_plsql db_exec_plsql (public) apm_parameter_unregister->db_exec_plsql db_foreach db_foreach (public) apm_parameter_unregister->db_foreach db_string db_string (public) apm_parameter_unregister->db_string apm_unregister_disinherited_params apm_unregister_disinherited_params (public) apm_unregister_disinherited_params->apm_parameter_unregister boomerang::before-uninstall boomerang::before-uninstall (private) boomerang::before-uninstall->apm_parameter_unregister chat::apm::after_upgrade chat::apm::after_upgrade (private) chat::apm::after_upgrade->apm_parameter_unregister cookieconsent::before-uninstall cookieconsent::before-uninstall (private) cookieconsent::before-uninstall->apm_parameter_unregister packages/acs-admin/www/apm/parameter-delete.tcl packages/acs-admin/ www/apm/parameter-delete.tcl packages/acs-admin/www/apm/parameter-delete.tcl->apm_parameter_unregister

Testcases:
parameter_register_test, parameter__check_procs
[ show source ]
Show another procedure: