@RestController public class EventInstanceCollectionResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.eventregistry.api.EventRegistry |
eventRegistry |
protected EventRegistryEngineConfiguration |
eventRegistryEngineConfiguration |
protected org.flowable.eventregistry.api.EventRepositoryService |
repositoryService |
protected EventRegistryRestApiInterceptor |
restApiInterceptor |
protected EventRegistryRestResponseFactory |
restResponseFactory |
| Constructor and Description |
|---|
EventInstanceCollectionResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
createEventInstance(EventInstanceCreateRequest request,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse response) |
@Autowired protected EventRegistryRestResponseFactory restResponseFactory
@Autowired protected org.flowable.eventregistry.api.EventRegistry eventRegistry
@Autowired protected org.flowable.eventregistry.api.EventRepositoryService repositoryService
@Autowired protected EventRegistryEngineConfiguration eventRegistryEngineConfiguration
@Autowired(required=false) protected EventRegistryRestApiInterceptor restApiInterceptor
@PostMapping(value="/event-registry-runtime/event-instances")
public void createEventInstance(@RequestBody
EventInstanceCreateRequest request,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse response)
Copyright © 2020 Flowable. All rights reserved.