|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An entry from the ICrawlerVisitedList.
Copyright 2004 SAP AG
| Method Summary | |
int |
getDepth()
Deprecated. Get the depth for this entry. |
java.util.Date |
getLastStateChangeDate()
Deprecated. Get the timestamp of the last state change. |
IResource |
getResource(IResourceContext context)
Deprecated. Get the resource for the RID of this entry. |
RID |
getRID()
Deprecated. Get the RID of this entry. |
boolean |
isError()
Deprecated. Check, if this entry is marked as error (it's URL was found, but the resource could not be retrieved). |
boolean |
isExcluded()
Deprecated. Check, if this entry is marked as excluded and won't be crawled at all. |
boolean |
isFound()
Deprecated. Check, if this entry is marked as found (was found by the crawler but not yet processed by the result receiver). |
boolean |
isVisited()
Deprecated. Check, if this entry is marked as visited (was processed by the result receiver). |
boolean |
wasLimited()
Deprecated. Check, if this entry is marked as excluded by a matching limit and wasn't crawled last time (e.g. if the content size limit matched). |
| Method Detail |
public RID getRID()
public IResource getResource(IResourceContext context)
throws WcmException
context - the IResourceContext with the context to use
for accessing the resource.IResource with the resource for the given RID
or null if the resource was not found (e.g. deleted).WcmException - if an error occured.public boolean isFound()
boolean true if the entry is marked
as found.public boolean isVisited()
boolean true if the entry is marked
as visited.public boolean isError()
boolean true if the entry is marked
as error.public boolean isExcluded()
boolean true if the entry is marked
as excluded.public boolean wasLimited()
boolean true if the entry is marked
as excluded by a matching limit.public java.util.Date getLastStateChangeDate()
Date with the timestamp of the last state change.public int getDepth()
int with the depth of this entry.
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||