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
Provides a job that processes TemplateVersionDeployment entries, changing the current version of specified form templates.
-
Field Summary
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
ProcessesTemplateVersionDeployment
entries that are due and whose status isTemplateVersionDeployment.DEPLOYMENT_STATUS_READY
Methods inherited from class com.avoka.fc.core.job.AbstractJob
createAndBindDataContext, execute, getContext, getContextParam, getDataContext, getErrorLogService, getLogger, getServletContext, interrupt, isInterrupted, logException
-
Field Details
-
JOB_NAME
The job name- See Also:
-
-
Constructor Details
-
TemplateVersionDeploymentJob
public TemplateVersionDeploymentJob()
-
-
Method Details
-
executeJob
public void executeJob()ProcessesTemplateVersionDeployment
entries that are due and whose status isTemplateVersionDeployment.DEPLOYMENT_STATUS_READY
- Specified by:
executeJob
in classAbstractJob
- See Also:
-