| Modifier and Type | Method and Description |
|---|---|
ChannelDefinition |
EventRepositoryService.getChannelDefinition(String channelDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
ChannelDefinition |
EventRepositoryServiceImpl.getChannelDefinition(String channelDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
List<ChannelDefinition> |
ChannelDefinitionQueryImpl.executeList(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CachingAndArtifactsManager.registerChannelModel(ChannelModel channelModel,
ChannelDefinition channelDefinition,
EventRegistryEngineConfiguration eventRegistryEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventDeploymentManager.removeChannelDefinitionFromCache(ChannelDefinition channelDefinition) |
ChannelDefinitionCacheEntry |
EventDeploymentManager.resolveChannelDefinition(ChannelDefinition channelDefinition)
Resolving the channel will fetch the channel definition, parse it and store the
ChannelDefinition in memory. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChannelDefinitionEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelDefinitionEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
List<ChannelDefinition> |
ChannelDefinitionEntityManagerImpl.findChannelDefinitionsByNativeQuery(Map<String,Object> parameterMap) |
List<ChannelDefinition> |
ChannelDefinitionEntityManager.findChannelDefinitionsByNativeQuery(Map<String,Object> parameterMap) |
List<ChannelDefinition> |
ChannelDefinitionEntityManagerImpl.findChannelDefinitionsByQueryCriteria(ChannelDefinitionQueryImpl channelQuery) |
List<ChannelDefinition> |
ChannelDefinitionEntityManager.findChannelDefinitionsByQueryCriteria(ChannelDefinitionQueryImpl eventQuery) |
| Modifier and Type | Method and Description |
|---|---|
List<ChannelDefinition> |
ChannelDefinitionDataManager.findChannelDefinitionsByNativeQuery(Map<String,Object> parameterMap) |
List<ChannelDefinition> |
ChannelDefinitionDataManager.findChannelDefinitionsByQueryCriteria(ChannelDefinitionQueryImpl channelDefinitionQuery) |
| Modifier and Type | Method and Description |
|---|---|
List<ChannelDefinition> |
MybatisChannelDefinitionDataManager.findChannelDefinitionsByNativeQuery(Map<String,Object> parameterMap) |
List<ChannelDefinition> |
MybatisChannelDefinitionDataManager.findChannelDefinitionsByQueryCriteria(ChannelDefinitionQueryImpl ChannelDefinitionQuery) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventRegistryRestApiInterceptor.accessChannelDefinitionById(ChannelDefinition channelDefinition) |
ChannelDefinitionResponse |
EventRegistryRestResponseFactory.createChannelDefinitionResponse(ChannelDefinition channelDefinition) |
ChannelDefinitionResponse |
EventRegistryRestResponseFactory.createChannelDefinitionResponse(ChannelDefinition channelDefinition,
RestUrlBuilder urlBuilder) |
| Modifier and Type | Method and Description |
|---|---|
List<ChannelDefinitionResponse> |
EventRegistryRestResponseFactory.createChannelDefinitionResponseList(List<ChannelDefinition> channelDefinitions) |
| Modifier and Type | Method and Description |
|---|---|
protected ChannelDefinition |
ChannelDefinitionResourceDataResource.getChannelDefinitionFromRequest(String channelDefinitionId)
Returns the
ChannelDefinition that is requested. |
protected ChannelDefinition |
BaseEventDefinitionResource.getChannelDefinitionFromRequest(String channelDefinitionId)
Returns the
ChannelDefinition that is requested. |
Copyright © 2023 Flowable. All rights reserved.