|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IItemIndex
Field Summary | |
---|---|
static String |
IID
Deprecated. Internal use only |
static int |
IIDacf9354c_05db_4a70_b5f3_48d2822cb400
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
addItemInfo(IItemInfo pItemInfo)
Add item info to index. |
void |
deleteItemInfo(String catalogPath)
Delete item info from index. |
void |
deleteItemInfos(String catalogPath)
Delete item infos from index. |
int |
getItemInfoCount()
Check index exists or not. |
boolean |
isItemInfoExists(String catalogPath)
Check a particular iteminfo exists or not. |
void |
updateItemInfo(IItemInfo pItemInfo)
Update the specified item info in index. |
Field Detail |
---|
static final int IIDacf9354c_05db_4a70_b5f3_48d2822cb400
static final int xxDummy
static final String IID
Method Detail |
---|
void addItemInfo(IItemInfo pItemInfo) throws IOException, AutomationException
pItemInfo
- A reference to a com.esri.arcgis.search.IItemInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteItemInfo(String catalogPath) throws IOException, AutomationException
catalogPath
- The catalogPath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteItemInfos(String catalogPath) throws IOException, AutomationException
catalogPath
- The catalogPath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateItemInfo(IItemInfo pItemInfo) throws IOException, AutomationException
pItemInfo
- A reference to a com.esri.arcgis.search.IItemInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isItemInfoExists(String catalogPath) throws IOException, AutomationException
catalogPath
- The catalogPath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getItemInfoCount() throws IOException, AutomationException
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 |