|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IXMLIndexTemplateManage
Manages the collection of XML Index Templates for this Geodatabase instance.
| Method Summary | |
|---|---|
IEnumXMLIndexTemplate |
getTemplates()
Retrieves the currently installed templates. |
void |
installTemplate(IXMLIndexTemplate newTemplate)
Installs a new template. |
void |
populateIndexTags(IXMLIndexTemplate sourceTemplate,
IXMLIndex index)
Populate an XML Index's IncludedTags and ExcludedTags properties from an installed template. |
void |
uninstallTemplate(IXMLIndexTemplate existingTemplate)
Uninstalls an existing template. |
| Method Detail |
|---|
IEnumXMLIndexTemplate getTemplates()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void installTemplate(IXMLIndexTemplate newTemplate)
throws IOException,
AutomationException
newTemplate - A reference to a com.esri.arcgis.geodatabase.IXMLIndexTemplate (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void uninstallTemplate(IXMLIndexTemplate existingTemplate)
throws IOException,
AutomationException
existingTemplate - A reference to a com.esri.arcgis.geodatabase.IXMLIndexTemplate (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void populateIndexTags(IXMLIndexTemplate sourceTemplate,
IXMLIndex index)
throws IOException,
AutomationException
sourceTemplate - A reference to a com.esri.arcgis.geodatabase.IXMLIndexTemplate (in)index - A reference to a com.esri.arcgis.geodatabase.IXMLIndex (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 | ||||||||