com.esri.arcgis.search
Interface IGPItemThumbnailIndexer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IGPItemThumbnailIndexerProxy

public interface IGPItemThumbnailIndexer
extends java.io.Serializable

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

Description: 'Provides to members for adding thumbnails to index.' 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 IIDc1e4c2d8_1c52_4e53_b9aa_3c6b71f70e68
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void generateThumbnails()
          Generate thumbnails in Index
 int getPercent()
          Percent of updated thumbnails.
 

Field Detail

IIDc1e4c2d8_1c52_4e53_b9aa_3c6b71f70e68

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

generateThumbnails

void generateThumbnails()
                        throws java.io.IOException,
                               AutomationException
Generate thumbnails in Index

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPercent

int getPercent()
               throws java.io.IOException,
                      AutomationException
Percent of updated thumbnails.

Returns:
The pPercent
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.