Class SharedFolderPatch.SharedFolderPatchJob
java.lang.Object
org.alfresco.repo.admin.patch.impl.SharedFolderPatch.SharedFolderPatchJob
- All Implemented Interfaces:
org.quartz.Job
- Enclosing class:
- SharedFolderPatch
Job to initiate the
SharedFolderPatch if it has been deferred- Since:
- 4.2
- Author:
- Mark Rogers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.quartz.JobExecutionContext context) Calls the cleaner to do its work
-
Constructor Details
-
SharedFolderPatchJob
public SharedFolderPatchJob()
-
-
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
-