|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMessageTemplate
Provides access to properties and methods needed to support Email message content for the Email Alert actions.
Method Summary | |
---|---|
String |
esri_getSource()
Dataset definition ID associated with the tracking service. |
void |
formatMessage(Object __MIDL__IMessageTemplate0000,
String[] __MIDL__IMessageTemplate0001)
Generated the formatted email message for the data (message or feature) provided. |
String |
getDateFormat()
Date format to be used for a date field in the email message. |
Object |
getFieldsWithColumns()
Field names and column index of fields used in the email altert action message body. |
int |
getSourceType()
Indication if the source is the dataset definition or a feature. |
String |
getTemplate()
Structured message template for use as an email altert action message body. |
String |
getTemplateName()
Name of a message template containing an email alert message. |
String |
getTimeFormat()
Time format to be used for a time field in the email message. |
void |
setDateFormat(String pVal)
Date format to be used for a date field in the email message. |
void |
setFieldsWithColumns(Object pVal)
Field names and column index of fields used in the email altert action message body. |
void |
setSource(String newVal)
Dataset definition ID associated with the tracking service. |
void |
setSourceType(int pVal)
Indication if the source is the dataset definition or a feature. |
void |
setTemplate(String pVal)
Structured message template for use as an email altert action message body. |
void |
setTemplateName(String pVal)
Name of a message template containing an email alert message. |
void |
setTimeFormat(String pVal)
Time format to be used for a time field in the email message. |
Method Detail |
---|
String getTemplate() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTemplate(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getTemplateName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTemplateName(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSourceType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSourceType(int pVal) throws IOException, AutomationException
pVal
- A com.esri.arcgis.trackinganalyst.enumTemplateSourceType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String esri_getSource() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSource(String newVal) throws IOException, AutomationException
newVal
- The newVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void formatMessage(Object __MIDL__IMessageTemplate0000, String[] __MIDL__IMessageTemplate0001) throws IOException, AutomationException
__MIDL__IMessageTemplate0000
- A reference to another Object (IUnknown) (in)__MIDL__IMessageTemplate0001
- The __MIDL__IMessageTemplate0001 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDateFormat() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDateFormat(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getTimeFormat() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTimeFormat(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getFieldsWithColumns() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFieldsWithColumns(Object pVal) throws IOException, AutomationException
pVal
- A Variant (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 |