|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Result receiver which receives the result of a crawl as lists of RIDs when the crawl is over.
Version for incremental updates.
Copyright (c) SAP AG 2004
| Method Summary | |
void |
receiveChanged(RidList rids)
Receive the list of changed resources. |
void |
receiveDeleted(RidList rids)
Receive the list of deleted resources. |
void |
receiveNew(RidList rids)
Receive the list of new resources. |
void |
receiveUnvisited(RidList rids)
Receive the list of unvisited unchanged resources. |
void |
receiveUnvisitedChanged(RidList rids)
Receive the list of unvisited changed resources. |
void |
receiveUnvisitedDeleted(RidList rids)
Receive the list of unvisited deleted resources. |
| Methods inherited from interface com.sapportals.wcm.service.xcrawler.IXCrawlerResultReceiver |
approveCollectionCrawling, crawlFailed, crawlFinished, crawlStarted, crawlStopped, getResourceContext |
| Method Detail |
public void receiveNew(RidList rids)
throws java.lang.Exception
rids - the list of new resourcesthrown - in case of error; the exception will not affect the ongoing crawl
public void receiveChanged(RidList rids)
throws java.lang.Exception
rids - the list of changed resourcesthrown - in case of error; the exception will not affect the ongoing crawl
public void receiveDeleted(RidList rids)
throws java.lang.Exception
rids - the list of deleted resourcesthrown - in case of error; the exception will not affect the ongoing crawl
public void receiveUnvisited(RidList rids)
throws java.lang.Exception
rids - the list of unvisited unchanged resourcesthrown - in case of error; the exception will not affect the ongoing crawl
public void receiveUnvisitedChanged(RidList rids)
throws java.lang.Exception
rids - the list of unvisited changed resourcesthrown - in case of error; the exception will not affect the ongoing crawl
public void receiveUnvisitedDeleted(RidList rids)
throws java.lang.Exception
rids - the list of unvisited deleted resourcesthrown - in case of error; the exception will not affect the ongoing crawl
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||