| Package | Description |
|---|---|
| org.flowable.eventregistry.rest.service.api | |
| org.flowable.eventregistry.rest.service.api.repository |
| Modifier and Type | Method and Description |
|---|---|
ChannelDefinitionResponse |
EventRegistryRestResponseFactory.createChannelDefinitionResponse(org.flowable.eventregistry.api.ChannelDefinition channelDefinition) |
ChannelDefinitionResponse |
EventRegistryRestResponseFactory.createChannelDefinitionResponse(org.flowable.eventregistry.api.ChannelDefinition channelDefinition,
RestUrlBuilder urlBuilder) |
| Modifier and Type | Method and Description |
|---|---|
List<ChannelDefinitionResponse> |
EventRegistryRestResponseFactory.createChannelDefinitionResponseList(List<org.flowable.eventregistry.api.ChannelDefinition> channelDefinitions) |
| Modifier and Type | Method and Description |
|---|---|
ChannelDefinitionResponse |
ChannelDefinitionResource.getChannelDefinition(String channelDefinitionId,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
DataResponse<ChannelDefinitionResponse> |
ChannelDefinitionCollectionResource.getChannelDefinitions(Map<String,String> allRequestParams,
javax.servlet.http.HttpServletRequest request) |
Copyright © 2020 Flowable. All rights reserved.