|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMessageTemplate
COM Interface 'IMessageTemplate'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description: 'Provides access to properties and methods needed to support actions that use strings containing message field values.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDd100dbd8_9cc2_4de1_8c26_d030e4b0f938
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
java.lang.String |
esri_getSource()
Dataset definition ID associated with the tracking service. |
java.lang.String |
formatMessage(java.lang.Object dataObject)
Generate the formatted message for the data (message or feature) provided. |
java.lang.String |
getDateFormat()
Date format to be used for a date field in the message. |
java.lang.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. |
java.lang.String |
getTemplate()
Structured message template for use as an action message output. |
java.lang.String |
getTemplateName()
Name of a message template. |
java.lang.String |
getTimeFormat()
Time format to be used for a time field in the message. |
void |
setDateFormat(java.lang.String dateFormat)
Date format to be used for a date field in the message. |
void |
setFieldsWithColumns(java.lang.Object array)
Field names and column index of fields used in the action message. |
void |
setSource(java.lang.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(java.lang.String unformatedMessage)
Structured message template for use as an action message output. |
void |
setTemplateName(java.lang.String name)
Name of a message template. |
void |
setTimeFormat(java.lang.String timeFormat)
Time format to be used for a time field in the message. |
| Field Detail |
|---|
static final int IIDd100dbd8_9cc2_4de1_8c26_d030e4b0f938
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
java.lang.String getTemplate()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTemplate(java.lang.String unformatedMessage)
throws java.io.IOException,
AutomationException
unformatedMessage - The unformatedMessage (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getTemplateName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTemplateName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getSourceType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSourceType(int type)
throws java.io.IOException,
AutomationException
type - A com.esri.arcgis.trackinganalyst.enumTemplateSourceType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String esri_getSource()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSource(java.lang.String datasetDefID)
throws java.io.IOException,
AutomationException
datasetDefID - The datasetDefID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String formatMessage(java.lang.Object dataObject)
throws java.io.IOException,
AutomationException
dataObject - A reference to another Object (IUnknown) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getDateFormat()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDateFormat(java.lang.String dateFormat)
throws java.io.IOException,
AutomationException
dateFormat - The dateFormat (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getTimeFormat()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTimeFormat(java.lang.String timeFormat)
throws java.io.IOException,
AutomationException
timeFormat - The timeFormat (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.Object getFieldsWithColumns()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFieldsWithColumns(java.lang.Object array)
throws java.io.IOException,
AutomationException
array - A Variant (in)
java.io.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 | ||||||||