com.esri.arcgis.geodatabase
Interface IWorkspaceEdit2

All Superinterfaces:
IWorkspaceEdit, java.io.Serializable
All Known Implementing Classes:
IWorkspaceEdit2Proxy

public interface IWorkspaceEdit2
extends IWorkspaceEdit, java.io.Serializable

COM Interface 'IWorkspaceEdit2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID199a1f9d_435a_4118_9b3f_4e0b8f984aa0
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IWorkspaceEdit
IID995d5c92_15c6_11d2_89ed_006097aff44e
 
Method Summary
 IDataChangesEx getEditDataChanges(int editChangeType)
          gets changes during edit session
 boolean isInEditOperation()
          Is the workspace currently in an edit operation?
 
Methods inherited from interface com.esri.arcgis.geodatabase.IWorkspaceEdit
abortEditOperation, disableUndoRedo, enableUndoRedo, hasEdits, hasRedos, hasUndos, isBeingEdited, redoEditOperation, startEditing, startEditOperation, stopEditing, stopEditOperation, undoEditOperation
 

Field Detail

IID199a1f9d_435a_4118_9b3f_4e0b8f984aa0

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

isInEditOperation

boolean isInEditOperation()
                          throws java.io.IOException,
                                 AutomationException
Is the workspace currently in an edit operation?

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

getEditDataChanges

IDataChangesEx getEditDataChanges(int editChangeType)
                                  throws java.io.IOException,
                                         AutomationException
gets changes during edit session

Parameters:
editChangeType - A com.esri.arcgis.geodatabase.esriEditDataChangesType constant (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IDataChangesEx
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.