@RestController public class JobsClientResource extends AbstractClientResource
| Modifier and Type | Field and Description |
|---|---|
protected JobService |
jobService |
configRepository| Constructor and Description |
|---|
JobsClientResource() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
listJobs(javax.servlet.http.HttpServletRequest request)
GET /rest/admin/jobs -> Get a list of jobs.
|
getRequestParametersWithoutServerId, retrieveServerConfig@Autowired protected JobService jobService
Copyright © 2022 Flowable. All rights reserved.