notification::delivery::new (public)
notification::delivery::new [ -delivery_method_id delivery_method_id ] \ -sc_impl_id sc_impl_id -short_name short_name \ -pretty_name pretty_name
Defined in packages/notifications/tcl/delivery-method-procs.tcl
Register a new delivery method with the notification service.
- Switches:
- -delivery_method_id (optional)
- -sc_impl_id (required)
- -short_name (required)
- -pretty_name (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: set extra_vars [ns_set create s delivery_method_id $delivery_method_id sc_impl_id $sc_impl_id short_name $short_name pretty_name $pretty_name ] return [package_instantiate_object -extra_vars $extra_vars "notification_delivery_method"]Generic XQL file: packages/notifications/tcl/delivery-method-procs.xql
PostgreSQL XQL file: packages/notifications/tcl/delivery-method-procs-postgresql.xql
Oracle XQL file: packages/notifications/tcl/delivery-method-procs-oracle.xql