Class TimerActivateProcessDefinitionHandler
java.lang.Object
org.flowable.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
org.flowable.engine.impl.jobexecutor.TimerActivateProcessDefinitionHandler
- All Implemented Interfaces:
JobHandler
public class TimerActivateProcessDefinitionHandler
extends TimerChangeProcessDefinitionSuspensionStateJobHandler
- Author:
- Joram Barrez
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) getType()
Methods inherited from class org.flowable.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
createJobHandlerConfiguration, getIncludeProcessInstances
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
TimerActivateProcessDefinitionHandler
public TimerActivateProcessDefinitionHandler()
-
-
Method Details
-
getType
-
execute
public void execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext)
-