com.esri.arcgis.geodatabase
Interface IVersionEdit4

All Superinterfaces:
IVersionEdit, IVersionEdit2, IVersionEdit3, java.io.Serializable
All Known Implementing Classes:
IVersionEdit4Proxy

public interface IVersionEdit4
extends IVersionEdit3, java.io.Serializable

COM Interface 'IVersionEdit4'. 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 IID5d9eddd2_9549_4778_bc30_db190902c6e7
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IVersionEdit3
IID69d4c025_1a2c_4cca_b901_20eb2093ab6b
 
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 reconcile4(java.lang.String versionName, boolean acquireLock, boolean abortIfConflicts, boolean childWins, boolean columnLevel)
          Reconciles the current version with a target version.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IVersionEdit3
reconcile3
 
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

IID5d9eddd2_9549_4778_bc30_db190902c6e7

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

reconcile4

boolean reconcile4(java.lang.String versionName,
                   boolean acquireLock,
                   boolean abortIfConflicts,
                   boolean childWins,
                   boolean columnLevel)
                   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)
childWins - The childWins (in)
columnLevel - The columnLevel (in)
Returns:
The foundConflicts
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.