@RestController public class EventSubscriptionCollectionResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected RestResponseFactory |
restResponseFactory |
protected RuntimeService |
runtimeService |
| Constructor and Description |
|---|
EventSubscriptionCollectionResource() |
| Modifier and Type | Method and Description |
|---|---|
DataResponse<EventSubscriptionResponse> |
getJobs(Map<String,String> allRequestParams,
javax.servlet.http.HttpServletRequest request) |
@Autowired protected RestResponseFactory restResponseFactory
@Autowired protected RuntimeService runtimeService
@GetMapping(value="/runtime/event-subscriptions",
produces="application/json")
public DataResponse<EventSubscriptionResponse> getJobs(@RequestParam
Map<String,String> allRequestParams,
javax.servlet.http.HttpServletRequest request)
Copyright © 2018 Flowable. All rights reserved.