Class EventSubscriptionCollectionResource
- java.lang.Object
-
- org.flowable.rest.service.api.runtime.process.EventSubscriptionCollectionResource
-
@RestController public class EventSubscriptionCollectionResource extends Object
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected BpmnRestApiInterceptorrestApiInterceptorprotected RestResponseFactoryrestResponseFactoryprotected RuntimeServiceruntimeService
-
Constructor Summary
Constructors Constructor Description EventSubscriptionCollectionResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataResponse<EventSubscriptionResponse>getEventSubscriptions(Map<String,String> allRequestParams, javax.servlet.http.HttpServletRequest request)
-
-
-
Field Detail
-
restResponseFactory
@Autowired protected RestResponseFactory restResponseFactory
-
runtimeService
@Autowired protected RuntimeService runtimeService
-
restApiInterceptor
@Autowired(required=false) protected BpmnRestApiInterceptor restApiInterceptor
-
-
Method Detail
-
getEventSubscriptions
@GetMapping(value="/runtime/event-subscriptions", produces="application/json") public DataResponse<EventSubscriptionResponse> getEventSubscriptions(@RequestParam Map<String,String> allRequestParams, javax.servlet.http.HttpServletRequest request)
-
-