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

B19032-01


oracle.search.sdk.crawler
Interface GeneralService


public interface GeneralService

GeneralService is an interface used by a crawler plugin to perform miscellaneous service


Method Summary
 DataSourceService getDataSourceService()
          Get the datasource service object
 Logger getLoggingService()
          get the Logger object
 QueueService getQueueService()
          Get the queue service object
 DocumentAcl newDocumentAcl()
          Get a new instance of the DocumentAcl object
 DocumentContainer newDocumentContainer()
          Get a new instance of the DocumentContainer object
 DocumentMetadata newDocumentMetadata()
          Get a new instance of the DocumentMetadata object
 LovInfo newLovInfo()
          Get a new instance of the List of values object

 

Method Detail

getDataSourceService

public DataSourceService getDataSourceService()
Get the datasource service object
Returns:
the object representing the datasource service interface

getLoggingService

public Logger getLoggingService()
get the Logger object
Returns:
the logger implementation

getQueueService

public QueueService getQueueService()
Get the queue service object
Returns:
the object representing the queue service interface

newDocumentAcl

public DocumentAcl newDocumentAcl()
Get a new instance of the DocumentAcl object
Returns:
a new instance of a document acl object

newDocumentMetadata

public DocumentMetadata newDocumentMetadata()
Get a new instance of the DocumentMetadata object
Returns:
a new instance of a document metadata object

newDocumentContainer

public DocumentContainer newDocumentContainer()
Get a new instance of the DocumentContainer object
Returns:
a new instance of a document container object

newLovInfo

public LovInfo newLovInfo()
Get a new instance of the List of values object
Returns:
a new instance of a document container object

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

B19032-01


Copyright © 2006, Oracle. All rights reserved.