Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pr_methods:sendnotification [2023/04/04 05:51] – removed - external edit (Unknown date) 127.0.0.1pr_methods:sendnotification [2023/05/08 06:55] (current) sean
Line 1: Line 1:
 +{{tag>Index Programmers_Reference Methods IExecutionEngine_Interface sendNotification}}
 +[<10>]
 +====sendNotification (IProcess, IEntity, INotification, String)====
 +<code java>public void sendNotification (IProcessparent, IEntity recipient, INotification notification, String channelTypeName)
 +throws ServerTimeOutException, AccessDeniedException, ExecutionException;</code>
 +
 +Send the specified notification to the specified recipient.
 +
 +===Parameters===
 +|''recipient''|the instance of the intelligent business object which receives the notification|
 +|''notification''|the instance of the notification to send to the recipient. This can be obtained by calling the ''[[pr_methods:createnotification|createNotification]]'' method.|
 +|''channelTypeName''|the name of the channel supported by the recipient through which the notification is sent. If null the notification is sent through the default channel of the recipient.|