public void sendNotification (IProcessparent, IEntity recipient, INotification notification, String channelTypeName)
throws ServerTimeOutException, AccessDeniedException, ExecutionException;

Send the specified notification to the specified recipient.

Parameters

recipientthe instance of the intelligent business object which receives the notification
notificationthe instance of the notification to send to the recipient. This can be obtained by calling the createNotification method.
channelTypeNamethe 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.
  • Last modified: 2023/05/08 06:55