com.esri.arcgis.geodatabase
Interface IDatasetEditEx

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IDatasetEditExProxy, SchematicInMemoryFeatureClass

public interface IDatasetEditEx
extends java.io.Serializable

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

Description: 'Provides access to more information on the status of datasets being edited.' 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 IID60e8162b_1ae0_11d4_9fb1_00c04f6bdf0c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void isBeingEdited(boolean[] isBeingEdited, long[] hrReason)
          True if the dataset is being edited, else returns the reason why it is not editable.
 

Field Detail

IID60e8162b_1ae0_11d4_9fb1_00c04f6bdf0c

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

isBeingEdited

void isBeingEdited(boolean[] isBeingEdited,
                   long[] hrReason)
                   throws java.io.IOException,
                          AutomationException
True if the dataset is being edited, else returns the reason why it is not editable.

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