Class TimerActivateProcessDefinitionHandler
- java.lang.Object
-
- org.activiti.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
-
- org.activiti.engine.impl.jobexecutor.TimerActivateProcessDefinitionHandler
-
- All Implemented Interfaces:
JobHandler
public class TimerActivateProcessDefinitionHandler extends TimerChangeProcessDefinitionSuspensionStateJobHandler
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TYPE
-
Constructor Summary
Constructors Constructor Description TimerActivateProcessDefinitionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(JobEntity job, java.lang.String configuration, ExecutionEntity execution, CommandContext commandContext)
java.lang.String
getType()
-
Methods inherited from class org.activiti.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
createJobHandlerConfiguration, getIncludeProcessInstances
-
-
-
-
Field Detail
-
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public java.lang.String getType()
-
execute
public void execute(JobEntity job, java.lang.String configuration, ExecutionEntity execution, CommandContext commandContext)
-
-