com.esri.arcgis.geodatabase
Interface IVersionEdit3

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

public interface IVersionEdit3
extends IVersionEdit2, java.io.Serializable

COM Interface 'IVersionEdit3'. 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 IID69d4c025_1a2c_4cca_b901_20eb2093ab6b
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IVersionEdit2
IID650b3674_3aea_44d5_8441_794cf3c36a27
 
Fields inherited from interface com.esri.arcgis.geodatabase.IVersionEdit
IID2393b65d_74d4_11d2_aad9_00c04fa37585
 
Method Summary
 boolean reconcile3(java.lang.String versionName, boolean acquireLock, boolean abortIfConflicts)
          Reconciles the current version with a target version.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IVersionEdit2
reconcile2
 
Methods inherited from interface com.esri.arcgis.geodatabase.IVersionEdit
canPost, getCommonAncestorVersion, getConflictClasses, getModifiedClasses, getPreReconcileVersion, getReconcileVersion, getStartEditingVersion, post, reconcile
 

Field Detail

IID69d4c025_1a2c_4cca_b901_20eb2093ab6b

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

reconcile3

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

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