|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVersionedObject3
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 |
---|
static final int IID092d0bf9_9e6c_42be_aa79_2f8167e0ff75
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean supportsMovingEditsToBase() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void registerAsVersioned3(boolean moveEditsToBase) throws java.io.IOException, AutomationException
moveEditsToBase
- The moveEditsToBase (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void unRegisterAsVersioned3(boolean compressDefault) throws java.io.IOException, AutomationException
compressDefault
- The compressDefault (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getVersionRegistrationInfo(boolean[] isRegistered, boolean[] isMovingEditsToBase) throws java.io.IOException, AutomationException
isRegistered
- The isRegistered (out: use single element array)isMovingEditsToBase
- The isMovingEditsToBase (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |