Class ExportArchiveSchedulable
- java.lang.Object
-
- org.ametys.runtime.plugin.component.AbstractLogEnabled
-
- org.ametys.plugins.core.impl.schedule.AbstractStaticSchedulable
-
- org.ametys.plugins.contentio.archive.AbstractArchiveSchedulable
-
- org.ametys.plugins.contentio.archive.ExportArchiveSchedulable
-
- All Implemented Interfaces:
Schedulable
,LogEnabled
,PluginAware
,Component
,Configurable
,Contextualizable
,Serviceable
public class ExportArchiveSchedulable extends AbstractArchiveSchedulable
Job for archiving data on disk, for backup or other purposes.
-
-
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.archive.AbstractArchiveSchedulable
_archiveHandler, _i18nUtils, _userManager
-
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
-
-
Constructor Summary
Constructors Constructor Description ExportArchiveSchedulable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private File
_createFileOutput()
void
execute(JobExecutionContext context)
The action to perform when a trigger is fired.-
Methods inherited from class org.ametys.plugins.contentio.archive.AbstractArchiveSchedulable
_getUserEmail, _sendMail, service
-
Methods inherited from class org.ametys.plugins.core.impl.schedule.AbstractStaticSchedulable
_getLaunchUser, _getLaunchUserIdentity, 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
-
ExportArchiveSchedulable
public ExportArchiveSchedulable()
-
-
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
- Specified by:
execute
in classAbstractStaticSchedulable
- Parameters:
context
- the context- Throws:
Exception
- if an error occured
-
_createFileOutput
private File _createFileOutput()
-
-