com.esri.arcgis.search
Interface IGPIndexingIssueLogger

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPIndexingIssueLogger, IGPIndexingIssueLoggerProxy

public interface IGPIndexingIssueLogger
extends java.io.Serializable

COM Interface 'IGPIndexingIssueLogger'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriSearch.tlb'

Description: 'Provides access to members of for logging indexing issues.' 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 IID6fe9e5dc_751c_4a06_b96d_02328b0602d3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addUnindexedDataset(java.lang.String dataset)
          Log dataset that could not be indexed.
 IStringArray getUnindexedDatasets()
          Datasets that could not be indexed.
 

Field Detail

IID6fe9e5dc_751c_4a06_b96d_02328b0602d3

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

getUnindexedDatasets

IStringArray getUnindexedDatasets()
                                  throws java.io.IOException,
                                         AutomationException
Datasets that could not be indexed.

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.

addUnindexedDataset

void addUnindexedDataset(java.lang.String dataset)
                         throws java.io.IOException,
                                AutomationException
Log dataset that could not be indexed.

Parameters:
dataset - The dataset (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.