Class ContentConsistencyScheduler
- java.lang.Object
 - 
- java.util.TimerTask
 - 
- org.ametys.cms.content.consistency.ContentConsistencyScheduler
 - 
- org.ametys.web.content.consistency.ContentConsistencyScheduler
 
 
 
 
- 
- All Implemented Interfaces:
 Runnable,Disposable,Initializable,Configurable,Contextualizable,LogEnabled,Serviceable
public class ContentConsistencyScheduler extends ContentConsistencyScheduler
Content consistency scheduler: launches a cron which generates a content consistency report on all the sites. 
- 
- 
Field Summary
- 
Fields inherited from class org.ametys.cms.content.consistency.ContentConsistencyScheduler
_configuration, _context, _logger, _manager, _timer 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ContentConsistencyScheduler() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()- 
Methods inherited from class org.ametys.cms.content.consistency.ContentConsistencyScheduler
configure, contextualize, dispose, enableLogging, initialize, service 
- 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
ContentConsistencyScheduler
public ContentConsistencyScheduler()
 
 - 
 
- 
Method Detail
- 
run
public void run()
- Specified by:
 runin interfaceRunnable- Overrides:
 runin classContentConsistencyScheduler
 
 - 
 
 -