Uses of Interface
org.opencms.scheduler.I_CmsScheduledJob
Package
Description
Contains functions to monitor the OpenCms system status.
Contains classes for the automatical notification of outdated, expiring or released content.
Classes to represent and validate the internal and external links/relations of resources in the OpenCms VFS.
The OpenCms scheduler provides a facility to run jobs in a regular schedule, much
like the "cron" faciltiy in UNIX systems.
Some predefined implementations for often used scheduled job tasks.
Implements the main full text search and indexing functions available in OpenCms.
Contains classes related to XML sitemap generation.
Contains the user interface components for the Vaadin-based login dialog.
-
Uses of I_CmsScheduledJob in org.opencms.monitor
-
Uses of I_CmsScheduledJob in org.opencms.notification
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
Class to validate pointer links.class
A schedulable OpenCms job to validate internal relations. -
Uses of I_CmsScheduledJob in org.opencms.scheduler
Modifier and TypeMethodDescriptionCmsScheduledJobInfo.getJobInstance()
Returns an instance of the configured job class. -
Uses of I_CmsScheduledJob in org.opencms.scheduler.jobs
Modifier and TypeClassDescriptionclass
A schedulable OpenCms job to calculate image size information.class
A schedulable OpenCms job to delete expired resources.class
A schedulable OpenCms job to clear the history.class
A schedulable OpenCms job that clear the image cache for the scaled images created by the
.CmsImageLoader
class
Scheduled job for time based publishing.class
Scheduled job for time based publishing.class
A scheduled job which removes entries older than a given amount of time from the CMS_LOG table, to improve database performance.class
A schedulable OpenCms job that optimizes the Lucene based search indexes at runtime.class
A schedulable OpenCms job to write a complete static export (e.g.class
A scheduled OpenCms job to unsubscribe deleted resources. -
Uses of I_CmsScheduledJob in org.opencms.search
Modifier and TypeClassDescriptionclass
Implements the general management and configuration of the search and indexing facilities in OpenCms. -
Uses of I_CmsScheduledJob in org.opencms.site.xmlsitemap
Modifier and TypeClassDescriptionclass
Scheduled job for updating the XML sitemap cache. -
Uses of I_CmsScheduledJob in org.opencms.ui.login
Modifier and TypeClassDescriptionclass
Scheduled job for locking user accounts which have not been logged into for longer than the configured time.