Package org.ametys.odf.ose.schedulable
Class ExportSchedulable
- java.lang.Object
 - 
- org.ametys.runtime.plugin.component.AbstractLogEnabled
 - 
- org.ametys.plugins.core.impl.schedule.AbstractStaticSchedulable
 - 
- org.ametys.odf.ose.schedulable.ExportSchedulable
 
 
 
 
- 
- All Implemented Interfaces:
 Schedulable,LogEnabled,PluginAware,Component,Configurable,Contextualizable,Serviceable
public class ExportSchedulable extends AbstractStaticSchedulable
Schedulablefor OSE export. 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class org.ametys.plugins.core.impl.schedule.AbstractStaticSchedulable
AbstractStaticSchedulable.SchedulableParameterParser 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description private static String__AMETYS_CATALOGprivate static String__JOBDATAMAP_AMETYS_CATALOGprivate static String__JOBDATAMAP_OSE_CATALOGprivate static String__OSE_CATALOGprotected OSEExportExtensionPoint_oseExportEPThe OSE export extension point- 
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 ExportSchedulable() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(JobExecutionContext context)The action to perform when a trigger is fired.voidservice(ServiceManager manager)- 
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 
 - 
 
 - 
 
- 
- 
Field Detail
- 
__AMETYS_CATALOG
private static final String __AMETYS_CATALOG
- See Also:
 - Constant Field Values
 
 
- 
__OSE_CATALOG
private static final String __OSE_CATALOG
- See Also:
 - Constant Field Values
 
 
- 
__JOBDATAMAP_AMETYS_CATALOG
private static final String __JOBDATAMAP_AMETYS_CATALOG
- See Also:
 - Constant Field Values
 
 
- 
__JOBDATAMAP_OSE_CATALOG
private static final String __JOBDATAMAP_OSE_CATALOG
- See Also:
 - Constant Field Values
 
 
- 
_oseExportEP
protected OSEExportExtensionPoint _oseExportEP
The OSE export extension point 
 - 
 
- 
Constructor Detail
- 
ExportSchedulable
public ExportSchedulable()
 
 - 
 
- 
Method Detail
- 
service
public void service(ServiceManager manager) throws ServiceException
- Specified by:
 servicein interfaceServiceable- Overrides:
 servicein classAbstractStaticSchedulable- Throws:
 ServiceException
 
- 
execute
public void execute(JobExecutionContext context) throws Exception
Description copied from interface:SchedulableThe action to perform when a trigger is fired. Do not manually call this method.- Specified by:
 executein interfaceSchedulable- Specified by:
 executein classAbstractStaticSchedulable- Parameters:
 context- the context- Throws:
 Exception- if an error occured
 
 - 
 
 -