public interface IEventSourceErrors
extends java.io.Serializable
Description: 'Provides access to members that deal with event source errors.' 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 |
IIDa9eb56e1_7452_11d4_9fe4_00c04f6bdf06 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
ICursor |
getErrorCursor(IQueryFilter filter)
The cursor of the events with locating errors.
|
IEnumEventError |
getErrors()
The enumerator of the event source errors.
|
int |
getLocatingErrorOID(long oID)
The locating error associated with an event's OID.
|
int |
getLocatingErrorRow(IRow row)
The locating error associated with a row.
|
static final int IIDa9eb56e1_7452_11d4_9fe4_00c04f6bdf06
static final int xxDummy
static final java.lang.String IID
IEnumEventError getErrors() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ICursor getErrorCursor(IQueryFilter filter) throws java.io.IOException, AutomationException
filter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getLocatingErrorOID(long oID) throws java.io.IOException, AutomationException
oID
- Signed 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getLocatingErrorRow(IRow row) throws java.io.IOException, AutomationException
row
- A reference to a com.esri.arcgis.geodatabase.IRow (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.