|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEmailAlertAction
Provides access to properties and methods needed for the Email Alert actions.
Method Summary | |
---|---|
String |
getDatasetDefinitionID()
Dataset Definition ID associated with the service connection to the real-time temporal events. |
String[] |
getEmailList()
List of email addresses for the recipients of the action's Email Alert. |
IEmailProperties |
getEmailSetupProperties()
Property set holding the SMTPServer and domain name to be used to construct the sender email address for the Email Alert messages. |
IMessageTemplate |
getMessageTemplate()
Template for use when constructing the action's Email Alert message body. |
void |
setDatasetDefinitionID(String pVal)
Dataset Definition ID associated with the service connection to the real-time temporal events. |
void |
setEmailList(String[] pVal)
List of email addresses for the recipients of the action's Email Alert. |
void |
setEmailSetupProperties(IEmailProperties ppVal)
Property set holding the SMTPServer and domain name to be used to construct the sender email address for the Email Alert messages. |
void |
setMessageTemplate(IMessageTemplate pVal)
Template for use when constructing the action's Email Alert message body. |
Method Detail |
---|
IMessageTemplate getMessageTemplate() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMessageTemplate(IMessageTemplate pVal) throws IOException, AutomationException
pVal
- A reference to a com.esri.arcgis.trackinganalyst.IMessageTemplate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String[] getEmailList() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEmailList(String[] pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEmailProperties getEmailSetupProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEmailSetupProperties(IEmailProperties ppVal) throws IOException, AutomationException
ppVal
- A reference to a com.esri.arcgis.trackinganalyst.IEmailProperties (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDatasetDefinitionID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDatasetDefinitionID(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |