Class TimerChangeProcessDefinitionSuspensionStateJobHandler
- java.lang.Object
-
- org.activiti.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
-
- All Implemented Interfaces:
JobHandler
- Direct Known Subclasses:
TimerActivateProcessDefinitionHandler,TimerSuspendProcessDefinitionHandler
public abstract class TimerChangeProcessDefinitionSuspensionStateJobHandler extends java.lang.Object implements JobHandler
-
-
Constructor Summary
Constructors Constructor Description TimerChangeProcessDefinitionSuspensionStateJobHandler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringcreateJobHandlerConfiguration(boolean includeProcessInstances)static booleangetIncludeProcessInstances(JSONObject jobHandlerCfgJson)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.activiti.engine.impl.jobexecutor.JobHandler
execute, getType
-
-
-
-
Method Detail
-
createJobHandlerConfiguration
public static java.lang.String createJobHandlerConfiguration(boolean includeProcessInstances)
-
getIncludeProcessInstances
public static boolean getIncludeProcessInstances(JSONObject jobHandlerCfgJson)
-
-