public interface IMailTemplateLoader
extends freemarker.cache.TemplateLoader
| Modifier and Type | Method and Description |
|---|---|
String |
findTemplate(String templateName)
Find tempalte by name
|
BpmNotificationTemplate |
getBpmNotificationTemplate(String templateName)
Get the bpm notification template
|
String |
processTemplate(String templateName,
TemplateData templateData)
Inject variables values to template
|
void |
refreshConfig()
Refresh config: look for modifications of templates in database
|
void refreshConfig()
BpmNotificationTemplate getBpmNotificationTemplate(String templateName)
String processTemplate(String templateName, TemplateData templateData) throws ProcessToolTemplateErrorException
Copyright © 2013. All Rights Reserved.