Class TimerSuspendProcessDefinitionHandler
- java.lang.Object
-
- org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
-
- org.camunda.bpm.engine.impl.jobexecutor.TimerSuspendProcessDefinitionHandler
-
- All Implemented Interfaces:
JobHandler<TimerChangeProcessDefinitionSuspensionStateJobHandler.ProcessDefinitionSuspensionStateConfiguration>
public class TimerSuspendProcessDefinitionHandler 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 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 TimerSuspendProcessDefinitionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractSetProcessDefinitionStateCmd
getCommand(TimerChangeProcessDefinitionSuspensionStateJobHandler.ProcessDefinitionSuspensionStateConfiguration configuration)
String
getType()
-
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:
getCommand
in classTimerChangeProcessDefinitionSuspensionStateJobHandler
-
-