public class BaseEventDefinitionResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.eventregistry.api.EventRepositoryService |
repositoryService |
protected EventRegistryRestApiInterceptor |
restApiInterceptor |
protected EventRegistryRestResponseFactory |
restResponseFactory |
| Constructor and Description |
|---|
BaseEventDefinitionResource() |
| Modifier and Type | Method and Description |
|---|---|
protected org.flowable.eventregistry.api.ChannelDefinition |
getChannelDefinitionFromRequest(String channelDefinitionId)
Returns the
ChannelDefinition that is requested. |
protected org.flowable.eventregistry.api.EventDefinition |
getEventDefinitionFromRequest(String eventDefinitionId)
Returns the
EventDefinition that is requested. |
@Autowired protected EventRegistryRestResponseFactory restResponseFactory
@Autowired protected org.flowable.eventregistry.api.EventRepositoryService repositoryService
@Autowired(required=false) protected EventRegistryRestApiInterceptor restApiInterceptor
protected org.flowable.eventregistry.api.EventDefinition getEventDefinitionFromRequest(String eventDefinitionId)
EventDefinition that is requested. Throws the right exceptions when bad request was made or definition was not found.protected org.flowable.eventregistry.api.ChannelDefinition getChannelDefinitionFromRequest(String channelDefinitionId)
ChannelDefinition that is requested. Throws the right exceptions when bad request was made or definition was not found.Copyright © 2020 Flowable. All rights reserved.