notification::apm::after_install (private)

 notification::apm::after_install

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

After install callback. Create service contracts.

Partial Call Graph (max 5 caller/called nodes):
%3 db_transaction db_transaction (public) notification::apm::create_delivery_method_contract notification::apm::create_delivery_method_contract (private) notification::apm::create_email_delivery_method_impl notification::apm::create_email_delivery_method_impl (private) notification::apm::create_notification_type_contract notification::apm::create_notification_type_contract (private) notification::apm::register_email_delivery_method notification::apm::register_email_delivery_method (private) notification::apm::after_install notification::apm::after_install notification::apm::after_install->db_transaction notification::apm::after_install->notification::apm::create_delivery_method_contract notification::apm::after_install->notification::apm::create_email_delivery_method_impl notification::apm::after_install->notification::apm::create_notification_type_contract notification::apm::after_install->notification::apm::register_email_delivery_method

Testcases:
No testcase defined.
Source code:
    db_transaction {

        # Create the delivery method service contract
        create_delivery_method_contract

        # Register email delivery method service contract implementation
        set impl_id [create_email_delivery_method_impl]

        # Register the service contract implementation with the notifications service
        register_email_delivery_method -impl_id $impl_id

        # Create the notification type service contract
        create_notification_type_contract
    }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ]
Show another procedure: