com.esri.arcgis.geodatabaseui
Interface INewVersionDialog

All Superinterfaces:
Serializable
All Known Implementing Classes:
NewVersionDialog

public interface INewVersionDialog
extends Serializable

Provides access to members that control the new version dialog for a versioned geodatabase.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 boolean doModal()
          Displays the dialog used to create new versions in a versioned geodatabase.
 int getVersionAccess()
          The level of access provided for the version.
 String getVersionDescription()
          The description of the version.
 String getVersionName()
          The name of the version.
 

Method Detail

doModal

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
The okPressed
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVersionName

String getVersionName()
                      throws IOException,
                             AutomationException
The name of the version.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
The versionName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVersionDescription

String getVersionDescription()
                             throws IOException,
                                    AutomationException
The description of the version.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
The versionDescription
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVersionAccess

int getVersionAccess()
                     throws IOException,
                            AutomationException
The level of access provided for the version.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
A com.esri.arcgis.geodatabase.esriVersionAccess constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.