com.esri.arcgis.geodatabase
Interface IVersionedWorkspace3

All Superinterfaces:
IVersionedWorkspace, IVersionedWorkspace2, java.io.Serializable
All Known Subinterfaces:
IVersionedWorkspace4
All Known Implementing Classes:
IVersionedWorkspace3Proxy, IVersionedWorkspace4Proxy, VersionedWorkspace

public interface IVersionedWorkspace3
extends IVersionedWorkspace2, java.io.Serializable

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

Description: 'Provides access to members that manage versions.' 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 IID5e1f7e4f_213e_4f46_a1ca_294c997c1823
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IVersionedWorkspace2
IID9d039f1b_8b1e_494d_81b1_c6b6ae7c167a
 
Fields inherited from interface com.esri.arcgis.geodatabase.IVersionedWorkspace
IID1b256191_b380_11d1_9ce6_0000f8780619
 
Method Summary
 IEnumBSTR getRecommendedSyncOrder()
          An ordered list of replicas that need to be synchronized in order to optimize reconciliation against the default version.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IVersionedWorkspace2
getRecommendedReconcileOrder
 
Methods inherited from interface com.esri.arcgis.geodatabase.IVersionedWorkspace
compress, findVersion, getDefaultVersion, getVersions
 

Field Detail

IID5e1f7e4f_213e_4f46_a1ca_294c997c1823

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

getRecommendedSyncOrder

IEnumBSTR getRecommendedSyncOrder()
                                  throws java.io.IOException,
                                         AutomationException
An ordered list of replicas that need to be synchronized in order to optimize reconciliation against the default version.

Returns:
A reference to a com.esri.arcgis.system.IEnumBSTR
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.