forums-sc-procs.tcl

Forums Library - Search Service Contracts This library is DEPRECATED and NOT USED. search is implemented using callbacks now. See forums-callback-procs.tcl This library will be definitely removed in 5.5

Location:
packages/forums/tcl/forums-sc-procs.tcl
Created:
2002-08-07
Author:
Dave Bauer
CVS Identification:
$Id: forums-sc-procs.tcl,v 1.17.2.4 2021/02/22 16:25:41 antoniop Exp $

Procedures in this file

Detailed information

forum::forum::datasource (private, deprecated)

 forum::forum::datasource forum_id
Deprecated. Invoking this procedure generates a warning.

Datasource for the FtsContentProvider contract.

Parameters:
forum_id
Author:
Jeff Davis davis@xarg.net
Created:
2004-04-01 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_0or1row db_0or1row (public) forum::forum::datasource forum::forum::datasource forum::forum::datasource->ad_log_deprecated forum::forum::datasource->db_0or1row

Testcases:
No testcase defined.

forum::forum::url (private, deprecated)

 forum::forum::url forum_id
Deprecated. Invoking this procedure generates a warning.

url method for the FtsContentProvider contract

Parameters:
forum_id
Author:
Jeff Davis davis@xarg.net
Created:
2004-04-01 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_string db_string (public) forum::forum::url forum::forum::url forum::forum::url->ad_log_deprecated forum::forum::url->db_string

Testcases:
No testcase defined.

forum::message::datasource (private, deprecated)

 forum::message::datasource message_id
Deprecated. Invoking this procedure generates a warning.

Parameters:
message_id
Author:
dave@thedesignexperience.org
Created:
2002-08-07 returns a datasource for the search package this is the content that will be indexed by the full text search engine. We expect message_id to be a root message of a thread only, and return the text of all the messages below DEPRECATED: search is implemented using callbacks now.
See Also:
  • forums-callback-procs.tcl

Partial Call Graph (max 5 caller/called nodes):
%3 ad_conn ad_conn (public) ad_html_text_convert ad_html_text_convert (public) ad_log_deprecated ad_log_deprecated (public) db_foreach db_foreach (public) forum::message::get forum::message::get (public) forum::message::datasource forum::message::datasource forum::message::datasource->ad_conn forum::message::datasource->ad_html_text_convert forum::message::datasource->ad_log_deprecated forum::message::datasource->db_foreach forum::message::datasource->forum::message::get

Testcases:
No testcase defined.

forum::message::url (private, deprecated)

 forum::message::url message_id
Deprecated. Invoking this procedure generates a warning.

Parameters:
message_id
Author:
dave@thedesignexperience.org
Created:
2002-08-07 returns a URL for a message to the search package 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_string db_string (public) forum::message::get forum::message::get (public) forum::message::url forum::message::url forum::message::url->ad_log_deprecated forum::message::url->db_string forum::message::url->forum::message::get

Testcases:
No testcase defined.

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

 forum::sc::register_forum_fts_impl
Deprecated. Invoking this procedure generates a warning.

DEPRECATED: search is implemented using callbacks now.

See Also:
  • forums-callback-procs.tcl

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

Testcases:
No testcase defined.

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

 forum::sc::register_implementations
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.

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

 forum::sc::register_message_fts_impl
Deprecated. Invoking this procedure generates a warning.

DEPRECATED: search is implemented using callbacks now.

See Also:
  • forums-callback-procs.tcl

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

Testcases:
No testcase defined.

forum::sc::unregister_implementations (private)

 forum::sc::unregister_implementations

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.
[ show source ]