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 =
Method Summary |
boolean |
reconcile4(java.lang.String versionName,
boolean acquireLock,
boolean abortIfConflicts,
boolean childWins,
boolean columnLevel)
Reconciles the current version with a target version. |
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
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.