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 TypeMethodDescriptionbooleanChannelModelProcessor.canProcess(ChannelModel channelModel) booleanChannelModelProcessor.canProcessIfChannelModelAlreadyRegistered(ChannelModel channelModel) voidChannelModelProcessor.registerChannelModel(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) voidChannelModelProcessor.unregisterChannelModel(ChannelModel channelModel, String tenantId, EventRepositoryService eventRepositoryService) Method parameters in org.flowable.eventregistry.api with type arguments of type ChannelModelModifier and TypeMethodDescriptionvoidOutboundEventProcessor.sendEvent(EventInstance eventInstance, Collection<ChannelModel> channelModels) voidEventRegistry.sendEventOutbound(EventInstance eventInstance, Collection<ChannelModel> channelModels) Send out theeventInstancevia 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 TypeMethodDescriptionvoidDefaultOutboundEventProcessor.sendEvent(EventInstance eventInstance, Collection<ChannelModel> channelModels) voidSystemOutboundEventProcessor.sendEvent(EventInstance eventInstance, Collection<ChannelModel> channelModels) voidDefaultEventRegistry.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 TypeMethodDescriptionvoidCachingAndArtifactsManager.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 ChannelModelInboundChannelDefinitionBuilderImpl.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 TypeMethodDescriptionvoidChannelDefinitionParse.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 TypeMethodDescriptionvoidChannelDefinitionCacheEntry.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 TypeMethodDescriptionbooleanDelegateExpressionInboundChannelModelProcessor.canProcess(ChannelModel channelModel) booleanDelegateExpressionOutboundChannelModelProcessor.canProcess(ChannelModel channelModel) booleanInboundChannelModelProcessor.canProcess(ChannelModel channelModel) booleanOutboundChannelModelProcessor.canProcess(ChannelModel channelModel) booleanDelegateExpressionInboundChannelModelProcessor.canProcessIfChannelModelAlreadyRegistered(ChannelModel channelModel) booleanDelegateExpressionOutboundChannelModelProcessor.canProcessIfChannelModelAlreadyRegistered(ChannelModel channelModel) booleanInboundChannelModelProcessor.canProcessIfChannelModelAlreadyRegistered(ChannelModel channelModel) booleanOutboundChannelModelProcessor.canProcessIfChannelModelAlreadyRegistered(ChannelModel channelModel) voidDelegateExpressionInboundChannelModelProcessor.registerChannelModel(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) voidDelegateExpressionOutboundChannelModelProcessor.registerChannelModel(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) voidInboundChannelModelProcessor.registerChannelModel(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) voidOutboundChannelModelProcessor.registerChannelModel(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) voidDelegateExpressionInboundChannelModelProcessor.unregisterChannelModel(ChannelModel channelModel, String tenantId, EventRepositoryService eventRepositoryService) voidDelegateExpressionOutboundChannelModelProcessor.unregisterChannelModel(ChannelModel channelModel, String tenantId, EventRepositoryService eventRepositoryService) voidInboundChannelModelProcessor.unregisterChannelModel(ChannelModel channelModel, String tenantId, EventRepositoryService eventRepositoryService) voidOutboundChannelModelProcessor.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.channelModelClassesMethods 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 voidChannelJsonConverter.validateChannel(ChannelModel channelModel) voidChannelValidator.validateChannel(ChannelModel channelModel) voidInboundChannelModelValidator.validateChannel(ChannelModel channelModel) voidOutboundChannelModelValidator.validateChannel(ChannelModel channelModel) Method parameters in org.flowable.eventregistry.json.converter with type arguments of type ChannelModelModifier and TypeMethodDescriptionvoidChannelJsonConverter.setChannelModelClasses(Map<String, Class<? extends ChannelModel>> channelModelClasses) -
Uses of ChannelModel in org.flowable.eventregistry.model
Subclasses of ChannelModel in org.flowable.eventregistry.modelModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of ChannelModel in org.flowable.eventregistry.spring.jms
Methods in org.flowable.eventregistry.spring.jms with parameters of type ChannelModelModifier and TypeMethodDescriptionbooleanJmsChannelModelProcessor.canProcess(ChannelModel channelModel) booleanJmsChannelModelProcessor.canProcessIfChannelModelAlreadyRegistered(ChannelModel channelModel) protected StringJmsChannelModelProcessor.getEndpointId(ChannelModel channelModel, String tenantId) voidJmsChannelModelProcessor.registerChannelModel(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) voidJmsChannelModelProcessor.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 TypeMethodDescriptionbooleanKafkaChannelDefinitionProcessor.canProcess(ChannelModel channelModel) booleanKafkaChannelDefinitionProcessor.canProcessIfChannelModelAlreadyRegistered(ChannelModel channelModel) protected StringKafkaChannelDefinitionProcessor.getEndpointId(ChannelModel channelModel, String tenantId) voidKafkaChannelDefinitionProcessor.registerChannelModel(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) voidKafkaChannelDefinitionProcessor.unregisterChannelModel(ChannelModel channelModel, String tenantId, EventRepositoryService eventRepositoryService) protected voidKafkaChannelDefinitionProcessor.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 TypeMethodDescriptionbooleanRabbitChannelDefinitionProcessor.canProcess(ChannelModel channelModel) booleanRabbitChannelDefinitionProcessor.canProcessIfChannelModelAlreadyRegistered(ChannelModel channelModel) protected StringRabbitChannelDefinitionProcessor.getEndpointId(ChannelModel channelModel, String tenantId) voidRabbitChannelDefinitionProcessor.registerChannelModel(ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) voidRabbitChannelDefinitionProcessor.unregisterChannelModel(ChannelModel channelModel, String tenantId, EventRepositoryService eventRepositoryService)