public interface NotificationContext
| Modifier and Type | Method and Description |
|---|---|
String |
getActionTypeCode()
Returns the action type code for this context.
|
String |
getContextName()
Returns a the name used for the given context.
|
String |
getDocumentNumber()
Returns the document number for the associated document.
|
List<EmailAttachment> |
getEmailAttachments()
This method provides support for email attachments for email notifications.
|
String |
getModuleCode()
Returns the associated module as defined in
CoeusModule. |
void |
populateRoleQualifiers(NotificationTypeRecipient notificationRecipient)
Populate context-specific role qualifier values on role-based recipients.
|
String |
replaceContextVariables(String text)
Replace context-specific variables in the message or subject.
|
String getModuleCode()
CoeusModule.CoeusModuleString getActionTypeCode()
String getDocumentNumber()
String getContextName()
String replaceContextVariables(String text)
text - The text to process.void populateRoleQualifiers(NotificationTypeRecipient notificationRecipient) throws UnknownRoleException
notificationRecipient - UnknownRoleException - if the role is unknown for this context.List<EmailAttachment> getEmailAttachments()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.