|
|||||||||
| 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 actions that use strings containing message field values.
| Method Summary | |
|---|---|
String |
esri_getSource()
Dataset definition ID associated with the tracking service. |
String |
formatMessage(Object dataObject)
Generate the formatted message for the data (message or feature) provided. |
String |
getDateFormat()
Date format to be used for a date field in the message. |
Object |
getFieldsWithColumns()
Field names and column index of fields used in the action message. |
int |
getSourceType()
Indication if the source is the dataset definition or a feature. |
String |
getTemplate()
Structured message template for use as an action message output. |
String |
getTemplateName()
Name of a message template. |
String |
getTimeFormat()
Time format to be used for a time field in the message. |
void |
setDateFormat(String dateFormat)
Date format to be used for a date field in the message. |
void |
setFieldsWithColumns(Object array)
Field names and column index of fields used in the action message. |
void |
setSource(String datasetDefID)
Dataset definition ID associated with the tracking service. |
void |
setSourceType(int type)
Indication if the source is the dataset definition or a feature. |
void |
setTemplate(String unformatedMessage)
Structured message template for use as an action message output. |
void |
setTemplateName(String name)
Name of a message template. |
void |
setTimeFormat(String timeFormat)
Time format to be used for a time field in the 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 unformatedMessage)
throws IOException,
AutomationException
unformatedMessage - The unformatedMessage (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 name)
throws IOException,
AutomationException
name - The name (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 type)
throws IOException,
AutomationException
type - 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 datasetDefID)
throws IOException,
AutomationException
datasetDefID - The datasetDefID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String formatMessage(Object dataObject)
throws IOException,
AutomationException
dataObject - A reference to another Object (IUnknown) (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 dateFormat)
throws IOException,
AutomationException
dateFormat - The dateFormat (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 timeFormat)
throws IOException,
AutomationException
timeFormat - The timeFormat (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 array)
throws IOException,
AutomationException
array - 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 | ||||||||