Class NodeStringLengthWorker.NodeStringLengthJob

java.lang.Object
org.alfresco.repo.node.db.NodeStringLengthWorker.NodeStringLengthJob
All Implemented Interfaces:
org.quartz.Job
Enclosing class:
NodeStringLengthWorker

public static class NodeStringLengthWorker.NodeStringLengthJob extends Object implements org.quartz.Job
A scheduled job that checks and adjusts string storage for persisted strings in the system.

Job data:

  • nodeStringLengthWorker - The worker that performs the actual processing.
Since:
4.1.9.2
Author:
Derek Hulley
See Also:
  • Field Details

  • Constructor Details

    • NodeStringLengthJob

      public NodeStringLengthJob()
  • Method Details

    • execute

      public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException
      Specified by:
      execute in interface org.quartz.Job
      Throws:
      org.quartz.JobExecutionException