forum::sc::register_implementations (private, deprecated)

 forum::sc::register_implementations

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

Deprecated. Invoking this procedure generates a warning.

Register the forum_forum and forum_message content type fts contract DEPRECATED: search is implemented using callbacks now.

See Also:
  • forums-callback-procs.tcl

Partial Call Graph (max 5 caller/called nodes):
%3 ad_log_deprecated ad_log_deprecated (public) db_transaction db_transaction (public) forum::sc::register_forum_fts_impl forum::sc::register_forum_fts_impl (private, deprecated) forum::sc::register_message_fts_impl forum::sc::register_message_fts_impl (private, deprecated) forum::sc::register_implementations forum::sc::register_implementations forum::sc::register_implementations->ad_log_deprecated forum::sc::register_implementations->db_transaction forum::sc::register_implementations->forum::sc::register_forum_fts_impl forum::sc::register_implementations->forum::sc::register_message_fts_impl

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc forum::sc::register_implementations
    db_transaction {
        forum::sc::register_forum_fts_impl
        forum::sc::register_message_fts_impl
    }
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: