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 StringTYPE- 
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 AbstractSetProcessDefinitionStateCmdgetCommand(TimerChangeProcessDefinitionSuspensionStateJobHandler.ProcessDefinitionSuspensionStateConfiguration configuration)StringgetType()- 
Methods inherited from class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
execute, newConfiguration, onDelete 
 - 
 
 - 
 
- 
- 
Field Detail
- 
TYPE
public static final String TYPE
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getType
public String getType()
 
- 
getCommand
protected AbstractSetProcessDefinitionStateCmd getCommand(TimerChangeProcessDefinitionSuspensionStateJobHandler.ProcessDefinitionSuspensionStateConfiguration configuration)
- Specified by:
 getCommandin classTimerChangeProcessDefinitionSuspensionStateJobHandler
 
 - 
 
 -