|
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 IXCrawlerPushedDeltaResultReceiver
Result receiver which receives the result of a crawl as single RIDs as the crawl goes on.
Version for incremental updates.
Copyright (c) SAP AG 2003
| Method Summary | |
|---|---|
void |
finalGetFaulty(ArrayList faulty)
Final call to get the RIDs which could not be processed by the receiver. |
void |
indicateStop()
Indicate a crawler stop. |
boolean |
receiveChanged(RID rid,
ArrayList faulty)
Receive a changed resource. |
boolean |
receiveDeleted(RID rid,
ArrayList faulty)
Receive a deleted resource. |
boolean |
receiveNew(RID rid,
ArrayList faulty)
Receive a new resource. |
boolean |
receiveUnvisited(RID rid,
ArrayList faulty)
Receive an unvisited unchanged resource. |
boolean |
receiveUnvisitedChanged(RID rid,
ArrayList faulty)
Receive an unvisited changed resource. |
boolean |
receiveUnvisitedDeleted(RID rid,
ArrayList faulty)
Receive an unvisited deleted resource. |
| Methods inherited from interface com.sapportals.wcm.service.xcrawler.IXCrawlerResultReceiver |
|---|
approveCollectionCrawling, crawlFailed, crawlFinished, crawlStarted, crawlStopped, getResourceContext |
| Method Detail |
|---|
boolean receiveNew(RID rid,
ArrayList faulty)
throws Exception
rid - of the new resourcefaulty - list of previously provided RIDs which could not be processed by the receiver and shall be
treated as erroneous by the crawler (might include the RID passed in this call)
thrown - in case of error; the exception will not affect the ongoing crawl
Exception
boolean receiveChanged(RID rid,
ArrayList faulty)
throws Exception
rid - of the changed resourcefaulty - list of previously provided RIDs which could not be processed by the receiver and shall be
treated as erroneous by the crawler (might include the RID passed in this call)
thrown - in case of error; the exception will not affect the ongoing crawl
Exception
boolean receiveDeleted(RID rid,
ArrayList faulty)
throws Exception
rid - of the deleted resourcefaulty - list of previously provided RIDs which could not be processed by the receiver and shall be
treated as erroneous by the crawler (might include the RID passed in this call)
thrown - in case of error; the exception will not affect the ongoing crawl
Exception
boolean receiveUnvisited(RID rid,
ArrayList faulty)
throws Exception
rid - of the unvisited unchanged resourcefaulty - list of previously provided RIDs which could not be processed by the receiver and shall be
treated as erroneous by the crawler (might include the RID passed in this call)
thrown - in case of error; the exception will not affect the ongoing crawl
Exception
boolean receiveUnvisitedChanged(RID rid,
ArrayList faulty)
throws Exception
rid - of the unvisited changed resourcefaulty - list of previously provided RIDs which could not be processed by the receiver and shall be
treated as erroneous by the crawler (might include the RID passed in this call)
thrown - in case of error; the exception will not affect the ongoing crawl
Exception
boolean receiveUnvisitedDeleted(RID rid,
ArrayList faulty)
throws Exception
rid - of the unvisited deleted resourcefaulty - list of previously provided RIDs which could not be processed by the receiver and shall be
treated as erroneous by the crawler (might include the RID passed in this call)
thrown - in case of error; the exception will not affect the ongoing crawl
Exception
void indicateStop()
throws Exception
receive() must return immediately
because the crawler is stopping.
thrown - in case of error; the exception will not affect the ongoing crawl
Exception
void finalGetFaulty(ArrayList faulty)
throws Exception
faulty - list of previously provided RIDs which could not be processed by the receiver and shall be
treated as erroneous by the crawler (might include the RID passed in this call)
thrown - in case of error; the exception will not affect the ongoing crawl
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 | |||||||||