Class ActifyDocumentProcessScheduler.ActifyDocumentImportJob
- java.lang.Object
-
- org.silverpeas.core.scheduler.Job
-
- org.silverpeas.core.contribution.attachment.ActifyDocumentProcessScheduler.ActifyDocumentImportJob
-
- Enclosing class:
- ActifyDocumentProcessScheduler
public static class ActifyDocumentProcessScheduler.ActifyDocumentImportJob extends Job
-
-
Constructor Summary
Constructors Constructor Description ActifyDocumentImportJob(String name)
Creates a new job with the specified name.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(JobExecutionContext context)
Executes the job with the specified execution context.
-
-
-
Constructor Detail
-
ActifyDocumentImportJob
public ActifyDocumentImportJob(String name)
Creates a new job with the specified name.- Parameters:
name
- the name under which the job has to be registered in the scheduler.
-
-
Method Detail
-
execute
public void execute(JobExecutionContext context)
Description copied from class:Job
Executes the job with the specified execution context. The context carries the information that can be required by the job to fulfill its execution, like the job parameters.
-
-