|
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
|
+--com.sapportals.wcm.service.crawler.parameter.SubfolderCrawlerParameters
Parameterset for a 'Subfolder' special crawler.
Copyright 2004 SAP AG
| Constructor Summary | |
SubfolderCrawlerParameters()
Deprecated. Construct with unlimited depth. |
|
SubfolderCrawlerParameters(int depth)
Deprecated. Construct with specific depth. |
|
| Method Summary | |
int |
getDepth()
Deprecated. Get the depth. |
java.lang.String |
getID()
Deprecated. Get the id for the crawler. |
IGenericQuery |
getPropertyQuery()
Deprecated. Get the query expression. |
void |
setDepth(int depth)
Deprecated. Set the maximum depth for the crawler (a value smaller than zero means unlimited depth). |
| Methods inherited from class com.sapportals.wcm.service.crawler.parameter.AbstractSpecialCrawlerParameters |
getCaseSensitiveFlag, getContentSizeLimit, getFollowExternalLinksFlag, getFollowInternalLinksFlag, getHierarchicalCrawlMode, getIncludeVersionsFlag |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SubfolderCrawlerParameters(int depth)
throws WcmException
depth - maximum depth for the crawler; a value smaller than zero means unlimited depthWcmException -
public SubfolderCrawlerParameters()
throws WcmException
| Method Detail |
public java.lang.String getID()
getID in class AbstractSpecialCrawlerParameterspublic int getDepth()
getDepth in class AbstractSpecialCrawlerParameterspublic IGenericQuery getPropertyQuery()
getPropertyQuery in class AbstractSpecialCrawlerParameterspublic void setDepth(int depth)
depth - maximum depth for the crawler
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||