|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGxItemIndexer
Provides access to functions of GxIndexer coclass. Also see the GPItemIndexer coclass.
Method Summary | |
---|---|
int |
getCount()
Total indexed items count. |
void |
indexChildren(IGxObject pObject)
Index the children of the current object. |
void |
indexObject(IGxObject pObject)
Index the current object. |
boolean |
isAncestorRegistered(IGxObject pGxObject)
Indicates whether the ancestor of this GxObject has been registered to be indexed. |
boolean |
isHasBeenIndexed(IGxObject pGxObject)
Indicates whether the current object has been indexed. |
void |
updateIndex(IItemInfo pItemInfo)
Update the index. |
void |
updateThumbnailInIndex(IGxObject pObject)
Update current object's thumbnail in index. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAncestorRegistered(IGxObject pGxObject) throws IOException, AutomationException
pGxObject
- A reference to a com.esri.arcgis.catalog.IGxObject (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHasBeenIndexed(IGxObject pGxObject) throws IOException, AutomationException
pGxObject
- A reference to a com.esri.arcgis.catalog.IGxObject (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateIndex(IItemInfo pItemInfo) throws IOException, AutomationException
pItemInfo
- A reference to a com.esri.arcgis.geodatabase.IItemInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void indexObject(IGxObject pObject) throws IOException, AutomationException
pObject
- A reference to a com.esri.arcgis.catalog.IGxObject (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void indexChildren(IGxObject pObject) throws IOException, AutomationException
pObject
- A reference to a com.esri.arcgis.catalog.IGxObject (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateThumbnailInIndex(IGxObject pObject) throws IOException, AutomationException
pObject
- A reference to a com.esri.arcgis.catalog.IGxObject (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |