com.esri.arcgis.geodatabasedistributed
Interface IDeltaDataChangesRelease

All Superinterfaces:
Serializable
All Known Implementing Classes:
DeltaDataChanges

public interface IDeltaDataChangesRelease
extends Serializable

Provides access to members that return the release version of the geodatabase from which the edits originated.

Remarks

This interface returns release of the geodatabase from which the delta file was generated. Delta files generated from an ArcGIS 9.2 geodatabase will return the following:

MajorVerion - 2

MinorVersion - 2

BugFixVersion – -3

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
DataChangesImporter, DataChangesExporter, DeltaDataChanges, DataChanges, IExportDataChanges

Method Summary
 int getBugfixVersion()
          Bugfix version level of the source geodatabase.
 int getMajorVersion()
          Major version level of the source geodatabase.
 int getMinorVersion()
          Minor version level of the source geodatabase.
 

Method Detail

getMajorVersion

int getMajorVersion()
                    throws IOException,
                           AutomationException
Major version level of the source geodatabase.

Remarks

This major release of the geodatabase from which the delta file was generated.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getMinorVersion

int getMinorVersion()
                    throws IOException,
                           AutomationException
Minor version level of the source geodatabase.

Remarks

This minor release of the geodatabase from which the delta file was generated.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getBugfixVersion

int getBugfixVersion()
                     throws IOException,
                            AutomationException
Bugfix version level of the source geodatabase.

Remarks

This bug fix release of the geodatabase from which the delta file was generated.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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