|
|||||||||
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 Email message content for the Email Alert actions.
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. |
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 |
removeListener(String iidStr,
Object theListener)
|
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. |
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 pVal) throws IOException, AutomationException
setTemplate
in interface IMessageTemplate
pVal
- The pVal (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 pVal) throws IOException, AutomationException
setTemplateName
in interface IMessageTemplate
pVal
- The pVal (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 pVal) throws IOException, AutomationException
setSourceType
in interface IMessageTemplate
pVal
- 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 newVal) throws IOException, AutomationException
setSource
in interface IMessageTemplate
newVal
- The newVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void formatMessage(Object __MIDL__IMessageTemplate0000, String[] __MIDL__IMessageTemplate0001) throws IOException, AutomationException
formatMessage
in interface IMessageTemplate
__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.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 pVal) throws IOException, AutomationException
setDateFormat
in interface IMessageTemplate
pVal
- The pVal (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 pVal) throws IOException, AutomationException
setTimeFormat
in interface IMessageTemplate
pVal
- The pVal (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 pVal) throws IOException, AutomationException
setFieldsWithColumns
in interface IMessageTemplate
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 |