category::before_uninstall (private)

 category::before_uninstall

Defined in packages/categories/tcl/categories-procs.tcl

Callback to be called before package uninstallation. Removes the service contract implementations.

Author:
Timo Hentschel <timo@timohentschel.de>

Partial Call Graph (max 5 caller/called nodes):
%3 acs_sc::impl::delete acs_sc::impl::delete (public) category::before_uninstall category::before_uninstall category::before_uninstall->acs_sc::impl::delete

Testcases:
No testcase defined.
Source code:
    # shouldn't we first delete the bindings?
    acs_sc::impl::delete -contract_name AcsObject -impl_name category_idhandler
    acs_sc::impl::delete -contract_name AcsObject -impl_name category_tree_idhandler
XQL Not present:
Generic
PostgreSQL XQL file:
packages/categories/tcl/categories-procs-postgresql.xql

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

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