Class TimerActivateJobDefinitionHandler
java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler
org.camunda.bpm.engine.impl.jobexecutor.TimerActivateJobDefinitionHandler
- All Implemented Interfaces:
JobHandler<TimerChangeJobDefinitionSuspensionStateJobHandler.JobDefinitionSuspensionStateConfiguration>
public class TimerActivateJobDefinitionHandler
extends TimerChangeJobDefinitionSuspensionStateJobHandler
- Author:
- roman.smirnov
-
Nested Class Summary
Nested classes/interfaces inherited from class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler
TimerChangeJobDefinitionSuspensionStateJobHandler.JobDefinitionSuspensionStateConfiguration
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler
JOB_HANDLER_CFG_BY, JOB_HANDLER_CFG_INCLUDE_JOBS, JOB_HANDLER_CFG_JOB_DEFINITION_ID, JOB_HANDLER_CFG_PROCESS_DEFINITION_ID, JOB_HANDLER_CFG_PROCESS_DEFINITION_KEY, JOB_HANDLER_CFG_PROCESS_DEFINITION_TENANT_ID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractSetJobDefinitionStateCmd
getCommand
(TimerChangeJobDefinitionSuspensionStateJobHandler.JobDefinitionSuspensionStateConfiguration configuration) getType()
Methods inherited from class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler
execute, newConfiguration, onDelete
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
TimerActivateJobDefinitionHandler
public TimerActivateJobDefinitionHandler()
-
-
Method Details
-
getType
-
getCommand
protected AbstractSetJobDefinitionStateCmd getCommand(TimerChangeJobDefinitionSuspensionStateJobHandler.JobDefinitionSuspensionStateConfiguration configuration) - Specified by:
getCommand
in classTimerChangeJobDefinitionSuspensionStateJobHandler
-