com.esri.arcgis.geodatabase
Interface IVersionedWorkspace2

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

public interface IVersionedWorkspace2
extends IVersionedWorkspace, java.io.Serializable

COM Interface 'IVersionedWorkspace2'. 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 IID9d039f1b_8b1e_494d_81b1_c6b6ae7c167a
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IVersionedWorkspace
IID1b256191_b380_11d1_9ce6_0000f8780619
 
Method Summary
 IEnumVersionInfo getRecommendedReconcileOrder()
          An ordered list of versions that can be used to optimize reconciliation against the default version.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IVersionedWorkspace
compress, findVersion, getDefaultVersion, getVersions
 

Field Detail

IID9d039f1b_8b1e_494d_81b1_c6b6ae7c167a

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

getRecommendedReconcileOrder

IEnumVersionInfo getRecommendedReconcileOrder()
                                              throws java.io.IOException,
                                                     AutomationException
An ordered list of versions that can be used to optimize reconciliation against the default version.

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