|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | 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. |
java.lang.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. |
java.lang.String |
getDescription(java.util.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. |
java.lang.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 java.lang.String getID()
String with the profile's unique ID.public java.lang.String getDescription(java.util.Locale locale)
String with the profile's description.
public java.lang.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.
public int getDepth()
throws WcmException
int with the maximum depth to crawl.WcmException - if the depth cannot be retrieved.
public int getInternalLinkDepth()
throws WcmException
int with the maximum depth to crawl for internal
links.WcmException - if the depth cannot be retrieved.
public int getExternalLinkDepth()
throws WcmException
int with the maximum depth to crawl for external
links.WcmException - if the depth cannot be retrieved.
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.
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.
public int getHierarchicalCrawlMode()
throws WcmException
an - int with the mode used for the crawl:
HIERARCHICAL_OFF if crawling should follow the
links from the HREF properties, HIERARCHICAL_ON to
follow the hierarchical structure given by collections and
resources, HIERARCHICAL_AUTO to use both mechanisms.WcmException - if the mode cannot be retrieved.
public int getNiceness()
throws WcmException
int with the niceness factor to use.WcmException - if the niceness factor cannot be retrieved.
public int getPriority()
throws WcmException
int with the priority to use.WcmException - if the priority cannot be retrieved.
public long getTimeLimit()
throws WcmException
long with the time limit for the crawl in msec.WcmException - if the time limit cannot be retrieved.
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.
public long getContentSizeLimit()
throws WcmException
long with the content size limit in bytes.WcmException - if the content sizelimt cannot be
retrieved.
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||