public interface IDataSourceCrawler
extends 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 |
IIDa1631439_6f80_4ac3_b559_0d1836f6b13a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IEnumVariantSimple |
crawl(ITrackCancel pTrackCancel)
Traverses a data store and returns a enumeration of crawled data source items.
|
int |
getCrawlerItemType()
The type of the data source item returned by this crawler.
|
java.lang.String |
getFilter()
A string expression that allows the data source crawler to filter out invalid items.
|
ITimeExtent |
getTimeExtent()
The range of allowed time value associated with crawled data source items.
|
boolean |
isCanFilterByExpression()
Indicates whether the data source crawler can filter items by a string expression like a wild-card filter or SQL Where Clause.
|
boolean |
isCanFilterByTime()
Indicates whether the data source crawler can filter items by time using the 'TimeExtent' property.
|
void |
setFilter(java.lang.String pFilter)
A string expression that allows the data source crawler to filter out invalid items.
|
void |
setTimeExtentByRef(ITimeExtent ppTimeExtent)
The range of allowed time value associated with crawled data source items.
|
static final int IIDa1631439_6f80_4ac3_b559_0d1836f6b13a
static final int xxDummy
static final java.lang.String IID
int getCrawlerItemType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumVariantSimple crawl(ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCanFilterByTime() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTimeExtentByRef(ITimeExtent ppTimeExtent) throws java.io.IOException, AutomationException
ppTimeExtent
- A reference to a com.esri.arcgis.system.ITimeExtent (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITimeExtent getTimeExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCanFilterByExpression() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFilter(java.lang.String pFilter) throws java.io.IOException, AutomationException
pFilter
- The pFilter (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getFilter() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.