com.esri.arcgis.geodatabase
Interface IMetadataSynchronizerManager

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMetadataSynchronizerManagerProxy, MetadataSynchronizer

public interface IMetadataSynchronizerManager
extends java.io.Serializable

COM Interface 'IMetadataSynchronizerManager'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID7d41e96f_9216_4f4b_9f9d_7a524aecfbcc
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID7d41e96f_9216_4f4b_9f9d_7a524aecfbcc

static final int IID7d41e96f_9216_4f4b_9f9d_7a524aecfbcc
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

getNumSynchronizers

int getNumSynchronizers()
                        throws java.io.IOException,
                               AutomationException
The number of available synchronizers.

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

getSynchronizer

IMetadataSynchronizer getSynchronizer(int index)
                                      throws java.io.IOException,
                                             AutomationException
Gets the nth synchronizer.

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

setEnabled

void setEnabled(int index,
                boolean enabled)
                throws java.io.IOException,
                       AutomationException
Set the synchronizer to be enabled or disabled.

Parameters:
index - The index (in)
enabled - The enabled (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEnabled

boolean getEnabled(int index)
                   throws java.io.IOException,
                          AutomationException
Indicates whether the Nth synchronizer is enabled.

Parameters:
index - The index (in)
Returns:
The enabled
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.