Uses of Class
org.flowable.eventregistry.impl.parser.ChannelDefinitionParseFactory
Packages that use ChannelDefinitionParseFactory
-
Uses of ChannelDefinitionParseFactory in org.flowable.eventregistry.impl
Fields in org.flowable.eventregistry.impl declared as ChannelDefinitionParseFactoryModifier and TypeFieldDescriptionprotected ChannelDefinitionParseFactory
EventRegistryEngineConfiguration.channelParseFactory
-
Uses of ChannelDefinitionParseFactory in org.flowable.eventregistry.impl.deployer
Fields in org.flowable.eventregistry.impl.deployer declared as ChannelDefinitionParseFactoryModifier and TypeFieldDescriptionprotected ChannelDefinitionParseFactory
ParsedDeploymentBuilder.channelDefinitionParseFactory
protected ChannelDefinitionParseFactory
ParsedDeploymentBuilderFactory.channelParseFactory
Methods in org.flowable.eventregistry.impl.deployer that return ChannelDefinitionParseFactoryMethods in org.flowable.eventregistry.impl.deployer with parameters of type ChannelDefinitionParseFactoryModifier and TypeMethodDescriptionvoid
ParsedDeploymentBuilderFactory.setChannelParseFactory
(ChannelDefinitionParseFactory channelParseFactory) Constructors in org.flowable.eventregistry.impl.deployer with parameters of type ChannelDefinitionParseFactoryModifierConstructorDescriptionParsedDeploymentBuilder
(EventDeploymentEntity deployment, EventDefinitionParseFactory eventDefinitionParseFactory, ChannelDefinitionParseFactory channelDefinitionParseFactory)