forum::sc::unregister_implementations (private)

 forum::sc::unregister_implementations

Defined in packages/forums/tcl/forums-sc-procs.tcl

This proc is de-facto deprecated, as search is implemented using callbacks now, but we still need it to be there to support upgrades from older versions.

See Also:
  • forums-callback-procs.tcl

Partial Call Graph (max 5 caller/called nodes):
%3 forum::install::package_upgrade forum::install::package_upgrade (private) forum::sc::unregister_implementations forum::sc::unregister_implementations forum::install::package_upgrade->forum::sc::unregister_implementations acs_sc::impl::delete acs_sc::impl::delete (public) forum::sc::unregister_implementations->acs_sc::impl::delete db_transaction db_transaction (public) forum::sc::unregister_implementations->db_transaction

Testcases:
No testcase defined.
Source code:
    db_transaction {
        acs_sc::impl::delete -contract_name FtsContentProvider -impl_name forums_message
        acs_sc::impl::delete -contract_name FtsContentProvider -impl_name forums_forum
    }
XQL Not present:
Generic, Oracle
PostgreSQL XQL file:
packages/forums/tcl/forums-sc-procs-postgresql.xql

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