com.esri.arcgis.geodatabase
Interface IEventSourceErrors

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IEventSourceErrorsProxy, RouteEventSource

public interface IEventSourceErrors
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDa9eb56e1_7452_11d4_9fe4_00c04f6bdf06
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ICursor getErrorCursor(IQueryFilter filter)
          The cursor of the events with locating errors.
 IEnumEventError getErrors()
          The enumerator of the event source errors.
 int getLocatingErrorOID(int oID)
          The locating error associated with an event's OID.
 int getLocatingErrorRow(IRow row)
          The locating error associated with a row.
 

Field Detail

IIDa9eb56e1_7452_11d4_9fe4_00c04f6bdf06

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

getErrors

IEnumEventError getErrors()
                          throws java.io.IOException,
                                 AutomationException
The enumerator of the event source errors.

Returns:
A reference to a com.esri.arcgis.geodatabase.IEnumEventError
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getErrorCursor

ICursor getErrorCursor(IQueryFilter filter)
                       throws java.io.IOException,
                              AutomationException
The cursor of the events with locating errors.

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

getLocatingErrorOID

int getLocatingErrorOID(int oID)
                        throws java.io.IOException,
                               AutomationException
The locating error associated with an event's OID.

Parameters:
oID - The oID (in)
Returns:
A com.esri.arcgis.geodatabase.esriLocatingError constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLocatingErrorRow

int getLocatingErrorRow(IRow row)
                        throws java.io.IOException,
                               AutomationException
The locating error associated with a row.

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