com.esri.arcgis.geodatabase
Interface IVersionedWorkspace4

All Superinterfaces:
IVersionedWorkspace, IVersionedWorkspace2, IVersionedWorkspace3, java.io.Serializable
All Known Implementing Classes:
IVersionedWorkspace4Proxy

public interface IVersionedWorkspace4
extends IVersionedWorkspace3, java.io.Serializable

COM Interface 'IVersionedWorkspace4'. 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 IIDa86a6e1b_702a_453f_8faf_bd2100b439b3
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IVersionedWorkspace3
IID5e1f7e4f_213e_4f46_a1ca_294c997c1823
 
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
 IEnumVersionInfo getDescendantVersions(java.lang.String version, boolean orderForReconcileAndPost)
          A list of descendant versions of a version that can be sorted to optimize reconcile and post.
 IEnumVersionInfo getParentVersions()
          A list of versions that have child versions.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IVersionedWorkspace3
getRecommendedSyncOrder
 
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

IIDa86a6e1b_702a_453f_8faf_bd2100b439b3

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

getDescendantVersions

IEnumVersionInfo getDescendantVersions(java.lang.String version,
                                       boolean orderForReconcileAndPost)
                                       throws java.io.IOException,
                                              AutomationException
A list of descendant versions of a version that can be sorted to optimize reconcile and post.

Parameters:
version - The version (in)
orderForReconcileAndPost - The orderForReconcileAndPost (in)
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.

getParentVersions

IEnumVersionInfo getParentVersions()
                                   throws java.io.IOException,
                                          AutomationException
A list of versions that have child versions.

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.