com.esri.arcgis.trackinganalyst
Interface ITemplateEditorDialog

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ITemplateEditorDialog2
All Known Implementing Classes:
ITemplateEditorDialog2Proxy, ITemplateEditorDialogProxy, TemplateEditorDialog

public interface ITemplateEditorDialog
extends java.io.Serializable

COM Interface 'ITemplateEditorDialog'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides the dialog to access and edit message templates used for message bodies for actions.' 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 IID3ddd8dd5_564f_44bd_ba23_cc952ef399e3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IMessageTemplate getTemplate(java.lang.String name)
          The specific message template corresponding to the specified name.
 java.lang.String[] getTemplateList()
          List of message templates available.
 void loadStorage(IStorage rootStorage)
          Load the relevant information from storage into memory.
 void saveStorage(IStorage rootStorage)
          Save the relevant information from memory into storage.
 void setAction(IAction rhs1)
          Server or Service Action whose action's message template is to be reviewed or edited.
 void setServerConnection(IServerConnection rhs1)
          Server connection for obtaining the service Dataset Definition ID
 void showDialog(java.lang.String[] selectedTemplate)
          Displays the template properties dialog for review or edit.
 

Field Detail

IID3ddd8dd5_564f_44bd_ba23_cc952ef399e3

static final int IID3ddd8dd5_564f_44bd_ba23_cc952ef399e3
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setServerConnection

void setServerConnection(IServerConnection rhs1)
                         throws java.io.IOException,
                                AutomationException
Server connection for obtaining the service Dataset Definition ID

Parameters:
rhs1 - A reference to a com.esri.arcgis.trackinganalyst.IServerConnection (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAction

void setAction(IAction rhs1)
               throws java.io.IOException,
                      AutomationException
Server or Service Action whose action's message template is to be reviewed or edited.

Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IAction (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

loadStorage

void loadStorage(IStorage rootStorage)
                 throws java.io.IOException,
                        AutomationException
Load the relevant information from storage into memory.

Parameters:
rootStorage - A reference to a com.esri.arcgis.trackinganalyst.IStorage (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

saveStorage

void saveStorage(IStorage rootStorage)
                 throws java.io.IOException,
                        AutomationException
Save the relevant information from memory into storage.

Parameters:
rootStorage - A reference to a com.esri.arcgis.trackinganalyst.IStorage (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

showDialog

void showDialog(java.lang.String[] selectedTemplate)
                throws java.io.IOException,
                       AutomationException
Displays the template properties dialog for review or edit.

Parameters:
selectedTemplate - The selectedTemplate (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTemplateList

java.lang.String[] getTemplateList()
                                   throws java.io.IOException,
                                          AutomationException
List of message templates available.

Returns:
The list
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTemplate

IMessageTemplate getTemplate(java.lang.String name)
                             throws java.io.IOException,
                                    AutomationException
The specific message template corresponding to the specified name.

Parameters:
name - The name (in)
Returns:
A reference to a com.esri.arcgis.trackinganalyst.IMessageTemplate
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.