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 Modifier and Type Field Description static java.lang.String
TYPE
-
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
Constructors Constructor Description TimerActivateProcessDefinitionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractSetProcessDefinitionStateCmd
getCommand(TimerChangeProcessDefinitionSuspensionStateJobHandler.ProcessDefinitionSuspensionStateConfiguration configuration)
java.lang.String
getType()
-
Methods inherited from class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
execute, newConfiguration, onDelete
-
-
-
-
Field Detail
-
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public java.lang.String getType()
-
getCommand
protected AbstractSetProcessDefinitionStateCmd getCommand(TimerChangeProcessDefinitionSuspensionStateJobHandler.ProcessDefinitionSuspensionStateConfiguration configuration)
- Specified by:
getCommand
in classTimerChangeProcessDefinitionSuspensionStateJobHandler
-
-