callback::general_comments::notify_objects::contract (private)

 callback::general_comments::notify_objects::contract \
    -object_id object_id -comment comment -title title \
    -object_type object_type

Defined in packages/general-comments/tcl/general-comments-callback-procs.tcl

This callback is being called once a comment has been added

Switches:
-object_id
(required)
Object ID of the object to which the comment was added
-comment
(required)
Comment that was provided. This is HTML.
-title
(required)
Title given with the comment
-object_type
(required)
Object Type of the object id. This is useful to quickly say in the package implementations whether you want to deal with the comment or not.

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
            # this is a callback contract which only invokes its arg parser for input validation
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ]
Show another procedure: