Class CmsInternalRelationsValidationJob
- All Implemented Interfaces:
I_CmsScheduledJob
This job will validate all link parseable resources of the context project.
Parameters used by this job (all optional):
email
parameter, should be a comma separated list of email addresses,
if empty the email address of the context user will be user instead.
from
parameter, should be the "from" field of the email to send,
a valid email address, if empty the default will be used.
subject
parameter, should be the subject of the sent email,
if empty a default subject text will be used,
a good practice is to use the same job name as subject.
- Since:
- 6.5.0
- See Also:
-
Field Details
-
PARAM_EMAIL
The email parameter name.- See Also:
-
PARAM_SUBJECT
The subject parameter name.- See Also:
-
PARAM_FROM
The from parameter name.- See Also:
-
-
Constructor Details
-
CmsInternalRelationsValidationJob
public CmsInternalRelationsValidationJob()
-
-
Method Details
-
launch
Description copied from interface:I_CmsScheduledJob
This method will be called when this scheduled job is executed.Depending on the configuration of this job, a new instance of the configured class will be instantiated every time the job is launched, or a new instance will be generated only the first time the job is launched, and re-used afterwards.
The result String will be written to the OpenCms logfile in the
org.opencms.scheduler.CmsScheduleManager
channel, onINFO
log level.- Specified by:
launch
in interfaceI_CmsScheduledJob
- Parameters:
cms
- will be initialized with the configured users cms contextparameters
- the configured parameters- Returns:
- a String that will be written to the OpenCms logfile
- Throws:
Exception
- if something goes wrong- See Also:
-