Interface INotificationCallback


public interface INotificationCallback
  • Field Details

  • 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 name
      name - The Unique name of user/group to which the notification is being sent
      identityType - IWorkflowConstants.IDENTITY_TYPE_USER, IWorkflowConstants.IDENTITY_TYPE_GROUP
      notifProp - The hashMap containing notification properties