Class SynchronizeCollectionSchedulable
- 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.SynchronizeCollectionSchedulable
-
- All Implemented Interfaces:
Schedulable
,LogEnabled
,PluginAware
,Component
,Configurable
,Contextualizable
,Serviceable
public class SynchronizeCollectionSchedulable extends AbstractCollectionSchedulable
ASchedulable
job which synchronizes a collection of contents from a datasource.
-
-
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_KEY
-
Fields inherited from class org.ametys.plugins.core.impl.schedule.AbstractStaticSchedulable
_acceptConcurrentExecution, _context, _description, _iconGlyph, _iconLarge, _iconMedium, _iconSmall, _id, _label, _parameters, _pluginName, _private, _schedulableParameterTypeExtensionPoint, _smanager, _userManager
-
-
Constructor Summary
Constructors Constructor Description SynchronizeCollectionSchedulable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
_process(SynchronizableContentsCollection collection)
Process on the given collection.-
Methods inherited from class org.ametys.plugins.contentio.synchronize.AbstractCollectionSchedulable
execute, service
-
Methods inherited from class org.ametys.plugins.core.impl.schedule.AbstractStaticSchedulable
acceptConcurrentExecution, configure, contextualize, getDescription, getIconGlyph, getIconLarge, getIconMedium, getIconSmall, getId, getLabel, getParameters, isPrivate, setPluginInfo
-
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
-
-
-
Constructor Detail
-
SynchronizeCollectionSchedulable
public SynchronizeCollectionSchedulable()
-
-
Method Detail
-
_process
protected void _process(SynchronizableContentsCollection collection) throws Exception
Description copied from class:AbstractCollectionSchedulable
Process on the given collection.- Specified by:
_process
in classAbstractCollectionSchedulable
- Parameters:
collection
- The SCC- Throws:
Exception
- if an exception occurs
-
-