@Component public class EmailMessageDialog extends Dialog
This dialog is used by "Send email" rule action.
dialog, VISIBLE_DIALOGrenderableParent, webDriverCANCEL, CONFIRM, DELETE, OK, REQUEST_INFORMATION, SAVE| Constructor and Description |
|---|
EmailMessageDialog() |
| Modifier and Type | Method and Description |
|---|---|
EmailMessageDialog |
addRecipient(String username)
Add user to email recipient list.
|
EmailMessageDialog |
setMessageBody(String body)
Sets message body.
|
EmailMessageDialog |
setSubject(String subject)
Sets subject line.
|
as, getAllFields, getLastRendered, render, renderChildrenpublic EmailMessageDialog setSubject(String subject)
subject - Email subject.public EmailMessageDialog setMessageBody(String body)
body - Message body.public EmailMessageDialog addRecipient(String username)
username - Username to add.Copyright © 2005–2016 Alfresco Software. All rights reserved.