public void sendNotification (IProcessparent, IEntity recipient, INotification notification, String channelTypeName) throws ServerTimeOutException, AccessDeniedException, ExecutionException;
Send the specified notification to the specified recipient.
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 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. |