Uses of Class
org.flowable.eventregistry.model.ChannelModel
Packages that use ChannelModel
Package
Description
-
Uses of ChannelModel in org.flowable.cmmn.engine.impl.behavior.impl
Methods in org.flowable.cmmn.engine.impl.behavior.impl that return types with arguments of type ChannelModelModifier and TypeMethodDescriptionprotected List<ChannelModel>
SendEventActivityBehavior.getChannelModels
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, boolean sendOnSystemChannel) -
Uses of ChannelModel in org.flowable.engine.impl.bpmn.behavior
Methods in org.flowable.engine.impl.bpmn.behavior that return types with arguments of type ChannelModelModifier and TypeMethodDescriptionprotected List<ChannelModel>
SendEventTaskActivityBehavior.getChannelModels
(CommandContext commandContext, DelegateExecution execution, boolean sendOnSystemChannel) -
Uses of ChannelModel in org.flowable.eventregistry.api
Methods in org.flowable.eventregistry.api that return ChannelModelModifier and TypeMethodDescriptionEventRepositoryService.getChannelModelById
(String channelDefinitionId) EventRepositoryService.getChannelModelByKey
(String channelDefinitionKey) EventRepositoryService.getChannelModelByKey
(String channelDefinitionKey, String tenantId) EventRepositoryService.getChannelModelByKeyAndParentDeploymentId
(String channelDefinitionKey, String parentDeploymentId) EventRepositoryService.getChannelModelByKeyAndParentDeploymentId
(String channelDefinitionKey, String parentDeploymentId, String tenantId) Methods in org.flowable.eventregistry.api with parameters of type ChannelModelModifier and TypeMethodDescriptionboolean
ChannelModelProcessor.canProcess
(ChannelModel channelModel) boolean
ChannelModelProcessor.canProcessIfChannelModelAlreadyRegistered
(ChannelModel channelModel) void
ChannelModelProcessor.registerChannelModel
(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) void
ChannelModelProcessor.unregisterChannelModel
(ChannelModel channelModel, String tenantId, EventRepositoryService eventRepositoryService) Method parameters in org.flowable.eventregistry.api with type arguments of type ChannelModelModifier and TypeMethodDescriptionvoid
OutboundEventProcessor.sendEvent
(EventInstance eventInstance, Collection<ChannelModel> channelModels) void
EventRegistry.sendEventOutbound
(EventInstance eventInstance, Collection<ChannelModel> channelModels) Send out theeventInstance
via the givenchannelModel
(s). -
Uses of ChannelModel in org.flowable.eventregistry.impl
Methods in org.flowable.eventregistry.impl that return ChannelModelModifier and TypeMethodDescriptionEventRepositoryServiceImpl.getChannelModelById
(String channelDefinitionId) EventRepositoryServiceImpl.getChannelModelByKey
(String channelDefinitionKey) EventRepositoryServiceImpl.getChannelModelByKey
(String channelDefinitionKey, String tenantId) EventRepositoryServiceImpl.getChannelModelByKeyAndParentDeploymentId
(String channelDefinitionKey, String parentDeploymentId) EventRepositoryServiceImpl.getChannelModelByKeyAndParentDeploymentId
(String channelDefinitionKey, String parentDeploymentId, String tenantId) Method parameters in org.flowable.eventregistry.impl with type arguments of type ChannelModelModifier and TypeMethodDescriptionvoid
DefaultOutboundEventProcessor.sendEvent
(EventInstance eventInstance, Collection<ChannelModel> channelModels) void
SystemOutboundEventProcessor.sendEvent
(EventInstance eventInstance, Collection<ChannelModel> channelModels) void
DefaultEventRegistry.sendEventOutbound
(EventInstance eventInstance, Collection<ChannelModel> channelModels) -
Uses of ChannelModel in org.flowable.eventregistry.impl.cmd
Methods in org.flowable.eventregistry.impl.cmd that return ChannelModel -
Uses of ChannelModel in org.flowable.eventregistry.impl.deployer
Methods in org.flowable.eventregistry.impl.deployer that return ChannelModelModifier and TypeMethodDescriptionParsedDeployment.getChannelModelForChannelDefinition
(ChannelDefinitionEntity channelDefinition) Methods in org.flowable.eventregistry.impl.deployer with parameters of type ChannelModelModifier and TypeMethodDescriptionvoid
CachingAndArtifactsManager.registerChannelModel
(ChannelModel channelModel, ChannelDefinition channelDefinition, EventRegistryEngineConfiguration eventRegistryEngineConfiguration) -
Uses of ChannelModel in org.flowable.eventregistry.impl.model
Methods in org.flowable.eventregistry.impl.model that return ChannelModelModifier and TypeMethodDescriptionprotected ChannelModel
InboundChannelDefinitionBuilderImpl.buildChannelModel()
-
Uses of ChannelModel in org.flowable.eventregistry.impl.parser
Fields in org.flowable.eventregistry.impl.parser declared as ChannelModelMethods in org.flowable.eventregistry.impl.parser that return ChannelModelMethods in org.flowable.eventregistry.impl.parser with parameters of type ChannelModelModifier and TypeMethodDescriptionvoid
ChannelDefinitionParse.setChannelModel
(ChannelModel channelModel) -
Uses of ChannelModel in org.flowable.eventregistry.impl.persistence.deploy
Fields in org.flowable.eventregistry.impl.persistence.deploy declared as ChannelModelMethods in org.flowable.eventregistry.impl.persistence.deploy that return ChannelModelMethods in org.flowable.eventregistry.impl.persistence.deploy with parameters of type ChannelModelModifier and TypeMethodDescriptionvoid
ChannelDefinitionCacheEntry.setChannelModel
(ChannelModel channelModel) Constructors in org.flowable.eventregistry.impl.persistence.deploy with parameters of type ChannelModelModifierConstructorDescriptionChannelDefinitionCacheEntry
(ChannelDefinitionEntity channelDefinitionEntity, ChannelModel channelModel) -
Uses of ChannelModel in org.flowable.eventregistry.impl.pipeline
Methods in org.flowable.eventregistry.impl.pipeline with parameters of type ChannelModelModifier and TypeMethodDescriptionboolean
DelegateExpressionInboundChannelModelProcessor.canProcess
(ChannelModel channelModel) boolean
DelegateExpressionOutboundChannelModelProcessor.canProcess
(ChannelModel channelModel) boolean
InboundChannelModelProcessor.canProcess
(ChannelModel channelModel) boolean
OutboundChannelModelProcessor.canProcess
(ChannelModel channelModel) boolean
DelegateExpressionInboundChannelModelProcessor.canProcessIfChannelModelAlreadyRegistered
(ChannelModel channelModel) boolean
DelegateExpressionOutboundChannelModelProcessor.canProcessIfChannelModelAlreadyRegistered
(ChannelModel channelModel) boolean
InboundChannelModelProcessor.canProcessIfChannelModelAlreadyRegistered
(ChannelModel channelModel) boolean
OutboundChannelModelProcessor.canProcessIfChannelModelAlreadyRegistered
(ChannelModel channelModel) void
DelegateExpressionInboundChannelModelProcessor.registerChannelModel
(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) void
DelegateExpressionOutboundChannelModelProcessor.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
OutboundChannelModelProcessor.registerChannelModel
(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) void
DelegateExpressionInboundChannelModelProcessor.unregisterChannelModel
(ChannelModel channelModel, String tenantId, EventRepositoryService eventRepositoryService) void
DelegateExpressionOutboundChannelModelProcessor.unregisterChannelModel
(ChannelModel channelModel, String tenantId, EventRepositoryService eventRepositoryService) void
InboundChannelModelProcessor.unregisterChannelModel
(ChannelModel channelModel, String tenantId, EventRepositoryService eventRepositoryService) void
OutboundChannelModelProcessor.unregisterChannelModel
(ChannelModel channelModel, String tenantId, EventRepositoryService eventRepositoryService) -
Uses of ChannelModel in org.flowable.eventregistry.json.converter
Fields in org.flowable.eventregistry.json.converter with type parameters of type ChannelModelModifier and TypeFieldDescriptionprotected Map<String,
Class<? extends ChannelModel>> ChannelJsonConverter.channelModelClasses
Methods in org.flowable.eventregistry.json.converter that return ChannelModelMethods in org.flowable.eventregistry.json.converter that return types with arguments of type ChannelModelModifier and TypeMethodDescriptionprotected Class<? extends ChannelModel>
ChannelJsonConverter.determineChannelModelClass
(com.fasterxml.jackson.databind.JsonNode channelNode) Map<String,
Class<? extends ChannelModel>> ChannelJsonConverter.getChannelModelClasses()
Methods in org.flowable.eventregistry.json.converter with parameters of type ChannelModelModifier and TypeMethodDescriptionChannelJsonConverter.convertToJson
(ChannelModel definition) protected void
ChannelJsonConverter.validateChannel
(ChannelModel channelModel) void
ChannelValidator.validateChannel
(ChannelModel channelModel) void
InboundChannelModelValidator.validateChannel
(ChannelModel channelModel) void
OutboundChannelModelValidator.validateChannel
(ChannelModel channelModel) Method parameters in org.flowable.eventregistry.json.converter with type arguments of type ChannelModelModifier and TypeMethodDescriptionvoid
ChannelJsonConverter.setChannelModelClasses
(Map<String, Class<? extends ChannelModel>> channelModelClasses) -
Uses of ChannelModel in org.flowable.eventregistry.model
Subclasses of ChannelModel in org.flowable.eventregistry.modelModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
Uses of ChannelModel in org.flowable.eventregistry.spring.jms
Methods in org.flowable.eventregistry.spring.jms with parameters of type ChannelModelModifier and TypeMethodDescriptionboolean
JmsChannelModelProcessor.canProcess
(ChannelModel channelModel) boolean
JmsChannelModelProcessor.canProcessIfChannelModelAlreadyRegistered
(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) -
Uses of ChannelModel in org.flowable.eventregistry.spring.kafka
Methods in org.flowable.eventregistry.spring.kafka with parameters of type ChannelModelModifier and TypeMethodDescriptionboolean
KafkaChannelDefinitionProcessor.canProcess
(ChannelModel channelModel) boolean
KafkaChannelDefinitionProcessor.canProcessIfChannelModelAlreadyRegistered
(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) protected void
KafkaChannelDefinitionProcessor.unregisterEndpoint
(String endpointId, ChannelModel channelModel, String tenantId) -
Uses of ChannelModel in org.flowable.eventregistry.spring.rabbit
Methods in org.flowable.eventregistry.spring.rabbit with parameters of type ChannelModelModifier and TypeMethodDescriptionboolean
RabbitChannelDefinitionProcessor.canProcess
(ChannelModel channelModel) boolean
RabbitChannelDefinitionProcessor.canProcessIfChannelModelAlreadyRegistered
(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)