public interface IMetadataSynchronizerManager
extends java.io.Serializable
Description: 'Provides access to members that control which metadata synchronizers are used to update metadata.' 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 |
IID7d41e96f_9216_4f4b_9f9d_7a524aecfbcc |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
boolean |
getEnabled(int index)
Indicates whether the Nth synchronizer is enabled.
|
int |
getNumSynchronizers()
The number of available synchronizers.
|
IMetadataSynchronizer |
getSynchronizer(int index)
Gets the nth synchronizer.
|
void |
setEnabled(int index,
boolean enabled)
Set the synchronizer to be enabled or disabled.
|
static final int IID7d41e96f_9216_4f4b_9f9d_7a524aecfbcc
static final int xxDummy
static final java.lang.String IID
int getNumSynchronizers() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IMetadataSynchronizer getSynchronizer(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEnabled(int index, boolean enabled) throws java.io.IOException, AutomationException
index
- The index (in)enabled
- The enabled (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean getEnabled(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.