Package org.alfresco.repo.tagging
Class UpdateTagScopesQuartzJob
- java.lang.Object
-
- org.alfresco.repo.tagging.UpdateTagScopesQuartzJob
-
- All Implemented Interfaces:
org.quartz.Job
public class UpdateTagScopesQuartzJob extends java.lang.Object implements org.quartz.JobFinds Tag Scope updates that haven't been applied, and triggers then to be run. Works with theUpdateTagScopesActionExecuter, and is typically run after server restart. Also refer to scheduled-jobs-context.xml for more information
-
-
Constructor Summary
Constructors Constructor Description UpdateTagScopesQuartzJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecute(ActionService actionService, UpdateTagScopesActionExecuter updateTagsAction)voidexecute(org.quartz.JobExecutionContext context)Finds the tag scopes to be updated, and has them worked on
-
-
-
Method Detail
-
execute
public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionExceptionFinds the tag scopes to be updated, and has them worked on- Specified by:
executein interfaceorg.quartz.Job- Throws:
org.quartz.JobExecutionException
-
execute
protected void execute(ActionService actionService, UpdateTagScopesActionExecuter updateTagsAction)
-
-