Class ScheduledDispositionJob
java.lang.Object
org.alfresco.module.org_alfresco_module_rm.action.ScheduledDispositionJob
- All Implemented Interfaces:
org.quartz.Job
Scheduled disposition job.
Automatically cuts off eligible nodes.
- Author:
- Roy Wetherall
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ScheduledDispositionJob
public ScheduledDispositionJob()
-
-
Method Details
-
execute
public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException - Specified by:
execute
in interfaceorg.quartz.Job
- Throws:
org.quartz.JobExecutionException
- See Also:
-
Job.execute(org.quartz.JobExecutionContext)
-