|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.trackinganalyst.IMessageTemplateProxy
public class IMessageTemplateProxy
Provides access to properties and methods needed to support actions that use strings containing message field values.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IMessageTemplateProxy()
|
|
IMessageTemplateProxy(Object obj)
|
protected |
IMessageTemplateProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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 |
removeListener(String iidStr,
Object theListener)
|
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. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public IMessageTemplateProxy()
public IMessageTemplateProxy(Object obj) throws IOException
IOException
protected IMessageTemplateProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public String getTemplate() throws IOException, AutomationException
getTemplate
in interface IMessageTemplate
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTemplate(String unformatedMessage) throws IOException, AutomationException
setTemplate
in interface IMessageTemplate
unformatedMessage
- The unformatedMessage (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getTemplateName() throws IOException, AutomationException
getTemplateName
in interface IMessageTemplate
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTemplateName(String name) throws IOException, AutomationException
setTemplateName
in interface IMessageTemplate
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSourceType() throws IOException, AutomationException
getSourceType
in interface IMessageTemplate
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSourceType(int type) throws IOException, AutomationException
setSourceType
in interface IMessageTemplate
type
- A com.esri.arcgis.trackinganalyst.enumTemplateSourceType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String esri_getSource() throws IOException, AutomationException
esri_getSource
in interface IMessageTemplate
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSource(String datasetDefID) throws IOException, AutomationException
setSource
in interface IMessageTemplate
datasetDefID
- The datasetDefID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String formatMessage(Object dataObject) throws IOException, AutomationException
formatMessage
in interface IMessageTemplate
dataObject
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDateFormat() throws IOException, AutomationException
getDateFormat
in interface IMessageTemplate
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDateFormat(String dateFormat) throws IOException, AutomationException
setDateFormat
in interface IMessageTemplate
dateFormat
- The dateFormat (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getTimeFormat() throws IOException, AutomationException
getTimeFormat
in interface IMessageTemplate
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTimeFormat(String timeFormat) throws IOException, AutomationException
setTimeFormat
in interface IMessageTemplate
timeFormat
- The timeFormat (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getFieldsWithColumns() throws IOException, AutomationException
getFieldsWithColumns
in interface IMessageTemplate
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFieldsWithColumns(Object array) throws IOException, AutomationException
setFieldsWithColumns
in interface IMessageTemplate
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 |