|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITemplateEditorDialog
Provides the dialog to access and edit message templates used for message bodies for the Email Alert action.
Method Summary | |
---|---|
IMessageTemplate |
getTemplate(String bstrName)
The specific message template corresponding to the specified name. |
String[] |
getTemplateList()
List of Email Alert message templates available. |
void |
loadStorage(IStorage piRootStorage)
Load the relevant information from storage into memory. |
void |
saveStorage(IStorage piRootStorage)
Save the relevant information from memory into storage. |
void |
setAction(IAction rhs1)
Server or Service Action whose Email Alert 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(String[] pbstrSelectedTemplate)
Displays the template properties dialog for review or edit. |
Method Detail |
---|
void setServerConnection(IServerConnection rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.trackinganalyst.IServerConnection (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAction(IAction rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.trackinganalyst.IAction (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadStorage(IStorage piRootStorage) throws IOException, AutomationException
piRootStorage
- A reference to a com.esri.arcgis.trackinganalyst.IStorage (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void saveStorage(IStorage piRootStorage) throws IOException, AutomationException
piRootStorage
- A reference to a com.esri.arcgis.trackinganalyst.IStorage (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void showDialog(String[] pbstrSelectedTemplate) throws IOException, AutomationException
pbstrSelectedTemplate
- The pbstrSelectedTemplate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String[] getTemplateList() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMessageTemplate getTemplate(String bstrName) throws IOException, AutomationException
bstrName
- The bstrName (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 |