com.esri.arcgis.geodatabase
Interface IVersionEdit2

All Superinterfaces:
IVersionEdit, java.io.Serializable
All Known Subinterfaces:
IVersionEdit3, IVersionEdit4
All Known Implementing Classes:
IVersionEdit2Proxy, IVersionEdit3Proxy, IVersionEdit4Proxy, VersionedWorkspace

public interface IVersionEdit2
extends IVersionEdit, java.io.Serializable

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

Description: 'Provides access to members that return information about versions and posting of 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 IID650b3674_3aea_44d5_8441_794cf3c36a27
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IVersionEdit
IID2393b65d_74d4_11d2_aad9_00c04fa37585
 
Method Summary
 boolean reconcile2(java.lang.String versionName, boolean acquireLock)
          Reconciles the current version with a target version.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IVersionEdit
canPost, getCommonAncestorVersion, getConflictClasses, getModifiedClasses, getPreReconcileVersion, getReconcileVersion, getStartEditingVersion, post, reconcile
 

Field Detail

IID650b3674_3aea_44d5_8441_794cf3c36a27

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

reconcile2

boolean reconcile2(java.lang.String versionName,
                   boolean acquireLock)
                   throws java.io.IOException,
                          AutomationException
Reconciles the current version with a target version.

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