etp::search_impl_exists_p (public)

 etp::search_impl_exists_p -content_type content_type

Defined in packages/edit-this-page/tcl/etp-sc-procs.tcl

checks for the existence of a search service contract implementation and returns 1 if it exists, and 0 is it does not

Switches:
-content_type
(required)
Author:
Dave Bauer

Partial Call Graph (max 5 caller/called nodes):
%3 etp::create_search_impl etp::create_search_impl (public) etp::search_impl_exists_p etp::search_impl_exists_p etp::create_search_impl->etp::search_impl_exists_p acs_sc_binding_exists_p acs_sc_binding_exists_p (public) etp::search_impl_exists_p->acs_sc_binding_exists_p

Testcases:
No testcase defined.
Source code:
    # check for service contract here
    ns_log debug "etp::search_impl_exists_p: search_contract_exists_p content type=$content_type
                   exists_p=[acs_sc_binding_exists_p FtsContentProvider $content_type]"
    return [acs_sc_binding_exists_p FtsContentProvider $content_type]
XQL Not present:
Oracle
Generic XQL file:
packages/edit-this-page/tcl/etp-sc-procs.xql

PostgreSQL XQL file:
packages/edit-this-page/tcl/etp-sc-procs-postgresql.xql

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