Class ContentStoreCleanupJob
java.lang.Object
org.alfresco.repo.content.cleanup.ContentStoreCleanupJob
- All Implemented Interfaces:
org.quartz.Job
Triggers the deletion of unused content using a
ContentStoreCleaner.
The following parameters are required:
- contentStoreCleaner: The content store cleaner bean
- Author:
- Derek Hulley
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.quartz.JobExecutionContext context) Calls the cleaner to do its work
-
Constructor Details
-
ContentStoreCleanupJob
public ContentStoreCleanupJob()
-
-
Method Details
-
execute
public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException Calls the cleaner to do its work- Specified by:
executein interfaceorg.quartz.Job- Throws:
org.quartz.JobExecutionException
-