Class WorkflowCleanupScanner.Runner
java.lang.Object
org.opencastproject.kernel.scanner.AbstractScanner.TypedQuartzJob<AbstractScanner>
org.opencastproject.workflow.impl.WorkflowCleanupScanner.Runner
- All Implemented Interfaces:
org.quartz.Job
- Enclosing class:
WorkflowCleanupScanner
public static class WorkflowCleanupScanner.Runner
extends AbstractScanner.TypedQuartzJob<AbstractScanner>
Quartz job to which cleans up the workflow instances
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(AbstractScanner parameters, org.quartz.JobExecutionContext ctx) Typesafe replacement forAbstractScanner.TypedQuartzJob.execute(org.quartz.JobExecutionContext).Methods inherited from class org.opencastproject.kernel.scanner.AbstractScanner.TypedQuartzJob
execute
-
Constructor Details
-
Runner
public Runner()
-
-
Method Details
-
execute
Description copied from class:AbstractScanner.TypedQuartzJobTypesafe replacement forAbstractScanner.TypedQuartzJob.execute(org.quartz.JobExecutionContext).- Specified by:
executein classAbstractScanner.TypedQuartzJob<AbstractScanner>
-