WS.Common.Notify.prepareNotificationMessage()

Signature

void prepareNotificationMessage(Object notificationContextObj, String notificationType, String messageTemplateContents, Object messageDataMapObj)

Domain

Description

Creates a Notification context object as per the Implementation class name provided.

Parameters

NameTypeDescription
notificationContextObjObjectNotification Context Class name.
notificationTypeStringType of notification (approval, commit etc.).
messageTemplateContentsStringMessage templates contents.
messageDataMapObjObjectMessage Data values (project name, user etc.).

Returns

TypeDescription
ObjectNotification Context object with the message.