public interface IWorkspaceEdit2 extends IWorkspaceEdit, java.io.Serializable
Description: 'Provides access to members that control Workspace Editing.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID199a1f9d_435a_4118_9b3f_4e0b8f984aa0 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID995d5c92_15c6_11d2_89ed_006097aff44e
Modifier and Type | Method and Description |
---|---|
IDataChangesEx |
getEditDataChanges(int editChangeType)
gets changes during edit session
|
boolean |
isInEditOperation()
Is the workspace currently in an edit operation?
|
abortEditOperation, disableUndoRedo, enableUndoRedo, hasEdits, hasRedos, hasUndos, isBeingEdited, redoEditOperation, startEditing, startEditOperation, stopEditing, stopEditOperation, undoEditOperation
static final int IID199a1f9d_435a_4118_9b3f_4e0b8f984aa0
static final int xxDummy
static final java.lang.String IID
boolean isInEditOperation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDataChangesEx getEditDataChanges(int editChangeType) throws java.io.IOException, AutomationException
editChangeType
- A com.esri.arcgis.geodatabase.esriEditDataChangesType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.