@RestController public class EventSubscriptionCollectionResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CmmnRestApiInterceptor |
restApiInterceptor |
protected CmmnRestResponseFactory |
restResponseFactory |
protected org.flowable.cmmn.api.CmmnRuntimeService |
runtimeService |
| Constructor and Description |
|---|
EventSubscriptionCollectionResource() |
| Modifier and Type | Method and Description |
|---|---|
DataResponse<EventSubscriptionResponse> |
getEventSubscriptions(Map<String,String> allRequestParams,
javax.servlet.http.HttpServletRequest request) |
@Autowired protected CmmnRestResponseFactory restResponseFactory
@Autowired protected org.flowable.cmmn.api.CmmnRuntimeService runtimeService
@Autowired(required=false) protected CmmnRestApiInterceptor restApiInterceptor
@GetMapping(value="/cmmn-runtime/event-subscriptions",
produces="application/json")
public DataResponse<EventSubscriptionResponse> getEventSubscriptions(@RequestParam
Map<String,String> allRequestParams,
javax.servlet.http.HttpServletRequest request)
Copyright © 2021 Flowable. All rights reserved.