notification::apm::create_notification_type_contract (private)

 notification::apm::create_notification_type_contract

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

Create the notification type service contract, used by client packages to define notification types specific to the client's object types.

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

Testcases:
No testcase defined.
Source code:
    acs_sc::contract::new_from_spec  -spec {
            name "NotificationType"
            description "Notification Type"
            operations {
                GetURL {
                    description "Gets the URL for an object in this notification type"
                    input {
                        object_id:integer
                    }
                    output {
                        url:string
                    }
                }
                ProcessReply {
                    description "Process a single reply"
                    input {
                        reply_id:integer
                    }
                    output {
                        success_p:boolean
                    }

                }
            }
        }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: