public class JobBaseResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ManagementService |
managementService |
protected BpmnRestApiInterceptor |
restApiInterceptor |
| Constructor and Description |
|---|
JobBaseResource() |
| Modifier and Type | Method and Description |
|---|---|
protected org.flowable.job.api.Job |
getDeadLetterJobById(String jobId) |
protected org.flowable.job.api.Job |
getJobById(String jobId) |
protected org.flowable.job.api.Job |
getSuspendedJobById(String jobId) |
protected org.flowable.job.api.Job |
getTimerJobById(String jobId) |
protected void |
validateJob(org.flowable.job.api.Job job,
String jobId) |
@Autowired protected ManagementService managementService
@Autowired(required=false) protected BpmnRestApiInterceptor restApiInterceptor
protected org.flowable.job.api.Job getJobById(String jobId)
protected org.flowable.job.api.Job getTimerJobById(String jobId)
protected org.flowable.job.api.Job getSuspendedJobById(String jobId)
protected org.flowable.job.api.Job getDeadLetterJobById(String jobId)
protected void validateJob(org.flowable.job.api.Job job,
String jobId)
Copyright © 2020 Flowable. All rights reserved.