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):
- 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