com.esri.arcgis.search
Interface IIndexingStatus

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IIndexingStatusProxy, IndexingStatus

public interface IIndexingStatus
extends java.io.Serializable

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

Description: 'Provides access to indexing status.' 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 IID3aed1cd7_b3e8_446b_81b3_f35c466994db
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getIndexingType()
          Indicates the indexing type.
 int getItemsIndexed()
          Indicators whether items are indexed.
 java.lang.String getNextFullIndexingStartTime()
          Next Full indexing start time.
 java.lang.String getNextIncrementalIndexingStartTime()
          Next Incremetal indexing start time.
 int getNextIndexingType()
          Indicates next indexing type.
 java.lang.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(java.lang.String nextFullIndexingStartTime)
          Next Full indexing start time.
 void setNextIncrementalIndexingStartTime(java.lang.String nextIncremetalIndexingStartTime)
          Next Incremetal indexing start time.
 void setNextIndexingType(int indexingType)
          Indicates next indexing type.
 void setStartTime(java.lang.String startTime)
          Index start time.
 void setTimeUsed(int timeUsed)
          Time used for indexing.
 

Field Detail

IID3aed1cd7_b3e8_446b_81b3_f35c466994db

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

getIndexingType

int getIndexingType()
                    throws java.io.IOException,
                           AutomationException
Indicates the indexing type.

Returns:
A com.esri.arcgis.search.esriIndexingType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIndexingType

void setIndexingType(int indexingType)
                     throws java.io.IOException,
                            AutomationException
Indicates the indexing type.

Parameters:
indexingType - A com.esri.arcgis.search.esriIndexingType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isRunning

boolean isRunning()
                  throws java.io.IOException,
                         AutomationException
Indicates if the index tasks is running.

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

setIsRunning

void setIsRunning(boolean pValid)
                  throws java.io.IOException,
                         AutomationException
Indicates if the index tasks is running.

Parameters:
pValid - The pValid (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStartTime

java.lang.String getStartTime()
                              throws java.io.IOException,
                                     AutomationException
Index start time.

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

setStartTime

void setStartTime(java.lang.String startTime)
                  throws java.io.IOException,
                         AutomationException
Index start time.

Parameters:
startTime - The startTime (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTimeUsed

int getTimeUsed()
                throws java.io.IOException,
                       AutomationException
Time used for indexing.

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

setTimeUsed

void setTimeUsed(int timeUsed)
                 throws java.io.IOException,
                        AutomationException
Time used for indexing.

Parameters:
timeUsed - The timeUsed (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setItemsIndexed

void setItemsIndexed(int itemsIndexed)
                     throws java.io.IOException,
                            AutomationException
Indicators whether items are indexed.

Parameters:
itemsIndexed - The itemsIndexed (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItemsIndexed

int getItemsIndexed()
                    throws java.io.IOException,
                           AutomationException
Indicators whether items are indexed.

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

getNextFullIndexingStartTime

java.lang.String getNextFullIndexingStartTime()
                                              throws java.io.IOException,
                                                     AutomationException
Next Full indexing start time.

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

setNextFullIndexingStartTime

void setNextFullIndexingStartTime(java.lang.String nextFullIndexingStartTime)
                                  throws java.io.IOException,
                                         AutomationException
Next Full indexing start time.

Parameters:
nextFullIndexingStartTime - The nextFullIndexingStartTime (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNextIncrementalIndexingStartTime

java.lang.String getNextIncrementalIndexingStartTime()
                                                     throws java.io.IOException,
                                                            AutomationException
Next Incremetal indexing start time.

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

setNextIncrementalIndexingStartTime

void setNextIncrementalIndexingStartTime(java.lang.String nextIncremetalIndexingStartTime)
                                         throws java.io.IOException,
                                                AutomationException
Next Incremetal indexing start time.

Parameters:
nextIncremetalIndexingStartTime - The nextIncremetalIndexingStartTime (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNextIndexingType

int getNextIndexingType()
                        throws java.io.IOException,
                               AutomationException
Indicates next indexing type.

Returns:
A com.esri.arcgis.search.esriIndexingType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNextIndexingType

void setNextIndexingType(int indexingType)
                         throws java.io.IOException,
                                AutomationException
Indicates next indexing type.

Parameters:
indexingType - A com.esri.arcgis.search.esriIndexingType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.