Interface INotificationCallback
public interface INotificationCallback
-
Field Summary
Fields -
Method Summary
-
Field Details
-
ENCODING
- See Also:
-
LOCALE
- See Also:
-
TIME_ZONE
- See Also:
-
CURRENCY
- See Also:
-
-
Method Details
-
overrideNotificationProperties
void overrideNotificationProperties(String realm, String name, String identityType, HashMap<String, Object> notifProp) Override notification properties. Implementation of this interface, can override the properties in notifProp parameter. These values would then be used for sending notifications. Following are the keys to properties available in notifProp hashMap ENCODING - String- Parameters:
realm
- The realm of namename
- The Unique name of user/group to which the notification is being sentidentityType
- IWorkflowConstants.IDENTITY_TYPE_USER, IWorkflowConstants.IDENTITY_TYPE_GROUPnotifProp
- The hashMap containing notification properties
-