Uses of Interface
org.opencms.scheduler.I_CmsScheduledJob
Packages that use 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
Classes in org.opencms.monitor that implement I_CmsScheduledJob -
Uses of I_CmsScheduledJob in org.opencms.notification
Classes in org.opencms.notification that implement I_CmsScheduledJobModifier and TypeClassDescriptionclassScheduled 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_CmsScheduledJobModifier and TypeClassDescriptionclassClass to validate pointer links.classA schedulable OpenCms job to validate internal relations. -
Uses of I_CmsScheduledJob in org.opencms.scheduler
Methods in org.opencms.scheduler that return I_CmsScheduledJobModifier and TypeMethodDescriptionCmsScheduledJobInfo.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_CmsScheduledJobModifier and TypeClassDescriptionclassA schedulable OpenCms job to calculate image size information.classA schedulable OpenCms job to delete expired resources.classA schedulable OpenCms job to clear the history.classA schedulable OpenCms job that clear the image cache for the scaled images created by the.CmsImageLoaderclassScheduled job for time based publishing.classScheduled job for time based publishing.classA scheduled job which removes entries older than a given amount of time from the CMS_LOG table, to improve database performance.classA schedulable OpenCms job that optimizes the Lucene based search indexes at runtime.classA schedulable OpenCms job to write a complete static export (e.g.classA scheduled OpenCms job to unsubscribe deleted resources. -
Uses of I_CmsScheduledJob in org.opencms.search
Classes in org.opencms.search that implement I_CmsScheduledJobModifier and TypeClassDescriptionclassImplements 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_CmsScheduledJobModifier and TypeClassDescriptionclassScheduled 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_CmsScheduledJobModifier and TypeClassDescriptionclassScheduled job for locking user accounts which have not been logged into for longer than the configured time.