com.esri.arcgis.geodatabase
Interface IVersionedObject

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

public interface IVersionedObject
extends java.io.Serializable

COM Interface 'IVersionedObject'. Generated 3/19/2015 1:20:55 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 IID4a1fb361_b863_11d1_9ce7_0000f8780619
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IVersion getVersion()
          The object's current version.
 boolean isRegisteredAsVersioned()
          Indicates if the object is registered as versioned.
 void registerAsVersioned(boolean isVersioned)
          Register/UnRegister the object as being versioned.
 

Field Detail

IID4a1fb361_b863_11d1_9ce7_0000f8780619

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

getVersion

IVersion getVersion()
                    throws java.io.IOException,
                           AutomationException
The object's current 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.

isRegisteredAsVersioned

boolean isRegisteredAsVersioned()
                                throws java.io.IOException,
                                       AutomationException
Indicates if the object is registered as versioned.

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

registerAsVersioned

void registerAsVersioned(boolean isVersioned)
                         throws java.io.IOException,
                                AutomationException
Register/UnRegister the object as being versioned.

Parameters:
isVersioned - The isVersioned (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.