Class EventSubscriptionResource
- java.lang.Object
-
- org.flowable.cmmn.rest.service.api.runtime.caze.EventSubscriptionResource
-
@RestController public class EventSubscriptionResource extends Object
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected CmmnRestApiInterceptorrestApiInterceptorprotected CmmnRestResponseFactoryrestResponseFactoryprotected org.flowable.cmmn.api.CmmnRuntimeServiceruntimeService
-
Constructor Summary
Constructors Constructor Description EventSubscriptionResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventSubscriptionResponsegetEventSubscription(String eventSubscriptionId, javax.servlet.http.HttpServletRequest request)
-
-
-
Field Detail
-
restResponseFactory
@Autowired protected CmmnRestResponseFactory restResponseFactory
-
runtimeService
@Autowired protected org.flowable.cmmn.api.CmmnRuntimeService runtimeService
-
restApiInterceptor
@Autowired(required=false) protected CmmnRestApiInterceptor restApiInterceptor
-
-
Method Detail
-
getEventSubscription
@GetMapping(value="/cmmn-runtime/event-subscriptions/{eventSubscriptionId}", produces="application/json") public EventSubscriptionResponse getEventSubscription(@PathVariable String eventSubscriptionId, javax.servlet.http.HttpServletRequest request)
-
-