notification::apm::create_delivery_method_contract (private)

 notification::apm::create_delivery_method_contract

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

Create the delivery method service contract.

Partial Call Graph (max 5 caller/called nodes):
%3 notification::apm::after_install notification::apm::after_install (private) notification::apm::create_delivery_method_contract notification::apm::create_delivery_method_contract notification::apm::after_install->notification::apm::create_delivery_method_contract notification::apm::after_upgrade notification::apm::after_upgrade (private) notification::apm::after_upgrade->notification::apm::create_delivery_method_contract acs_sc::contract::new_from_spec acs_sc::contract::new_from_spec (public) notification::apm::create_delivery_method_contract->acs_sc::contract::new_from_spec

Testcases:
No testcase defined.
Source code:
    acs_sc::contract::new_from_spec  -spec {
            name "NotificationDeliveryMethod"
            description "Notification Delivery Method"
            operations {
                Send {
                    description "Send a notification"
                    input {
                        from_user_id:integer
                        to_user_id:integer
                        reply_object_id:integer
                        notification_type_id:integer
                        subject:string
                        content_text:string
                        content_html:string
                        file_ids:string
                    }
                }
                ScanReplies {
                    description "Scan for replies"
                }
            }
        }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: