|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.trackinganalyst.IMessageTemplateProxy
public class IMessageTemplateProxy
Internal use class Proxy for 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 | |
|---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.trackinganalyst.IMessageTemplate |
|---|
IID, IIDd100dbd8_9cc2_4de1_8c26_d030e4b0f938 |
| Constructor Summary | |
|---|---|
|
IMessageTemplateProxy()
For internal use only |
|
IMessageTemplateProxy(java.lang.Object obj)
|
protected |
IMessageTemplateProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IMessageTemplateProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IMessageTemplateProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
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 |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
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. |
| 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 static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IMessageTemplateProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic IMessageTemplateProxy()
public IMessageTemplateProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IMessageTemplateProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IMessageTemplateProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public java.lang.String getTemplate()
throws java.io.IOException,
AutomationException
getTemplate in interface IMessageTemplatejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTemplate(java.lang.String unformatedMessage)
throws java.io.IOException,
AutomationException
setTemplate in interface IMessageTemplateunformatedMessage - The unformatedMessage (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getTemplateName()
throws java.io.IOException,
AutomationException
getTemplateName in interface IMessageTemplatejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTemplateName(java.lang.String name)
throws java.io.IOException,
AutomationException
setTemplateName in interface IMessageTemplatename - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSourceType()
throws java.io.IOException,
AutomationException
getSourceType in interface IMessageTemplatejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSourceType(int type)
throws java.io.IOException,
AutomationException
setSourceType in interface IMessageTemplatetype - A com.esri.arcgis.trackinganalyst.enumTemplateSourceType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String esri_getSource()
throws java.io.IOException,
AutomationException
esri_getSource in interface IMessageTemplatejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSource(java.lang.String datasetDefID)
throws java.io.IOException,
AutomationException
setSource in interface IMessageTemplatedatasetDefID - The datasetDefID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String formatMessage(java.lang.Object dataObject)
throws java.io.IOException,
AutomationException
formatMessage in interface IMessageTemplatedataObject - A reference to another Object (IUnknown) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDateFormat()
throws java.io.IOException,
AutomationException
getDateFormat in interface IMessageTemplatejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDateFormat(java.lang.String dateFormat)
throws java.io.IOException,
AutomationException
setDateFormat in interface IMessageTemplatedateFormat - The dateFormat (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getTimeFormat()
throws java.io.IOException,
AutomationException
getTimeFormat in interface IMessageTemplatejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTimeFormat(java.lang.String timeFormat)
throws java.io.IOException,
AutomationException
setTimeFormat in interface IMessageTemplatetimeFormat - The timeFormat (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getFieldsWithColumns()
throws java.io.IOException,
AutomationException
getFieldsWithColumns in interface IMessageTemplatejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFieldsWithColumns(java.lang.Object array)
throws java.io.IOException,
AutomationException
setFieldsWithColumns in interface IMessageTemplatearray - 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 | ||||||||