@DisallowConcurrentExecution
public class CleanBrokenEntitiesJob
extends java.lang.Object
implements org.quartz.Job
Job to remove all broken
PrimaryDataEntity which where created during a failed upload.| Constructor and Description |
|---|
CleanBrokenEntitiesJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.quartz.JobExecutionContext context)
Call the
ServiceProvider of the current
ImplementationProvider
and remove all broken uploads. |
public void execute(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
Call the ServiceProvider of the current
ImplementationProvider
and remove all broken uploads.
execute in interface org.quartz.Joborg.quartz.JobExecutionException