com.esri.arcgis.search
Interface IDataSourceConfiguration2

All Superinterfaces:
IDataSourceConfiguration, java.io.Serializable
All Known Implementing Classes:
IDataSourceConfiguration2Proxy

public interface IDataSourceConfiguration2
extends IDataSourceConfiguration, java.io.Serializable

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

Description: 'Provides access to data source configuration.' 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 IIDa1ca9d07_71b5_4d6b_b6fa_663345fbc4fe
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.search.IDataSourceConfiguration
IIDcc8f1331_2bf5_4cad_b30c_ffcb95eb96b0
 
Method Summary
 boolean isSkipConnections()
          Indicates whether to skip connection files (sde, ags, wcs, wms, etc) copied to non-default locations.
 boolean isSkipMosaicItems()
          Indicates whether to skip mosaic dataset items when indexing.
 void setSkipConnections(boolean pSkipConnections)
          Indicates whether to skip connection files (sde, ags, wcs, wms, etc) copied to non-default locations.
 void setSkipMosaicItems(boolean pSkipMosaicItems)
          Indicates whether to skip mosaic dataset items when indexing.
 
Methods inherited from interface com.esri.arcgis.search.IDataSourceConfiguration
getPath, getRepeatInterval, getStartTime, getType, isRecursive, isReplaceItems, setPath, setRecursive, setRepeatInterval, setReplaceItems, setStartTime, setType
 

Field Detail

IIDa1ca9d07_71b5_4d6b_b6fa_663345fbc4fe

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

isSkipConnections

boolean isSkipConnections()
                          throws java.io.IOException,
                                 AutomationException
Indicates whether to skip connection files (sde, ags, wcs, wms, etc) copied to non-default locations.

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

setSkipConnections

void setSkipConnections(boolean pSkipConnections)
                        throws java.io.IOException,
                               AutomationException
Indicates whether to skip connection files (sde, ags, wcs, wms, etc) copied to non-default locations.

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

isSkipMosaicItems

boolean isSkipMosaicItems()
                          throws java.io.IOException,
                                 AutomationException
Indicates whether to skip mosaic dataset items when indexing.

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

setSkipMosaicItems

void setSkipMosaicItems(boolean pSkipMosaicItems)
                        throws java.io.IOException,
                               AutomationException
Indicates whether to skip mosaic dataset items when indexing.

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