Class DeleteExtractionsSchedulable
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.plugins.core.impl.schedule.AbstractStaticSchedulable
org.ametys.cms.schedule.AbstractDeleteFilesSchedulable
org.ametys.plugins.extraction.execution.DeleteExtractionsSchedulable
- All Implemented Interfaces:
Schedulable,LogEnabled,PluginAware,Initializable,Component,Configurable,Contextualizable,Serviceable
public class DeleteExtractionsSchedulable
extends AbstractDeleteFilesSchedulable
implements Initializable
A
Schedulable job for deleting old extractions-
Nested Class Summary
Nested classes/interfaces inherited from class org.ametys.cms.schedule.AbstractDeleteFilesSchedulable
AbstractDeleteFilesSchedulable.DeleteFilesConfigurationNested classes/interfaces inherited from class org.ametys.plugins.core.impl.schedule.AbstractStaticSchedulable
AbstractStaticSchedulable.SchedulableParameterParser -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CurrentUserProviderCurrent user providerprotected RightManagerRight Managerstatic final StringParameter for workspaceFields inherited from class org.ametys.cms.schedule.AbstractDeleteFilesSchedulable
_fileHelperFields 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 TypeMethodDescription_getConfiguration(JobExecutionContext context) Get the needed values so the script can runvoidexecute(JobExecutionContext context, ContainerProgressionTracker progressionTracker) The action to perform when a trigger is fired.voidvoidservice(ServiceManager manager) Methods inherited from class org.ametys.cms.schedule.AbstractDeleteFilesSchedulable
_createFileFilter, _deleteMethods 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
-
Field Details
-
LIFETIME_KEY
Parameter for workspace- See Also:
-
_rightManager
Right Manager -
_currentUserProvider
Current user provider
-
-
Constructor Details
-
DeleteExtractionsSchedulable
public DeleteExtractionsSchedulable()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classAbstractDeleteFilesSchedulable- Throws:
ServiceException
-
initialize
- Specified by:
initializein interfaceInitializable- Throws:
Exception
-
execute
public void execute(JobExecutionContext context, ContainerProgressionTracker progressionTracker) 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- Overrides:
executein classAbstractDeleteFilesSchedulable- Parameters:
context- the contextprogressionTracker- The progression tracker- Throws:
Exception- if an error occurred
-
_getConfiguration
protected AbstractDeleteFilesSchedulable.DeleteFilesConfiguration _getConfiguration(JobExecutionContext context) Description copied from class:AbstractDeleteFilesSchedulableGet the needed values so the script can run- Specified by:
_getConfigurationin classAbstractDeleteFilesSchedulable- Parameters:
context- the context- Returns:
- the configuration with needed values for deletion
-