程序包 | 说明 |
---|---|
org.opencms.monitor |
Contains functions to monitor the OpenCms system status.
|
org.opencms.notification |
Contains classes for the automatical notification of outdated, expiring or released content.
|
org.opencms.relations |
Classes to represent and validate the internal and external links/relations of resources in the OpenCms VFS.
|
org.opencms.scheduler |
The OpenCms scheduler provides a facility to run jobs in a regular schedule, much
like the "cron" faciltiy in UNIX systems.
|
org.opencms.scheduler.jobs |
Some predefined implementations for often used scheduled job tasks.
|
org.opencms.search |
Implements the main full text search and indexing functions available in OpenCms.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsMemoryMonitor
Monitors OpenCms memory consumption.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsContentNotificationJob
Scheduled job that checks the system for resources that will shortly expire, be released, or will be outdated.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsExternalLinksValidator
Class to validate pointer links.
|
class |
CmsInternalRelationsValidationJob
A schedulable OpenCms job to validate internal relations.
|
限定符和类型 | 方法和说明 |
---|---|
I_CmsScheduledJob |
CmsScheduledJobInfo.getJobInstance()
Returns an instance of the configured job class.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsCreateImageSizeJob
A schedulable OpenCms job to calculate image size information.
|
class |
CmsDeleteExpiredResourcesJob
A schedulable OpenCms job to delete expired resources.
|
class |
CmsHistoryClearJob
A schedulable OpenCms job to clear the history.
|
class |
CmsImageCacheCleanupJob
A schedulable OpenCms job that clear the image cache for the scaled images created by the
. |
class |
CmsPublishJob
Scheduled job for time based publishing.
|
class |
CmsPublishScheduledJob
Scheduled job for time based publishing.
|
class |
CmsRemoveOldDbLogEntriesJob
A scheduled job which removes entries older than a given amount of time from the CMS_LOG table, to improve
database performance.
|
class |
CmsSearchIndexOptimizeJob
A schedulable OpenCms job that optimizes the Lucene based search indexes at runtime.
|
class |
CmsStaticExportJob
A schedulable OpenCms job to write a complete static export (e.g. nightly exports).
|
class |
CmsUnsubscribeDeletedResourcesJob
A scheduled OpenCms job to unsubscribe deleted resources.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsSearchManager
Implements the general management and configuration of the search and
indexing facilities in OpenCms.
|