Uses of Interface
org.flowable.eventregistry.api.ChannelDefinition
Packages that use ChannelDefinition
Package
Description
-
Uses of ChannelDefinition in org.flowable.eventregistry.api
Methods in org.flowable.eventregistry.api that return ChannelDefinitionModifier and TypeMethodDescriptionEventRepositoryService.getChannelDefinition
(String channelDefinitionId) Methods in org.flowable.eventregistry.api with parameters of type ChannelDefinitionModifier and TypeMethodDescriptionInboundChannelModelCacheManager.findRegisteredChannel
(ChannelDefinition channelDefinition) InboundChannelModelCacheManager.registerChannelModel
(InboundChannelModel channelModel, ChannelDefinition channelDefinition) void
InboundChannelModelCacheManager.unregisterChannelModel
(InboundChannelModel channelModel, ChannelDefinition channelDefinition) -
Uses of ChannelDefinition in org.flowable.eventregistry.impl
Methods in org.flowable.eventregistry.impl that return ChannelDefinitionModifier and TypeMethodDescriptionEventRepositoryServiceImpl.getChannelDefinition
(String channelDefinitionId) Methods in org.flowable.eventregistry.impl that return types with arguments of type ChannelDefinitionModifier and TypeMethodDescriptionChannelDefinitionQueryImpl.executeList
(CommandContext commandContext) -
Uses of ChannelDefinition in org.flowable.eventregistry.impl.deployer
Methods in org.flowable.eventregistry.impl.deployer with parameters of type ChannelDefinitionModifier and TypeMethodDescriptionDefaultInboundChannelModelCacheManager.findRegisteredChannel
(ChannelDefinition channelDefinition) void
CachingAndArtifactsManager.registerChannelModel
(ChannelModel channelModel, ChannelDefinition channelDefinition, EventRegistryEngineConfiguration eventRegistryEngineConfiguration) DefaultInboundChannelModelCacheManager.registerChannelModel
(InboundChannelModel channelModel, ChannelDefinition channelDefinition) void
DefaultInboundChannelModelCacheManager.unregisterChannelModel
(InboundChannelModel channelModel, ChannelDefinition channelDefinition) Constructors in org.flowable.eventregistry.impl.deployer with parameters of type ChannelDefinitionModifierConstructorDescriptionprotected
CacheKey
(ChannelDefinition definition) CacheValue
(String json, ChannelDefinition definition) -
Uses of ChannelDefinition in org.flowable.eventregistry.impl.persistence.deploy
Methods in org.flowable.eventregistry.impl.persistence.deploy that return ChannelDefinitionModifier and TypeMethodDescriptionEventDeploymentManager.removeChannelDefinitionFromCache
(String channelDefinitionId) Methods in org.flowable.eventregistry.impl.persistence.deploy with parameters of type ChannelDefinitionModifier and TypeMethodDescriptionvoid
EventDeploymentManager.removeChannelDefinitionFromCache
(ChannelDefinition channelDefinition) EventDeploymentManager.resolveChannelDefinition
(ChannelDefinition channelDefinition) Resolving the channel will fetch the channel definition, parse it and store theChannelDefinition
in memory. -
Uses of ChannelDefinition in org.flowable.eventregistry.impl.persistence.entity
Subinterfaces of ChannelDefinition in org.flowable.eventregistry.impl.persistence.entityClasses in org.flowable.eventregistry.impl.persistence.entity that implement ChannelDefinitionMethods in org.flowable.eventregistry.impl.persistence.entity that return types with arguments of type ChannelDefinitionModifier and TypeMethodDescriptionChannelDefinitionEntityManager.findChannelDefinitionsByNativeQuery
(Map<String, Object> parameterMap) ChannelDefinitionEntityManagerImpl.findChannelDefinitionsByNativeQuery
(Map<String, Object> parameterMap) ChannelDefinitionEntityManager.findChannelDefinitionsByQueryCriteria
(ChannelDefinitionQueryImpl eventQuery) ChannelDefinitionEntityManagerImpl.findChannelDefinitionsByQueryCriteria
(ChannelDefinitionQueryImpl channelQuery) -
Uses of ChannelDefinition in org.flowable.eventregistry.impl.persistence.entity.data
Methods in org.flowable.eventregistry.impl.persistence.entity.data that return types with arguments of type ChannelDefinitionModifier and TypeMethodDescriptionChannelDefinitionDataManager.findChannelDefinitionsByNativeQuery
(Map<String, Object> parameterMap) ChannelDefinitionDataManager.findChannelDefinitionsByQueryCriteria
(ChannelDefinitionQueryImpl channelDefinitionQuery) -
Uses of ChannelDefinition in org.flowable.eventregistry.impl.persistence.entity.data.impl
Methods in org.flowable.eventregistry.impl.persistence.entity.data.impl that return types with arguments of type ChannelDefinitionModifier and TypeMethodDescriptionMybatisChannelDefinitionDataManager.findChannelDefinitionsByNativeQuery
(Map<String, Object> parameterMap) MybatisChannelDefinitionDataManager.findChannelDefinitionsByQueryCriteria
(ChannelDefinitionQueryImpl ChannelDefinitionQuery)