Uses of Interface
org.opencms.scheduler.I_CmsScheduledJob
-
Packages that use I_CmsScheduledJob Package Description 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.org.opencms.site.xmlsitemap Contains classes related to XML sitemap generation.org.opencms.ui.login Contains the user interface components for the Vaadin-based login dialog. -
-
Uses of I_CmsScheduledJob in org.opencms.monitor
Classes in org.opencms.monitor that implement I_CmsScheduledJob Modifier and Type Class Description class
CmsMemoryMonitor
Monitors OpenCms memory consumption. -
Uses of I_CmsScheduledJob in org.opencms.notification
Classes in org.opencms.notification that implement I_CmsScheduledJob Modifier and Type Class Description class
CmsContentNotificationJob
Scheduled job that checks the system for resources that will shortly expire, be released, or will be outdated. -
Uses of I_CmsScheduledJob in org.opencms.relations
Classes in org.opencms.relations that implement I_CmsScheduledJob Modifier and Type Class Description class
CmsExternalLinksValidator
Class to validate pointer links.class
CmsInternalRelationsValidationJob
A schedulable OpenCms job to validate internal relations. -
Uses of I_CmsScheduledJob in org.opencms.scheduler
Methods in org.opencms.scheduler that return I_CmsScheduledJob Modifier and Type Method Description I_CmsScheduledJob
CmsScheduledJobInfo. getJobInstance()
Returns an instance of the configured job class. -
Uses of I_CmsScheduledJob in org.opencms.scheduler.jobs
Classes in org.opencms.scheduler.jobs that implement I_CmsScheduledJob Modifier and Type Class Description 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
.CmsImageLoader
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.class
CmsUnsubscribeDeletedResourcesJob
A scheduled OpenCms job to unsubscribe deleted resources. -
Uses of I_CmsScheduledJob in org.opencms.search
Classes in org.opencms.search that implement I_CmsScheduledJob Modifier and Type Class Description class
CmsSearchManager
Implements the general management and configuration of the search and indexing facilities in OpenCms. -
Uses of I_CmsScheduledJob in org.opencms.site.xmlsitemap
Classes in org.opencms.site.xmlsitemap that implement I_CmsScheduledJob Modifier and Type Class Description class
CmsUpdateXmlSitemapCacheJob
Scheduled job for updating the XML sitemap cache. -
Uses of I_CmsScheduledJob in org.opencms.ui.login
Classes in org.opencms.ui.login that implement I_CmsScheduledJob Modifier and Type Class Description class
CmsLockInactiveAccountsJob
Scheduled job for locking user accounts which have not been logged into for longer than the configured time.
-