Class EmptyCollectionSchedulable
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.plugins.core.impl.schedule.AbstractStaticSchedulable
org.ametys.plugins.contentio.synchronize.AbstractCollectionSchedulable
org.ametys.plugins.contentio.synchronize.EmptyCollectionSchedulable
- All Implemented Interfaces:
 Schedulable,LogEnabled,PluginAware,Component,Configurable,Contextualizable,Serviceable
A 
Schedulable job which delete a collection of contents.- 
Nested Class Summary
Nested classes/interfaces inherited from class org.ametys.plugins.core.impl.schedule.AbstractStaticSchedulable
AbstractStaticSchedulable.SchedulableParameterParser - 
Field Summary
Fields inherited from class org.ametys.plugins.contentio.synchronize.AbstractCollectionSchedulable
JOBDATAMAP_COLLECTION_KEYFields inherited from class org.ametys.plugins.core.impl.schedule.AbstractStaticSchedulable
_acceptConcurrentExecution, _context, _description, _iconGlyph, _iconLarge, _iconMedium, _iconSmall, _id, _label, _parameters, _pluginName, _private, _schedulableParameterTypeExtensionPoint, _smanager, _startTime, _userManager, PROGRESSION_TRACKER - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected void_process(SynchronizableContentsCollection collection, ContainerProgressionTracker progressionTracker) Process on the given collection.Methods inherited from class org.ametys.plugins.contentio.synchronize.AbstractCollectionSchedulable
execute, serviceMethods inherited from class org.ametys.plugins.core.impl.schedule.AbstractStaticSchedulable
acceptConcurrentExecution, configure, contextualize, getDescription, getIconGlyph, getIconLarge, getIconMedium, getIconSmall, getId, getLabel, getParameters, getProgressionTracker, isPrivate, setPluginInfoMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger 
- 
Constructor Details
- 
EmptyCollectionSchedulable
public EmptyCollectionSchedulable() 
 - 
 - 
Method Details
- 
_process
protected void _process(SynchronizableContentsCollection collection, ContainerProgressionTracker progressionTracker) throws Exception Description copied from class:AbstractCollectionSchedulableProcess on the given collection.- Specified by:
 _processin classAbstractCollectionSchedulable- Parameters:
 collection- The SCCprogressionTracker- A progression tracker- Throws:
 Exception- if an exception occurs
 
 -