|
Oracle Secure Enterprise Search Java API Reference 11g Release 1 (11.1.2.2.0) E21607-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataSourceService
DataSourceService is an interface used by a crawler plug-in to manage the data source
| Method Summary | |
|---|---|
void |
delete(String displayURL)Delete the URL identified by the display URL. |
void |
deleteAll()Delete all the documents from the data source. |
void |
deleteAll(int statusCode)Delete documents with the specified status code. |
DocumentMetadata |
getDocumentAttributes(String displayUrl)Retrieve the attribute data of an existing document. |
Properties |
getSourceProperties()Determine the data source properties. |
String |
getSourceProperty(String key)Gets specific information about this data source. |
void |
indexNow() |
boolean |
isExist(String displayURL)Check whether the given URL exist in the current data source. |
void |
regexpDelete(String regexp)Delete the set of URLs identified by the given Oracle regular expression. |
void |
registerGlobalLOV(LovInfo lovNode) |
| Method Detail |
|---|
String getSourceProperty(String key)
key - name of the data source property.source.name - name of this data sourcesource.id - ID of this data sourcesource.type - name of this data source typesource.uniqueid - data source ID string that is unique across SES instancesProperties getSourceProperties()
getSourceProperty() method is returned as a Properties object.void delete(String displayURL)
displayURL - display URLvoid regexpDelete(String regexp)
regexp - an Oracle regular expressionvoid deleteAll()
void deleteAll(int statusCode)
statusCode - document status codeDocumentMetadata getDocumentAttributes(String displayUrl)
displayUrl - - display URL of this documentboolean isExist(String displayURL)
displayURL - display URL of this documentvoid registerGlobalLOV(LovInfo lovNode)
void indexNow()
|
Oracle Secure Enterprise Search Java API Reference 11g Release 1 (11.1.2.2.0) E21607-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||