com.esri.arcgis.geodatabase
Interface IVersionedObject2

All Superinterfaces:
IVersionedObject, java.io.Serializable
All Known Subinterfaces:
IVersionedObject3
All Known Implementing Classes:
CadastralFabric, IVersionedObject2Proxy, IVersionedObject3Proxy, NetworkDataset, StreetNetwork, UtilityNetwork

public interface IVersionedObject2
extends IVersionedObject, java.io.Serializable

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

Description: 'Provides access to members that manage a versioned object.' 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 IID884d388e_8918_443a_8f4a_db5aac5b9d5e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IVersionedObject
IID4a1fb361_b863_11d1_9ce7_0000f8780619
 
Method Summary
 boolean isHasUncompressedEdits()
          Indicates if the object has edits that haven't been compressed yet.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IVersionedObject
getVersion, isRegisteredAsVersioned, registerAsVersioned
 

Field Detail

IID884d388e_8918_443a_8f4a_db5aac5b9d5e

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

isHasUncompressedEdits

boolean isHasUncompressedEdits()
                               throws java.io.IOException,
                                      AutomationException
Indicates if the object has edits that haven't been compressed yet.

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