| Modifier and Type | Method and Description |
|---|---|
protected List<ChannelModel> |
SendEventActivityBehavior.getChannelModels(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity,
boolean sendOnSystemChannel) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ChannelModel> |
SendEventTaskActivityBehavior.getChannelModels(CommandContext commandContext,
DelegateExecution execution,
boolean sendOnSystemChannel) |
| Modifier and Type | Method and Description |
|---|---|
ChannelModel |
EventRepositoryService.getChannelModelById(String channelDefinitionId) |
ChannelModel |
EventRepositoryService.getChannelModelByKey(String channelDefinitionKey) |
ChannelModel |
EventRepositoryService.getChannelModelByKey(String channelDefinitionKey,
String tenantId) |
ChannelModel |
EventRepositoryService.getChannelModelByKeyAndParentDeploymentId(String channelDefinitionKey,
String parentDeploymentId) |
ChannelModel |
EventRepositoryService.getChannelModelByKeyAndParentDeploymentId(String channelDefinitionKey,
String parentDeploymentId,
String tenantId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ChannelModelProcessor.canProcess(ChannelModel channelModel) |
void |
ChannelModelProcessor.registerChannelModel(ChannelModel channelModel,
String tenantId,
EventRegistry eventRegistry,
EventRepositoryService eventRepositoryService,
boolean fallbackToDefaultTenant) |
void |
ChannelModelProcessor.unregisterChannelModel(ChannelModel channelModel,
String tenantId,
EventRepositoryService eventRepositoryService) |
| Modifier and Type | Method and Description |
|---|---|
void |
OutboundEventProcessor.sendEvent(EventInstance eventInstance,
Collection<ChannelModel> channelModels) |
void |
EventRegistry.sendEventOutbound(EventInstance eventInstance,
Collection<ChannelModel> channelModels)
Send out the
eventInstance via the given channelModel(s). |
| Modifier and Type | Method and Description |
|---|---|
ChannelModel |
EventRepositoryServiceImpl.getChannelModelById(String channelDefinitionId) |
ChannelModel |
EventRepositoryServiceImpl.getChannelModelByKey(String channelDefinitionKey) |
ChannelModel |
EventRepositoryServiceImpl.getChannelModelByKey(String channelDefinitionKey,
String tenantId) |
ChannelModel |
EventRepositoryServiceImpl.getChannelModelByKeyAndParentDeploymentId(String channelDefinitionKey,
String parentDeploymentId) |
ChannelModel |
EventRepositoryServiceImpl.getChannelModelByKeyAndParentDeploymentId(String channelDefinitionKey,
String parentDeploymentId,
String tenantId) |
| Modifier and Type | Method and Description |
|---|---|
void |
SystemOutboundEventProcessor.sendEvent(EventInstance eventInstance,
Collection<ChannelModel> channelModels) |
void |
DefaultOutboundEventProcessor.sendEvent(EventInstance eventInstance,
Collection<ChannelModel> channelModels) |
void |
DefaultEventRegistry.sendEventOutbound(EventInstance eventInstance,
Collection<ChannelModel> channelModels) |
| Modifier and Type | Method and Description |
|---|---|
ChannelModel |
GetChannelModelCmd.execute(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
ChannelModel |
ParsedDeployment.getChannelModelForChannelDefinition(ChannelDefinitionEntity channelDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CachingAndArtifactsManager.registerChannelModel(ChannelModel channelModel,
ChannelDefinition channelDefinition,
EventRegistryEngineConfiguration eventRegistryEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected ChannelModel |
InboundChannelDefinitionBuilderImpl.buildChannelModel() |
| Modifier and Type | Field and Description |
|---|---|
protected ChannelModel |
ChannelDefinitionParse.channelModel |
| Modifier and Type | Method and Description |
|---|---|
ChannelModel |
ChannelDefinitionParse.getChannelModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelDefinitionParse.setChannelModel(ChannelModel channelModel) |
| Modifier and Type | Field and Description |
|---|---|
protected ChannelModel |
ChannelDefinitionCacheEntry.channelModel |
| Modifier and Type | Method and Description |
|---|---|
ChannelModel |
ChannelDefinitionCacheEntry.getChannelModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelDefinitionCacheEntry.setChannelModel(ChannelModel channelModel) |
| Constructor and Description |
|---|
ChannelDefinitionCacheEntry(ChannelDefinitionEntity channelDefinitionEntity,
ChannelModel channelModel) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DelegateExpressionOutboundChannelModelProcessor.canProcess(ChannelModel channelModel) |
boolean |
OutboundChannelModelProcessor.canProcess(ChannelModel channelModel) |
boolean |
DelegateExpressionInboundChannelModelProcessor.canProcess(ChannelModel channelModel) |
boolean |
InboundChannelModelProcessor.canProcess(ChannelModel channelModel) |
void |
DelegateExpressionOutboundChannelModelProcessor.registerChannelModel(ChannelModel channelModel,
String tenantId,
EventRegistry eventRegistry,
EventRepositoryService eventRepositoryService,
boolean fallbackToDefaultTenant) |
void |
OutboundChannelModelProcessor.registerChannelModel(ChannelModel channelModel,
String tenantId,
EventRegistry eventRegistry,
EventRepositoryService eventRepositoryService,
boolean fallbackToDefaultTenant) |
void |
DelegateExpressionInboundChannelModelProcessor.registerChannelModel(ChannelModel channelModel,
String tenantId,
EventRegistry eventRegistry,
EventRepositoryService eventRepositoryService,
boolean fallbackToDefaultTenant) |
void |
InboundChannelModelProcessor.registerChannelModel(ChannelModel channelModel,
String tenantId,
EventRegistry eventRegistry,
EventRepositoryService eventRepositoryService,
boolean fallbackToDefaultTenant) |
void |
DelegateExpressionOutboundChannelModelProcessor.unregisterChannelModel(ChannelModel channelModel,
String tenantId,
EventRepositoryService eventRepositoryService) |
void |
OutboundChannelModelProcessor.unregisterChannelModel(ChannelModel channelModel,
String tenantId,
EventRepositoryService eventRepositoryService) |
void |
DelegateExpressionInboundChannelModelProcessor.unregisterChannelModel(ChannelModel channelModel,
String tenantId,
EventRepositoryService eventRepositoryService) |
void |
InboundChannelModelProcessor.unregisterChannelModel(ChannelModel channelModel,
String tenantId,
EventRepositoryService eventRepositoryService) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Class<? extends ChannelModel>> |
ChannelJsonConverter.channelModelClasses |
| Modifier and Type | Method and Description |
|---|---|
ChannelModel |
ChannelJsonConverter.convertToChannelModel(String modelJson) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends ChannelModel> |
ChannelJsonConverter.determineChannelModelClass(com.fasterxml.jackson.databind.JsonNode channelNode) |
Map<String,Class<? extends ChannelModel>> |
ChannelJsonConverter.getChannelModelClasses() |
| Modifier and Type | Method and Description |
|---|---|
String |
ChannelJsonConverter.convertToJson(ChannelModel definition) |
protected void |
ChannelJsonConverter.validateChannel(ChannelModel channelModel) |
void |
OutboundChannelModelValidator.validateChannel(ChannelModel channelModel) |
void |
ChannelValidator.validateChannel(ChannelModel channelModel) |
void |
InboundChannelModelValidator.validateChannel(ChannelModel channelModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelJsonConverter.setChannelModelClasses(Map<String,Class<? extends ChannelModel>> channelModelClasses) |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegateExpressionInboundChannelModel |
class |
DelegateExpressionOutboundChannelModel |
class |
InboundChannelModel |
class |
JmsInboundChannelModel |
class |
JmsOutboundChannelModel |
class |
KafkaInboundChannelModel |
class |
KafkaOutboundChannelModel |
class |
OutboundChannelModel |
class |
RabbitInboundChannelModel |
class |
RabbitOutboundChannelModel |
| Modifier and Type | Method and Description |
|---|---|
ChannelModel |
ChannelDefinitionModelResource.getModelResource(String channelDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JmsChannelModelProcessor.canProcess(ChannelModel channelModel) |
protected String |
JmsChannelModelProcessor.getEndpointId(ChannelModel channelModel,
String tenantId) |
void |
JmsChannelModelProcessor.registerChannelModel(ChannelModel channelModel,
String tenantId,
EventRegistry eventRegistry,
EventRepositoryService eventRepositoryService,
boolean fallbackToDefaultTenant) |
void |
JmsChannelModelProcessor.unregisterChannelModel(ChannelModel channelModel,
String tenantId,
EventRepositoryService eventRepositoryService) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
KafkaChannelDefinitionProcessor.canProcess(ChannelModel channelModel) |
protected String |
KafkaChannelDefinitionProcessor.getEndpointId(ChannelModel channelModel,
String tenantId) |
void |
KafkaChannelDefinitionProcessor.registerChannelModel(ChannelModel channelModel,
String tenantId,
EventRegistry eventRegistry,
EventRepositoryService eventRepositoryService,
boolean fallbackToDefaultTenant) |
void |
KafkaChannelDefinitionProcessor.unregisterChannelModel(ChannelModel channelModel,
String tenantId,
EventRepositoryService eventRepositoryService) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RabbitChannelDefinitionProcessor.canProcess(ChannelModel channelModel) |
protected String |
RabbitChannelDefinitionProcessor.getEndpointId(ChannelModel channelModel,
String tenantId) |
void |
RabbitChannelDefinitionProcessor.registerChannelModel(ChannelModel channelModel,
String tenantId,
EventRegistry eventRegistry,
EventRepositoryService eventRepositoryService,
boolean fallbackToDefaultTenant) |
void |
RabbitChannelDefinitionProcessor.unregisterChannelModel(ChannelModel channelModel,
String tenantId,
EventRepositoryService eventRepositoryService) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
CmmnEventModelUtil.createInboundChannelInMap(String channelKey,
String channelType,
String channelDestination,
String channelNameProperty,
BaseElement elementObject,
Map<String,ChannelModel> channelModelMap) |
protected static void |
BpmnEventModelUtil.createInboundChannelInMap(String channelKey,
String channelType,
String channelDestination,
String channelNameProperty,
FlowElement elementObject,
Map<String,ChannelModel> channelModelMap) |
protected static void |
CmmnEventModelUtil.createOutboundChannelInMap(String channelKey,
String channelType,
String channelDestination,
BaseElement elementObject,
Map<String,ChannelModel> channelModelMap) |
protected static void |
BpmnEventModelUtil.createOutboundChannelInMap(String channelKey,
String channelType,
String channelDestination,
FlowElement elementObject,
Map<String,ChannelModel> channelModelMap) |
static void |
CmmnEventModelUtil.fillChannelModelMap(List<BaseElement> elements,
Map<String,ChannelModel> channelModelMap) |
static void |
BpmnEventModelUtil.fillChannelModelMap(List<FlowElement> flowElements,
Map<String,ChannelModel> channelModelMap) |
Copyright © 2023 Flowable. All rights reserved.