public interface IDataSourceCrawler2 extends IDataSourceCrawler, java.io.Serializable
Description: 'Provides access to members that control a data source crawler.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID6585fbde_358f_40a7_8748_79f99b374f5f |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDa1631439_6f80_4ac3_b559_0d1836f6b13a
Modifier and Type | Method and Description |
---|---|
boolean |
isCanMergeItems()
Indicates whether the crawler is capable of merging related data source items into one composite crawled item.
|
boolean |
isMergeItems()
Indicates whether the crawler merges related data source items into one composite crawled item.
|
void |
setMergeItems(boolean pbMergeItems)
Indicates whether the crawler merges related data source items into one composite crawled item.
|
crawl, getCrawlerItemType, getFilter, getTimeExtent, isCanFilterByExpression, isCanFilterByTime, setFilter, setTimeExtentByRef
static final int IID6585fbde_358f_40a7_8748_79f99b374f5f
static final int xxDummy
static final java.lang.String IID
boolean isCanMergeItems() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isMergeItems() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMergeItems(boolean pbMergeItems) throws java.io.IOException, AutomationException
pbMergeItems
- The pbMergeItems (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.