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