Class UpdateTagScopesQuartzJob

java.lang.Object
org.alfresco.repo.tagging.UpdateTagScopesQuartzJob
All Implemented Interfaces:
org.quartz.Job

public class UpdateTagScopesQuartzJob extends Object implements 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 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:
      execute in interface org.quartz.Job
      Throws:
      org.quartz.JobExecutionException
    • execute

      protected void execute(ActionService actionService, UpdateTagScopesActionExecuter updateTagsAction)