Package com.avoka.fc.core.job
Class TemplateVersionDeploymentJob
- java.lang.Object
-
- com.avoka.fc.core.job.AbstractJob
-
- com.avoka.fc.core.job.BaseJob
-
- com.avoka.fc.core.job.TemplateVersionDeploymentJob
-
- All Implemented Interfaces:
org.quartz.InterruptableJob
,org.quartz.Job
public class TemplateVersionDeploymentJob extends BaseJob
Provides a job that processes TemplateVersionDeployment entries, changing the current version of specified form templates.
-
-
Field Summary
Fields Modifier and Type Field Description static String
JOB_NAME
The job name-
Fields inherited from class com.avoka.fc.core.job.AbstractJob
JOB_CONTEXT_PARAM, JOB_GROUP_BACKGROUND, JOB_GROUP_MEMORY, logExecution, MANAGER_LISTENERS, SERVLET_CONTEXT, SPRING_CONTEXT
-
-
Constructor Summary
Constructors Constructor Description TemplateVersionDeploymentJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
executeJob()
ProcessesTemplateVersionDeployment
entries that are due and whose status isTemplateVersionDeployment.DEPLOYMENT_STATUS_READY
-
Methods inherited from class com.avoka.fc.core.job.AbstractJob
execute, getContext, getContextParam, getDataContext, getErrorLogService, getLogger, getServletContext, interrupt, isInterrupted, logException
-
-
-
-
Field Detail
-
JOB_NAME
public static final String JOB_NAME
The job name- See Also:
- Constant Field Values
-
-
Method Detail
-
executeJob
public void executeJob()
ProcessesTemplateVersionDeployment
entries that are due and whose status isTemplateVersionDeployment.DEPLOYMENT_STATUS_READY
- Specified by:
executeJob
in classAbstractJob
- See Also:
AbstractJob.executeJob()
-
-