|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.search.IndexingConfiguration
public class IndexingConfiguration
COM Class 'IndexingConfiguration'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriSearch.tlb'
Description 'Provide access to the IndexingConfiguration object.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.search.IIndexingConfiguration |
|---|
IID, IID804c00d1_dcd8_4c7a_8f95_0af743e22ee0, xxDummy |
| Constructor Summary | |
|---|---|
IndexingConfiguration()
Constructs a IndexingConfiguration using ArcGIS Engine. |
|
IndexingConfiguration(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. IndexingConfiguration theIndexingConfiguration = (IndexingConfiguration) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
java.lang.String |
getFilter()
File extensions to be filtered out. |
int |
getFullIndexInterval()
Full index interval. |
int |
getIncrementalIndexInterval()
Incremental index interval. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IStringArray |
getPaths()
The target paths to be indexed. |
java.lang.String |
getStartTime()
Index start time. |
int |
hashCode()
the hashcode for this object |
boolean |
isPaused()
Indicates whether to pause indexing until instructed to resume. |
boolean |
isRecursive()
Indicates whether to recursively get the children of target path. |
boolean |
isReplaceIndex()
Indicates whether to replace existing index. |
boolean |
isReplaceItems()
Indicates whether to replace existing items. |
boolean |
isSkipConnections()
Indicates whether to skip connection files (sde, ags, wcs, wms, etc) copied to non-default locations. |
boolean |
isWasRunning()
Indicates whether the indexer was running when it was paused. |
void |
release()
Release a IndexingConfiguration. |
void |
setFilter(java.lang.String pFilter)
File extensions to be filtered out. |
void |
setFullIndexInterval(int pInterval)
Full index interval. |
void |
setIncrementalIndexInterval(int pInterval)
Incremental index interval. |
void |
setIsPaused(boolean pPaused)
Indicates whether to pause indexing until instructed to resume. |
void |
setPaths(IStringArray ppPaths)
The target paths to be indexed. |
void |
setRecursive(boolean pRecursive)
Indicates whether to recursively get the children of target path. |
void |
setReplaceIndex(boolean pReplaceIndex)
Indicates whether to replace existing index. |
void |
setReplaceItems(boolean pReplaceItems)
Indicates whether to replace existing items. |
void |
setSkipConnections(boolean pSkip)
Indicates whether to skip connection files (sde, ags, wcs, wms, etc) copied to non-default locations. |
void |
setStartTime(java.lang.String startTime)
Index start time. |
void |
setWasRunning(boolean pRunning)
Indicates whether the indexer was running when it was paused. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndexingConfiguration()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public IndexingConfiguration(java.lang.Object obj)
throws java.io.IOException
IndexingConfiguration theIndexingConfiguration = (IndexingConfiguration) obj;
obj to IndexingConfiguration.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public IStringArray getPaths()
throws java.io.IOException,
AutomationException
getPaths in interface IIndexingConfigurationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPaths(IStringArray ppPaths)
throws java.io.IOException,
AutomationException
setPaths in interface IIndexingConfigurationppPaths - A reference to a com.esri.arcgis.system.IStringArray (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getFilter()
throws java.io.IOException,
AutomationException
getFilter in interface IIndexingConfigurationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFilter(java.lang.String pFilter)
throws java.io.IOException,
AutomationException
setFilter in interface IIndexingConfigurationpFilter - The pFilter (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRecursive()
throws java.io.IOException,
AutomationException
isRecursive in interface IIndexingConfigurationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRecursive(boolean pRecursive)
throws java.io.IOException,
AutomationException
setRecursive in interface IIndexingConfigurationpRecursive - The pRecursive (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isReplaceIndex()
throws java.io.IOException,
AutomationException
isReplaceIndex in interface IIndexingConfigurationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReplaceIndex(boolean pReplaceIndex)
throws java.io.IOException,
AutomationException
setReplaceIndex in interface IIndexingConfigurationpReplaceIndex - The pReplaceIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isReplaceItems()
throws java.io.IOException,
AutomationException
isReplaceItems in interface IIndexingConfigurationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReplaceItems(boolean pReplaceItems)
throws java.io.IOException,
AutomationException
setReplaceItems in interface IIndexingConfigurationpReplaceItems - The pReplaceItems (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getIncrementalIndexInterval()
throws java.io.IOException,
AutomationException
getIncrementalIndexInterval in interface IIndexingConfigurationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIncrementalIndexInterval(int pInterval)
throws java.io.IOException,
AutomationException
setIncrementalIndexInterval in interface IIndexingConfigurationpInterval - The pInterval (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getFullIndexInterval()
throws java.io.IOException,
AutomationException
getFullIndexInterval in interface IIndexingConfigurationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFullIndexInterval(int pInterval)
throws java.io.IOException,
AutomationException
setFullIndexInterval in interface IIndexingConfigurationpInterval - The pInterval (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getStartTime()
throws java.io.IOException,
AutomationException
getStartTime in interface IIndexingConfigurationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStartTime(java.lang.String startTime)
throws java.io.IOException,
AutomationException
setStartTime in interface IIndexingConfigurationstartTime - The startTime (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSkipConnections()
throws java.io.IOException,
AutomationException
isSkipConnections in interface IIndexingConfigurationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSkipConnections(boolean pSkip)
throws java.io.IOException,
AutomationException
setSkipConnections in interface IIndexingConfigurationpSkip - The pSkip (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isPaused()
throws java.io.IOException,
AutomationException
isPaused in interface IIndexingConfigurationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsPaused(boolean pPaused)
throws java.io.IOException,
AutomationException
setIsPaused in interface IIndexingConfigurationpPaused - The pPaused (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isWasRunning()
throws java.io.IOException,
AutomationException
isWasRunning in interface IIndexingConfigurationjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setWasRunning(boolean pRunning)
throws java.io.IOException,
AutomationException
setWasRunning in interface IIndexingConfigurationpRunning - The pRunning (in)
java.io.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 | ||||||||