Class ComputeProgramSkillsSchedulable
- java.lang.Object
-
- org.ametys.runtime.plugin.component.AbstractLogEnabled
-
- org.ametys.plugins.core.impl.schedule.AbstractStaticSchedulable
-
- org.ametys.odf.schedulable.ComputeProgramSkillsSchedulable
-
- org.ametys.plugins.odfweb.schedulable.ComputeProgramSkillsSchedulable
-
- All Implemented Interfaces:
Schedulable
,LogEnabled
,PluginAware
,Component
,Configurable
,Contextualizable
,Serviceable
public class ComputeProgramSkillsSchedulable extends ComputeProgramSkillsSchedulable
This scheduler launches a Solr indexation on programs and subprograms to compute the skills indexing field SeeComputeProgramSkillsSchedulable
-
-
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.odf.schedulable.ComputeProgramSkillsSchedulable
_catalogsManager, _contentSearcherFactory, _solrClientProvider, _solrIndexer, JOBDATAMAP_CATALOG_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 ComputeProgramSkillsSchedulable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(JobExecutionContext context)
The action to perform when a trigger is fired.-
Methods inherited from class org.ametys.odf.schedulable.ComputeProgramSkillsSchedulable
doReindex, getContentIds, indexContents, 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
-
ComputeProgramSkillsSchedulable
public ComputeProgramSkillsSchedulable()
-
-
Method Detail
-
execute
public void execute(JobExecutionContext context) throws Exception
Description copied from interface:Schedulable
The action to perform when a trigger is fired. Do not manually call this method.- Specified by:
execute
in interfaceSchedulable
- Overrides:
execute
in classComputeProgramSkillsSchedulable
- Parameters:
context
- the context- Throws:
Exception
- if an error occured
-
-