|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EmailSupport
Defines the common API for actions that supports email delivery of reports.
| Method Summary | |
|---|---|
String |
getEmails()
Get all emails to send the report. |
String |
getFileFormat()
Get the email file format. |
String |
getFrom()
Get the from text of the email header. |
String |
getMessage()
Get the email text message. |
String |
getNotifications()
Get all notification emails. |
String |
getSubject()
Get the email subject. |
boolean |
isCompressFile()
Check if the exported file needs to be zipped up. |
void |
setCompressFile(boolean compress)
Set the flag indicating whether or not the exported file is to be zipped up before it is delivered. |
void |
setEmails(String emails)
Set the emails to send the report. |
void |
setFileFormat(String format)
Set the email file format. |
void |
setFrom(String from)
Set the from text of the email that is sent by this replet action. |
void |
setMessage(String msg)
Set email message. |
void |
setNotifications(String notifies)
Set the notification list. |
void |
setSubject(String subject)
Set the email subject. |
| Methods inherited from interface inetsoft.sree.schedule.ScheduleAction |
|---|
run |
| Method Detail |
|---|
void setEmails(String emails)
emails - comma separated email list.String getEmails()
void setNotifications(String notifies)
String getNotifications()
void setFrom(String from)
from - the from text of the email header.String getFrom()
void setMessage(String msg)
String getMessage()
void setSubject(String subject)
String getSubject()
void setFileFormat(String format)
String getFileFormat()
void setCompressFile(boolean compress)
boolean isCompressFile()
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||