com.esri.arcgis.search
Interface IGPIndexingIssueLogger

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPIndexingIssueLogger

public interface IGPIndexingIssueLogger
extends Serializable

Provides access to members of for logging indexing issues.


Method Summary
 void addUnindexedDataset(String dataset)
          Log dataset that could not be indexed.
 IStringArray getUnindexedDatasets()
          Datasets that could not be indexed.
 

Method Detail

getUnindexedDatasets

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

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

addUnindexedDataset

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

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