public class MailTemplateConfigurationEntity extends WorkflowConfigurationEntity
| Modifier and Type | Method and Description |
|---|---|
void |
createMailTemplate(NotificationTemplate template)
Adds the mail template.
|
java.util.Collection |
getMailTemplates()
Returns all mail templates.
|
void |
modifyMailTemplate(NotificationTemplate template)
Changes the mail template.
|
void |
removeMailTemplate(DistinguishedName templateDN)
Removes the mail template.
|
void |
removeMailTemplate(java.lang.String templateName)
Removes the mail template.
|
addNotificationTemplate, addNotificationTemplate, getConfiguration, getNotificationTemplates, getNotificationTemplates, removeNotificationTemplate, removeNotificationTemplate, removeNotificationTemplate, setConfiguration, setNotificationTemplatepublic void createMailTemplate(NotificationTemplate template) throws ModelCommunicationException, ModelCreationException
template - NotificationTemplate for Workflow Reminder.ModelCommunicationExceptionModelCreationExceptionpublic void removeMailTemplate(java.lang.String templateName)
throws ModelCommunicationException,
ModelRemoveException
templateName - Name of the removal mail template.ModelCommunicationExceptionModelRemoveExceptionpublic void removeMailTemplate(DistinguishedName templateDN) throws ModelCommunicationException, ModelRemoveException
templateDN - DN of the removal mail template.ModelCommunicationExceptionModelRemoveExceptionpublic java.util.Collection getMailTemplates()
throws ModelCommunicationException,
ObjectNotFoundException
ModelCommunicationExceptionObjectNotFoundExceptionpublic void modifyMailTemplate(NotificationTemplate template) throws ModelCommunicationException, ModelModificationException, ObjectNotFoundException
template - Mail NotificationTemplate.ModelCommunicationExceptionModelModificationExceptionObjectNotFoundException