com.esri.arcgis.geodatabase
Interface IVersion3

All Superinterfaces:
IVersion, IVersion2, java.io.Serializable
All Known Implementing Classes:
IVersion3Proxy

public interface IVersion3
extends IVersion2, java.io.Serializable

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

Description: 'Provides access to members for managing a version.' 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 IIDd17c7f63_6c94_4c61_8702_a06f631567ad
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IVersion2
IIDe21436a7_87ca_4e97_9f47_d096c8871bae
 
Fields inherited from interface com.esri.arcgis.geodatabase.IVersion
IID1a945841_b381_11d1_9ce6_0000f8780619
 
Method Summary
 void deleteWithChildren()
          Permanently deletes the version and all it's children from the database.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IVersion2
createChild, getCommonAncestor, isRedefined
 
Methods inherited from interface com.esri.arcgis.geodatabase.IVersion
createVersion, delete, getAccess, getDescription, getVersionInfo, getVersionLocks, getVersionName, hasParent, refreshVersion, setAccess, setDescription, setVersionName
 

Field Detail

IIDd17c7f63_6c94_4c61_8702_a06f631567ad

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

deleteWithChildren

void deleteWithChildren()
                        throws java.io.IOException,
                               AutomationException
Permanently deletes the version and all it's children from the database.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.