Uses of Interface
org.activiti.engine.impl.jobexecutor.JobHandler
-
Packages that use JobHandler Package Description org.activiti.engine.impl.cfg org.activiti.engine.impl.jobexecutor -
-
Uses of JobHandler in org.activiti.engine.impl.cfg
Fields in org.activiti.engine.impl.cfg with type parameters of type JobHandler Modifier and Type Field Description protected List<JobHandler>ProcessEngineConfigurationImpl. customJobHandlersprotected Map<String,JobHandler>ProcessEngineConfigurationImpl. jobHandlersMethods in org.activiti.engine.impl.cfg that return types with arguments of type JobHandler Modifier and Type Method Description List<JobHandler>ProcessEngineConfigurationImpl. getCustomJobHandlers()Map<String,JobHandler>ProcessEngineConfigurationImpl. getJobHandlers()Method parameters in org.activiti.engine.impl.cfg with type arguments of type JobHandler Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setCustomJobHandlers(List<JobHandler> customJobHandlers)ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setJobHandlers(Map<String,JobHandler> jobHandlers) -
Uses of JobHandler in org.activiti.engine.impl.jobexecutor
Classes in org.activiti.engine.impl.jobexecutor that implement JobHandler Modifier and Type Class Description classAsyncContinuationJobHandlerclassProcessEventJobHandlerclassTimerActivateProcessDefinitionHandlerclassTimerChangeProcessDefinitionSuspensionStateJobHandlerclassTimerStartEventJobHandlerclassTimerSuspendProcessDefinitionHandlerclassTriggerTimerEventJobHandler
-