Class ContentStoreCleanupJob
- java.lang.Object
-
- org.alfresco.repo.content.cleanup.ContentStoreCleanupJob
-
- All Implemented Interfaces:
org.quartz.Job
public class ContentStoreCleanupJob extends java.lang.Object implements org.quartz.JobTriggers the deletion of unused content using aContentStoreCleaner.The following parameters are required:
- contentStoreCleaner: The content store cleaner bean
- Author:
- Derek Hulley
-
-
Constructor Summary
Constructors Constructor Description ContentStoreCleanupJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.quartz.JobExecutionContext context)Calls the cleaner to do its work
-