notification::security::can_notify_object_p (public)

 notification::security::can_notify_object_p [ -user_id user_id ] \
    -object_id object_id

Defined in packages/notifications/tcl/notifications-security-procs.tcl

This checks if a user can request notification on a given object.

Switches:
-user_id (optional)
-object_id (required)
Returns:
boolean value

Testcases:
No testcase defined.
Source code:
        return [permission::permission_p -party_id $user_id -object_id $object_id -privilege "read"]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: