|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIndexingStatus
Provides access to indexing status.
Method Summary | |
---|---|
int |
getIndexingType()
Indicates the indexing type. |
int |
getItemsIndexed()
Indicators whether items are indexed. |
String |
getNextFullIndexingStartTime()
Next Full indexing start time. |
String |
getNextIncrementalIndexingStartTime()
Next Incremetal indexing start time. |
int |
getNextIndexingType()
Indicates next indexing type. |
String |
getStartTime()
Index start time. |
int |
getTimeUsed()
Time used for indexing. |
boolean |
isRunning()
Indicates if the index tasks is running. |
void |
setIndexingType(int indexingType)
Indicates the indexing type. |
void |
setIsRunning(boolean pValid)
Indicates if the index tasks is running. |
void |
setItemsIndexed(int itemsIndexed)
Indicators whether items are indexed. |
void |
setNextFullIndexingStartTime(String nextFullIndexingStartTime)
Next Full indexing start time. |
void |
setNextIncrementalIndexingStartTime(String nextIncremetalIndexingStartTime)
Next Incremetal indexing start time. |
void |
setNextIndexingType(int indexingType)
Indicates next indexing type. |
void |
setStartTime(String startTime)
Index start time. |
void |
setTimeUsed(int timeUsed)
Time used for indexing. |
Method Detail |
---|
int getIndexingType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIndexingType(int indexingType) throws IOException, AutomationException
indexingType
- A com.esri.arcgis.search.esriIndexingType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRunning() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsRunning(boolean pValid) throws IOException, AutomationException
pValid
- The pValid (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getStartTime() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStartTime(String startTime) throws IOException, AutomationException
startTime
- The startTime (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTimeUsed() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTimeUsed(int timeUsed) throws IOException, AutomationException
timeUsed
- The timeUsed (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setItemsIndexed(int itemsIndexed) throws IOException, AutomationException
itemsIndexed
- The itemsIndexed (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getItemsIndexed() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getNextFullIndexingStartTime() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNextFullIndexingStartTime(String nextFullIndexingStartTime) throws IOException, AutomationException
nextFullIndexingStartTime
- The nextFullIndexingStartTime (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getNextIncrementalIndexingStartTime() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNextIncrementalIndexingStartTime(String nextIncremetalIndexingStartTime) throws IOException, AutomationException
nextIncremetalIndexingStartTime
- The nextIncremetalIndexingStartTime (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getNextIndexingType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNextIndexingType(int indexingType) throws IOException, AutomationException
indexingType
- A com.esri.arcgis.search.esriIndexingType constant (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 |