public interface IXMLIndexTemplateManage
extends java.io.Serializable
Description: 'Manages the collection of XML Index Templates for this Geodatabase instance.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDe33c6591_6510_4528_8f93_0e19f424a38a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDe33c6591_6510_4528_8f93_0e19f424a38a
static final int xxDummy
static final java.lang.String IID
IEnumXMLIndexTemplate getTemplates() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void installTemplate(IXMLIndexTemplate newTemplate) throws java.io.IOException, AutomationException
newTemplate
- A reference to a com.esri.arcgis.geodatabase.IXMLIndexTemplate (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void uninstallTemplate(IXMLIndexTemplate existingTemplate) throws java.io.IOException, AutomationException
existingTemplate
- A reference to a com.esri.arcgis.geodatabase.IXMLIndexTemplate (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void populateIndexTags(IXMLIndexTemplate sourceTemplate, IXMLIndex index) throws java.io.IOException, AutomationException
sourceTemplate
- A reference to a com.esri.arcgis.geodatabase.IXMLIndexTemplate (in)index
- A reference to a com.esri.arcgis.geodatabase.IXMLIndex (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.