Class TimerActivateProcessDefinitionHandler
java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
org.camunda.bpm.engine.impl.jobexecutor.TimerActivateProcessDefinitionHandler
- All Implemented Interfaces:
JobHandler<TimerChangeProcessDefinitionSuspensionStateJobHandler.ProcessDefinitionSuspensionStateConfiguration>
public class TimerActivateProcessDefinitionHandler
extends TimerChangeProcessDefinitionSuspensionStateJobHandler
- Author:
- Joram Barrez, roman.smirnov
-
Nested Class Summary
Nested classes/interfaces inherited from class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
TimerChangeProcessDefinitionSuspensionStateJobHandler.ProcessDefinitionSuspensionStateConfiguration
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
JOB_HANDLER_CFG_BY, JOB_HANDLER_CFG_INCLUDE_PROCESS_INSTANCES, 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 AbstractSetProcessDefinitionStateCmd
getCommand
(TimerChangeProcessDefinitionSuspensionStateJobHandler.ProcessDefinitionSuspensionStateConfiguration configuration) getType()
Methods inherited from class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
execute, newConfiguration, onDelete
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
TimerActivateProcessDefinitionHandler
public TimerActivateProcessDefinitionHandler()
-
-
Method Details
-
getType
-
getCommand
protected AbstractSetProcessDefinitionStateCmd getCommand(TimerChangeProcessDefinitionSuspensionStateJobHandler.ProcessDefinitionSuspensionStateConfiguration configuration) - Specified by:
getCommand
in classTimerChangeProcessDefinitionSuspensionStateJobHandler
-