|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.catalogUI.GxItemIndexer
public class GxItemIndexer
Provides access to members of GxIndexer.
| Constructor Summary | |
|---|---|
GxItemIndexer()
Constructs a GxItemIndexer using ArcGIS Engine. |
|
GxItemIndexer(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GxItemIndexer theGxItemIndexer = (GxItemIndexer) obj; |
|
| Method Summary | |
|---|---|
void |
buildIndex(IIndexingConfiguration pConfig,
IItemIndex pIItemIndex)
Build index with indexing helper. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
getCount()
Total indexed items count. |
String |
getIndexerName()
Name of the indexer. |
int |
hashCode()
the hashcode for this object |
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 |
setIndexerName(String pName)
Name of the indexer. |
void |
updateIndex(IItemInfo pItemInfo)
Update the index. |
void |
updateThumbnailInIndex(IGxObject pObject)
Update current object's thumbnail in index. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public GxItemIndexer()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public GxItemIndexer(Object obj)
throws IOException
GxItemIndexer theGxItemIndexer = (GxItemIndexer) obj;
obj to GxItemIndexer.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getIndexerName()
throws IOException,
AutomationException
getIndexerName in interface IItemIndexerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIndexerName(String pName)
throws IOException,
AutomationException
setIndexerName in interface IItemIndexerpName - The pName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void buildIndex(IIndexingConfiguration pConfig,
IItemIndex pIItemIndex)
throws IOException,
AutomationException
buildIndex in interface IItemIndexerpConfig - A reference to a com.esri.arcgis.search.IIndexingConfiguration (in)pIItemIndex - A reference to a com.esri.arcgis.search.IItemIndex (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCount()
throws IOException,
AutomationException
getCount in interface IGxItemIndexerIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAncestorRegistered(IGxObject pGxObject)
throws IOException,
AutomationException
isAncestorRegistered in interface IGxItemIndexerpGxObject - A reference to a com.esri.arcgis.catalog.IGxObject (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isHasBeenIndexed(IGxObject pGxObject)
throws IOException,
AutomationException
isHasBeenIndexed in interface IGxItemIndexerpGxObject - A reference to a com.esri.arcgis.catalog.IGxObject (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void updateIndex(IItemInfo pItemInfo)
throws IOException,
AutomationException
updateIndex in interface IGxItemIndexerpItemInfo - A reference to a com.esri.arcgis.geodatabase.IItemInfo (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void indexObject(IGxObject pObject)
throws IOException,
AutomationException
indexObject in interface IGxItemIndexerpObject - A reference to a com.esri.arcgis.catalog.IGxObject (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void indexChildren(IGxObject pObject)
throws IOException,
AutomationException
indexChildren in interface IGxItemIndexerpObject - A reference to a com.esri.arcgis.catalog.IGxObject (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void updateThumbnailInIndex(IGxObject pObject)
throws IOException,
AutomationException
updateThumbnailInIndex in interface IGxItemIndexerpObject - 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 | ||||||||