|
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 GeneralService
GeneralService is an interface used by a crawler plugin to perform miscellaneous service
| Field Summary | |
|---|---|
static int |
STATUS_CRAWL_ABORT_SHUTDOWNThe crawler is shutting down due to a fatal crawl error. |
static int |
STATUS_NORMAL_SHUTDOWNThe crawler finished crawl and is in the process of shutting down. |
static int |
STATUS_PLUGIN_ABORT_SHUTDOWNThe crawler is shutting down due to a fatal plug-in error. |
static int |
STATUS_RUNNINGThe crawler is running. |
static int |
STATUS_STOPPED_BY_USERThe crawler is shutting down due to a user request. |
| Method Summary | |
|---|---|
oracle.search.sdk.crawler.AuthenticationService |
getAuthenticationService()Gets a new instance of a Credential Store Service. |
int |
getCrawlerStatus()Gets the current crawler status. |
DataSourceService |
getDataSourceService()Gets the datasource service object. |
Logger |
getLoggingService()Gets the Logger object. |
QueueService |
getQueueService()Gets the queue service object. |
QueueService |
getQueueService(int orderType)Get the queue service object based on de-queue order type |
oracle.search.sdk.crawler.UserCacheService |
getUserCacheService()Gets a new instance of a User Cache Service. |
DocumentAcl |
newDocumentAcl()Gets a new instance of the DocumentAcl object. |
DocumentContainer |
newDocumentContainer()Gets a new instance of the DocumentContainer object. |
DocumentMetadata |
newDocumentMetadata()Gets a new instance of the DocumentMetadata object. |
LovInfo |
newLovInfo()Gets a new instance of the List of Values object. |
| Field Detail |
|---|
static final int STATUS_RUNNING
static final int STATUS_NORMAL_SHUTDOWN
static final int STATUS_STOPPED_BY_USER
static final int STATUS_CRAWL_ABORT_SHUTDOWN
static final int STATUS_PLUGIN_ABORT_SHUTDOWN
| Method Detail |
|---|
int getCrawlerStatus()
DataSourceService getDataSourceService()
Logger getLoggingService()
QueueService getQueueService()
QueueService getQueueService(int orderType)
orderType - - de-queue order type in which the queue service will be returned.
DocumentAcl newDocumentAcl()
DocumentMetadata newDocumentMetadata()
DocumentContainer newDocumentContainer()
LovInfo newLovInfo()
oracle.search.sdk.crawler.UserCacheService getUserCacheService()
oracle.search.sdk.crawler.AuthenticationService getAuthenticationService()
|
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 | |||||||||