{{tag>Index Programmers_Reference Methods IExecutionEngine_Interface sendNotification}} [<10>] ====sendNotification (IProcess, IEntity, INotification, String)==== public void sendNotification (IProcessparent, IEntity recipient, INotification notification, String channelTypeName) throws ServerTimeOutException, AccessDeniedException, ExecutionException; 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.|