|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IXCrawlerResultReceiver
Abstract result receiver - all result receivers must implement this interface.
Version for normal crawls.
Copyright (c) SAP AG 2003
| Method Summary | |
|---|---|
boolean |
approveCollectionCrawling(RID rid)
Check, whether a collection should be crawled or not. |
void |
crawlFailed(Exception e)
Called to inform the result receiver that the crawl failed. |
void |
crawlFinished()
Called to inform the result receiver that the crawl has been finished. |
void |
crawlStarted()
Called to inform the result receiver that the crawl has been started. |
void |
crawlStopped()
Called to inform the result receiver that the ongoing crawl was stopped before finishing. |
IResourceContext |
getResourceContext()
Get the resource context which is used to access crawled resources. |
| Method Detail |
|---|
void crawlStarted()
throws Exception
thrown - in case of error; the exception will not affect the ongoing crawl
Exception
void crawlFinished()
throws Exception
thrown - in case of error; the exception will not affect the ongoing crawl
Exception
void crawlStopped()
throws Exception
thrown - in case of error; the exception will not affect the ongoing crawl
Exception
void crawlFailed(Exception e)
throws Exception
e - the exception which led to the failure
thrown - in case of error; the exception will not affect the ongoing crawl
Exception
IResourceContext getResourceContext()
throws Exception
thrown - in case of error; the exception will abort the ongoing crawl
Exception
boolean approveCollectionCrawling(RID rid)
throws Exception
rid - RID of the collection
thrown - in case of error; the exception cause the collection to be skipped
Exception| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||