|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAlertEmailConfiguration
This interface exposes configuration settings for delivering alert notifications by email. You can define email configuration settings for the entire system or for an individual event.
IEvent| Method Summary | |
|---|---|
boolean |
areAttachmentsEnabled()
Returns whether or not attachments are enabled. |
IAlertDeliveryAttachments |
getAttachments()
Returns a collection of attachments. |
java.util.List |
getBCCAddresses()
Returns a list of BCC recipients. |
java.util.List |
getCCAddresses()
Returns a list of CC recipients. |
java.util.List |
getInputFiles()
(Optional) Returns a collection of FRS paths to be used as the inputs for attachments. |
java.lang.String |
getMessage()
Returns the message. |
java.lang.String |
getSenderAddress()
Returns the address of the sender. |
java.lang.String |
getSubject()
Returns the subject. |
java.util.List |
getToAddresses()
Returns a list of To recipients. |
void |
setAttachmentsEnabled(boolean enable)
Sets whether attachments are enabled. |
void |
setMessage(java.lang.String sVal)
Sets the message. |
void |
setSenderAddress(java.lang.String sVal)
Sets the address of the sender. |
void |
setSubject(java.lang.String sVal)
Sets the subject. |
| Methods inherited from interface com.businessobjects.sdk.plugin.desktop.common.IAlertDeliveryConfiguration |
|---|
isEnabled, setEnabled |
| Method Detail |
|---|
java.lang.String getSenderAddress()
String object that contains the address of the sender.IAlertEmailConfiguration.setSenderAddress(java.lang.String)void setSenderAddress(java.lang.String sVal)
sVal - A String object that contains the address of the sender.IAlertEmailConfiguration.getSenderAddress()java.util.List getToAddresses()
To recipients. You can modify this list to add,
remove or modify To recipients.
List of To recipients.
java.util.List getCCAddresses()
throws SDKException
CC recipients. You can modify this list to add,
remove or modify CC recipients.
List of CC recipients.
SDKException
java.util.List getBCCAddresses()
throws SDKException
BCC recipients. You can modify this list to add,
remove or modify BCC recipients.
List of BCC recipients.
SDKExceptionjava.lang.String getSubject()
String object that contains the subject.IAlertEmailConfiguration.setSubject(java.lang.String)void setSubject(java.lang.String sVal)
sVal - A String object that contains the subject.IAlertEmailConfiguration.getSubject()java.lang.String getMessage()
String object that contains the message.IAlertEmailConfiguration.setMessage(java.lang.String)void setMessage(java.lang.String sVal)
sVal - A String object that contains the message.IAlertEmailConfiguration.getMessage()boolean areAttachmentsEnabled()
true if attachments are enabled, false otherwise.IAlertEmailConfiguration.setAttachmentsEnabled(boolean)void setAttachmentsEnabled(boolean enable)
enable - true to enable attachments, false otherwise.IAlertEmailConfiguration.areAttachmentsEnabled()IAlertDeliveryAttachments getAttachments()
IAlertDeliveryAttachments object that contains the attachments.java.util.List getInputFiles()
List<String> object to contain customized FRS paths to the attachments.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||