|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JobHandler | |
|---|---|
| org.camunda.bpm.engine.impl.cfg | |
| org.camunda.bpm.engine.impl.jobexecutor | |
| Uses of JobHandler in org.camunda.bpm.engine.impl.cfg |
|---|
| Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type JobHandler | |
|---|---|
protected List<JobHandler> |
ProcessEngineConfigurationImpl.customJobHandlers
|
protected Map<String,JobHandler> |
ProcessEngineConfigurationImpl.jobHandlers
|
| Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type JobHandler | |
|---|---|
List<JobHandler> |
ProcessEngineConfigurationImpl.getCustomJobHandlers()
|
Map<String,JobHandler> |
ProcessEngineConfigurationImpl.getJobHandlers()
|
| Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type JobHandler | |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setCustomJobHandlers(List<JobHandler> customJobHandlers)
|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setJobHandlers(Map<String,JobHandler> jobHandlers)
|
| Uses of JobHandler in org.camunda.bpm.engine.impl.jobexecutor |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||