Oracle Secure Enterprise Search Java API Reference
10g Release 1 (10.1.6) Beta

B19032-01


Uses of Interface
oracle.search.sdk.crawler.DocumentMetadata

Packages that use DocumentMetadata
oracle.search.sdk.crawler This package contains all interfaces and exceptions that are part of the Oracle Secure Enterprise Search Crawler Plug-in API. 

 

Uses of DocumentMetadata in oracle.search.sdk.crawler

 

Methods in oracle.search.sdk.crawler that return DocumentMetadata
 DocumentMetadata QueueService.getNextItem()
          get the next URL from the queue.
 DocumentMetadata GeneralService.newDocumentMetadata()
          Get a new instance of the DocumentMetadata object
 DocumentMetadata DocumentContainer.getMetadata()
          Get the metadata object associated with this document container
 DocumentMetadata DataSourceService.getDocumentAttributes(java.lang.String displayUrl)
          Retrieve the attribute data of an existing document.

 

Methods in oracle.search.sdk.crawler with parameters of type DocumentMetadata
 int QueueService.enqueue(DocumentMetadata docNode)
          enqueue a document to the queue.
 void CrawlingThreadService.markStatusNotChanged(DocumentMetadata meta)
          mark a url entry as not requiring any changes or updates.
 void DocumentContainer.setMetadata(DocumentMetadata meta)
          Set the Document Metadata object.

 


Oracle Secure Enterprise Search Java API Reference
10g Release 1 (10.1.6) Beta

B19032-01


Copyright © 2006, Oracle. All rights reserved.