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.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateTagScopesQuartzJob
public UpdateTagScopesQuartzJob()
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)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.