com.esri.arcgis.geodatabaseextensions
Interface IExcludedEventIDs

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IExcludedEventIDsProxy, TemporalFeatureClass

public interface IExcludedEventIDs
extends java.io.Serializable

COM Interface 'IExcludedEventIDs'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

Description: 'Provides access to Tracking Connection EventIDs to be permanently purged from cache and ignored in future.' 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 IID2eb7644e_63dd_4a25_9ef9_b794ec6bf691
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IStringArray getExcludedTrackingEventIDs()
          String array of EventIDs to be permanently purged and ignored.
 void setExcludedTrackingEventIDs(IStringArray pVal)
          String array of EventIDs to be permanently purged and ignored.
 

Field Detail

IID2eb7644e_63dd_4a25_9ef9_b794ec6bf691

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

getExcludedTrackingEventIDs

IStringArray getExcludedTrackingEventIDs()
                                         throws java.io.IOException,
                                                AutomationException
String array of EventIDs to be permanently purged and ignored.

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

setExcludedTrackingEventIDs

void setExcludedTrackingEventIDs(IStringArray pVal)
                                 throws java.io.IOException,
                                        AutomationException
String array of EventIDs to be permanently purged and ignored.

Parameters:
pVal - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.