@RestController public class ChannelDefinitionResourceDataResource extends BaseDeploymentResourceDataResource
contentTypeResolver, repositoryService, restApiInterceptor| Constructor and Description |
|---|
ChannelDefinitionResourceDataResource() |
| Modifier and Type | Method and Description |
|---|---|
protected org.flowable.eventregistry.api.ChannelDefinition |
getChannelDefinitionFromRequest(String channelDefinitionId)
Returns the
ChannelDefinition that is requested. |
byte[] |
getChannelDefinitionResource(String channelDefinitionId,
javax.servlet.http.HttpServletResponse response) |
getDeploymentResourceDatapublic ChannelDefinitionResourceDataResource()
@GetMapping(value="/event-registry-repository/channel-definitions/{channelDefinitionId}/resourcedata")
public byte[] getChannelDefinitionResource(@PathVariable
String channelDefinitionId,
javax.servlet.http.HttpServletResponse response)
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.