faq::apm_callback::create_one_faq_qa_impl (private)

 faq::apm_callback::create_one_faq_qa_impl

Defined in packages/faq/tcl/apm-callback-procs.tcl

Register the service contract implementation and return the impl_id

Returns:
impl_id of the created implementation

Partial Call Graph (max 5 caller/called nodes):
%3 faq::apm_callback::package_install faq::apm_callback::package_install (private) faq::apm_callback::create_one_faq_qa_impl faq::apm_callback::create_one_faq_qa_impl faq::apm_callback::package_install->faq::apm_callback::create_one_faq_qa_impl acs_sc::impl::new_from_spec acs_sc::impl::new_from_spec (public) faq::apm_callback::create_one_faq_qa_impl->acs_sc::impl::new_from_spec

Testcases:
No testcase defined.
Source code:
    return [acs_sc::impl::new_from_spec -spec {
        name one_faq_qa_notif_type
        contract_name NotificationType
        owner faq
        aliases {
            GetURL faq::notification::get_url
            ProcessReply faq::notification::process_reply
        }
    }]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: