|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sapportals.wcm.service.crawler.parameter.AbstractSpecialCrawlerParameters
Abstract class for parameters of a special crawler.
Copyright 2004 SAP AG
| Constructor Summary | |
AbstractSpecialCrawlerParameters()
Deprecated. |
|
| Method Summary | |
boolean |
getCaseSensitiveFlag()
Deprecated. Get the default case sensitive flag. |
long |
getContentSizeLimit()
Deprecated. Get the default content size limit. |
int |
getDepth()
Deprecated. Get the default depth (which is unlimited). |
boolean |
getFollowExternalLinksFlag()
Deprecated. Get the default 'follow external links' flag. |
boolean |
getFollowInternalLinksFlag()
Deprecated. Get the default 'follow internal links' flag. |
int |
getHierarchicalCrawlMode()
Deprecated. Get the default hierarchical crawl mode. |
abstract java.lang.String |
getID()
Deprecated. Get the default id for the crawler. |
boolean |
getIncludeVersionsFlag()
Deprecated. Get the default 'include versions' flag. |
IGenericQuery |
getPropertyQuery()
Deprecated. Get the default query expression. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbstractSpecialCrawlerParameters()
| Method Detail |
public abstract java.lang.String getID()
public int getDepth()
public boolean getFollowInternalLinksFlag()
public boolean getFollowExternalLinksFlag()
public boolean getIncludeVersionsFlag()
public IGenericQuery getPropertyQuery()
public int getHierarchicalCrawlMode()
public boolean getCaseSensitiveFlag()
public long getContentSizeLimit()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||