|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataReference
A proxy object interface to a record provided by a Crawler. The object contains the Id and the hash value of the record but no additional data. The complete record can be loaded via the CrawlerCallback.
Method Summary | |
---|---|
void |
dispose()
Disposes the referenced record object. |
java.lang.String |
getHash()
Returns the hash of the referenced record as a String. |
ConnectivityId |
getId()
Returns the Id of the referenced record. |
Record |
getRecord()
Returns the complete Record object via the CrawlerCallback. |
Method Detail |
---|
ConnectivityId getId()
java.lang.String getHash()
Record getRecord() throws CrawlerException, CrawlerCriticalException
CrawlerException
- if any non critical error occurs
CrawlerCriticalException
- if any critical error occursvoid dispose()
|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |