|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVersionedObject2
Provides access to members that manage a versioned object.
The IVersionedObject2 interface is used to determine the current version of an object, to register feature datasets or object classes as versioned, to detect if the objectclass is registered as versioned and if the versioned object class contains any edits that have not been compressed to the base state.
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 |
Method Detail |
---|
boolean isHasUncompressedEdits() throws IOException, AutomationException
The HasUncompressedEdits method returns a boolean value that represents if the dataset contains versioned edits that have not been compressed to the base state.
Knowing if the dataset contains any edits is important prior to unregistering the dataset as versioned.
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 |