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 java.util.List<JobHandler>ProcessEngineConfigurationImpl. customJobHandlersprotected java.util.Map<java.lang.String,JobHandler>ProcessEngineConfigurationImpl. jobHandlersMethods in org.activiti.engine.impl.cfg that return types with arguments of type JobHandler Modifier and Type Method Description java.util.List<JobHandler>ProcessEngineConfigurationImpl. getCustomJobHandlers()java.util.Map<java.lang.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(java.util.List<JobHandler> customJobHandlers)ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setJobHandlers(java.util.Map<java.lang.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
-