com.esri.arcgis.geodatabase
Interface IVersionedObject3

All Superinterfaces:
IVersionedObject, IVersionedObject2, java.io.Serializable
All Known Implementing Classes:
IVersionedObject3Proxy

public interface IVersionedObject3
extends IVersionedObject2, java.io.Serializable

COM Interface 'IVersionedObject3'. 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 IID092d0bf9_9e6c_42be_aa79_2f8167e0ff75
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IVersionedObject2
IID884d388e_8918_443a_8f4a_db5aac5b9d5e
 
Fields inherited from interface com.esri.arcgis.geodatabase.IVersionedObject
IID4a1fb361_b863_11d1_9ce7_0000f8780619
 
Method Summary
 void getVersionRegistrationInfo(boolean[] isRegistered, boolean[] isMovingEditsToBase)
          Indicates if this object is registered as versioned and is moving edits to base.
 void registerAsVersioned3(boolean moveEditsToBase)
          Register this object as versioned with the option to move edits to base.
 boolean supportsMovingEditsToBase()
          Indicates if this object supports moving edits to base as a RegisterAsVersioned3 option.
 void unRegisterAsVersioned3(boolean compressDefault)
          UnRegister this object as versioned with the option to compress the Default edits to base.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IVersionedObject2
isHasUncompressedEdits
 
Methods inherited from interface com.esri.arcgis.geodatabase.IVersionedObject
getVersion, isRegisteredAsVersioned, registerAsVersioned
 

Field Detail

IID092d0bf9_9e6c_42be_aa79_2f8167e0ff75

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

supportsMovingEditsToBase

boolean supportsMovingEditsToBase()
                                  throws java.io.IOException,
                                         AutomationException
Indicates if this object supports moving edits to base as a RegisterAsVersioned3 option.

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

registerAsVersioned3

void registerAsVersioned3(boolean moveEditsToBase)
                          throws java.io.IOException,
                                 AutomationException
Register this object as versioned with the option to move edits to base.

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

unRegisterAsVersioned3

void unRegisterAsVersioned3(boolean compressDefault)
                            throws java.io.IOException,
                                   AutomationException
UnRegister this object as versioned with the option to compress the Default edits to base.

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

getVersionRegistrationInfo

void getVersionRegistrationInfo(boolean[] isRegistered,
                                boolean[] isMovingEditsToBase)
                                throws java.io.IOException,
                                       AutomationException
Indicates if this object is registered as versioned and is moving edits to base.

Parameters:
isRegistered - The isRegistered (out: use single element array)
isMovingEditsToBase - The isMovingEditsToBase (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.