com.esri.arcgis.geodatabaseui
Interface IChangeVersionDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IChangeVersionDialogProxy

public interface IChangeVersionDialog
extends java.io.Serializable

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

Description: 'Provides access to members that control the change version 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 IIDb647d0bc_6221_4497_80dc_c12a7068c728
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal(IWorkspace workspace)
          Displays the dialog used to create new versions in a versioned geodatabase.
 IVersion getSelectedVersion()
          The selected version.
 

Field Detail

IIDb647d0bc_6221_4497_80dc_c12a7068c728

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

boolean doModal(IWorkspace workspace)
                throws java.io.IOException,
                       AutomationException
Displays the dialog used to create new versions in a versioned geodatabase.

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

getSelectedVersion

IVersion getSelectedVersion()
                            throws java.io.IOException,
                                   AutomationException
The selected version.

Returns:
A reference to a com.esri.arcgis.geodatabase.IVersion
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.