@RestController public class ChannelDefinitionCollectionResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.eventregistry.api.EventRepositoryService |
repositoryService |
protected EventRegistryRestApiInterceptor |
restApiInterceptor |
protected EventRegistryRestResponseFactory |
restResponseFactory |
| Constructor and Description |
|---|
ChannelDefinitionCollectionResource() |
| Modifier and Type | Method and Description |
|---|---|
DataResponse<ChannelDefinitionResponse> |
getChannelDefinitions(Map<String,String> allRequestParams,
javax.servlet.http.HttpServletRequest request) |
@Autowired protected EventRegistryRestResponseFactory restResponseFactory
@Autowired protected org.flowable.eventregistry.api.EventRepositoryService repositoryService
@Autowired(required=false) protected EventRegistryRestApiInterceptor restApiInterceptor
@GetMapping(value="/event-registry-repository/channel-definitions",
produces="application/json")
public DataResponse<ChannelDefinitionResponse> getChannelDefinitions(@RequestParam
Map<String,String> allRequestParams,
javax.servlet.http.HttpServletRequest request)
Copyright © 2020 Flowable. All rights reserved.