com.esri.arcgis.geodatabaseui
Interface IVersionManager

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IVersionManagerProxy, VersionManager

public interface IVersionManager
extends java.io.Serializable

COM Interface 'IVersionManager'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriGeoDatabaseUI.olb'

Description: 'Provides access to members that control the version management dialog for a versioned geodatabase.' 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 IIDfb895241_121e_11d3_80ba_0080c7625171
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void doModal(IVersionedWorkspace vw)
          Displays the dialog used to manage versions for a versioned geodatabase.
 

Field Detail

IIDfb895241_121e_11d3_80ba_0080c7625171

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

doModal

void doModal(IVersionedWorkspace vw)
             throws java.io.IOException,
                    AutomationException
Displays the dialog used to manage versions for a versioned geodatabase.

Parameters:
vw - A reference to a com.esri.arcgis.geodatabase.IVersionedWorkspace (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.