|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A parameter-set for a ICrawler.
Copyright 2004 SAP AG
| Method Summary | |
boolean |
getCaseSensitiveFlag()
Deprecated. Get the case sensitive flag. |
long |
getContentSizeLimit()
Deprecated. Get the content size limit. |
String |
getCrawlerType()
Deprecated. Get the crawler type to use for the crawl. |
int |
getDepth()
Deprecated. Get the maximum crawling depth to use for the crawl. |
String |
getDescription(Locale locale)
Deprecated. Get the profile's description. |
int |
getExternalLinkDepth()
Deprecated. Get the maximum crawling depth for external links to use for the crawl. |
int |
getHierarchicalCrawlMode()
Deprecated. Get the mode for a hierachical crawl. |
String |
getID()
Deprecated. Get the profile ID. |
boolean |
getIncludeVersionsFlag()
Deprecated. Check if the flag to include versions of resources is set. |
int |
getInternalLinkDepth()
Deprecated. Get the maximum crawling depth for internal links to use for the crawl. |
int |
getNiceness()
Deprecated. Get the niceness factor to use for the crawl. |
int |
getPriority()
Deprecated. Get the priority to use for the crawl. |
IGenericQuery |
getPropertyQuery()
Deprecated. Get the query expression for searching the properties. |
long |
getTimeLimit()
Deprecated. Get the time limit to use for the crawl. |
| Method Detail |
public String getID()
String with the profile's unique ID.public String getDescription(Locale locale)
String with the profile's description.
public String getCrawlerType()
throws WcmException
String with type of the crawler to use or
null if the crawler service' default type should
be used.
WcmException - if the type cannot be retrieved.
WcmException
public int getDepth()
throws WcmException
int with the maximum depth to crawl.
WcmException - if the depth cannot be retrieved.
WcmException
public int getInternalLinkDepth()
throws WcmException
int with the maximum depth to crawl for internal
links.
WcmException - if the depth cannot be retrieved.
WcmException
public int getExternalLinkDepth()
throws WcmException
int with the maximum depth to crawl for external
links.
WcmException - if the depth cannot be retrieved.
WcmException
public boolean getIncludeVersionsFlag()
throws WcmException
boolean true if the flag is set and
all versions should also be crawled, false if not.
WcmException - if the flag cannot be retrieved.
WcmException
public IGenericQuery getPropertyQuery()
throws WcmException
IGenericQuery with the query expression for the
property search, null if not set.
WcmException - if the query cannot be retrieved.
WcmException
public int getHierarchicalCrawlMode()
throws WcmException
WcmException - if the mode cannot be retrieved.
WcmException
public int getNiceness()
throws WcmException
int with the niceness factor to use.
WcmException - if the niceness factor cannot be retrieved.
WcmException
public int getPriority()
throws WcmException
int with the priority to use.
WcmException - if the priority cannot be retrieved.
WcmException
public long getTimeLimit()
throws WcmException
long with the time limit for the crawl in msec.
WcmException - if the time limit cannot be retrieved.
WcmException
public boolean getCaseSensitiveFlag()
throws WcmException
boolean true if the crawler should be
case sensitive, false if RIDs are not case sensitive.
WcmException - if the case sensitive flag cannot be
retrieved.
WcmException
public long getContentSizeLimit()
throws WcmException
long with the content size limit in bytes.
WcmException - if the content sizelimt cannot be
retrieved.
WcmException
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||