Searched refs:notificationContent (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DNotification.java52 private String notificationContent = ""; field in class:Notification
67 notificationContent = XMLUtils.removeInvalidXMLChars(content);
92 return notificationContent;
112 notificationContent = content;
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DNotification.java52 private String notificationContent = ""; field in class:Notification
67 notificationContent = XMLUtils.removeInvalidXMLChars(content);
92 return notificationContent;
112 notificationContent = content;

Completed in 356 milliseconds