Package org.alfresco.repo.node.db
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
JOB_DATA_NODE_WORKER
- See Also:
-
-
Constructor Details
-
NodeStringLengthJob
public NodeStringLengthJob()
-
-
Method Details
-
execute
public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException - Specified by:
executein interfaceorg.quartz.Job- Throws:
org.quartz.JobExecutionException
-