org.alfresco.repo.avm
Class AVMExpiredContentJob

java.lang.Object
  extended by org.alfresco.repo.avm.AVMExpiredContentJob
All Implemented Interfaces:
org.quartz.Job

public class AVMExpiredContentJob
extends java.lang.Object
implements org.quartz.Job

Job to periodically execute the expired content processor.

The following parameters are required:


Constructor Summary
AVMExpiredContentJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
          Searches for expired content in web project's staging area and prompt the last modifier of the content to review it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AVMExpiredContentJob

public AVMExpiredContentJob()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext context)
             throws org.quartz.JobExecutionException
Searches for expired content in web project's staging area and prompt the last modifier of the content to review it.

Specified by:
execute in interface org.quartz.Job
Parameters:
context - The job context
Throws:
org.quartz.JobExecutionException


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.