Package | Description |
---|---|
lumis.portal.activitystream |
Activity stream framework.
|
lumis.portal.activitystream.notifier.email |
Modifier and Type | Method and Description |
---|---|
ActivityDocument.IActivity |
ActivityDocument.getActivity()
Returns an API for accessing the activity fields in this document.
|
Modifier and Type | Method and Description |
---|---|
protected IMultipleMail |
EmailNotifier.createMail(ActivityDocument.IActivity activity,
Collection<UserConfig> users,
Locale emailLocale)
Creates an
IMultipleMail from the ActivityDocument.IActivity . |
protected String |
EmailNotifier.getEmailBody(ActivityDocument.IActivity activity,
Locale locale)
Generate an e-mail body for the activity.
The default implementation gets the localized STR_EMAIL_HTML_BODY, and runs the EL evaluator to return the complete body HTML. |
protected Collection<IMailDestination> |
EmailNotifier.getEmailDestinations(ActivityDocument.IActivity activity,
Collection<UserConfig> users)
Generate a list of email destinations to be added to an email of the activity.
the default implementation adds all users that have an email to the list. |
protected String |
EmailNotifier.getEmailSubject(ActivityDocument.IActivity activity,
Locale locale)
Generate an e-mail subject for the activity.
The default implementation gets the localized STR_EMAIL_SUBJECT, and runs the EL evaluator to return the complete subject. |
protected Locale |
EmailNotifier.getLocaleForEmail(ActivityDocument.IActivity activity)
Returns the locale to localize the email
|
Constructor and Description |
---|
EmailNotifierVariableResolver(ActivityDocument.IActivity activity,
Locale locale)
Creates a new resolver for the given activity and locale.
|
LumisXP 12.4.0.200625 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.