com.esri.arcgis.search
Interface IGPItemIndex

All Superinterfaces:
Serializable
All Known Implementing Classes:
IGPItemIndexProxy

public interface IGPItemIndex
extends Serializable

Provides access to helper functions for GPItemIndex.


Method Summary
 void generateStagingFolder(String indexFolder)
          Generate staging folder.
 

Method Detail

generateStagingFolder

void generateStagingFolder(String indexFolder)
                           throws IOException,
                                  AutomationException
Generate staging folder.

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