Uses of Class
org.flowable.eventregistry.impl.parser.ChannelDefinitionParse
Packages that use ChannelDefinitionParse
-
Uses of ChannelDefinitionParse in org.flowable.eventregistry.impl.deployer
Fields in org.flowable.eventregistry.impl.deployer with type parameters of type ChannelDefinitionParseModifier and TypeFieldDescriptionprotected Map<ChannelDefinitionEntity,ChannelDefinitionParse> ParsedDeployment.mapChannelDefinitionsToParsesMethods in org.flowable.eventregistry.impl.deployer that return ChannelDefinitionParseModifier and TypeMethodDescriptionprotected ChannelDefinitionParseParsedDeploymentBuilder.createChannelParseFromResource(EventResourceEntity resource) ParsedDeployment.getChannelDefinitionParseForChannelDefinition(ChannelDefinitionEntity channelDefinition) -
Uses of ChannelDefinitionParse in org.flowable.eventregistry.impl.parser
Methods in org.flowable.eventregistry.impl.parser that return ChannelDefinitionParseModifier and TypeMethodDescriptionChannelDefinitionParseFactory.createParse()ChannelDefinitionParse.deployment(EventDeploymentEntity deployment) ChannelDefinitionParse.execute(EventRegistryEngineConfiguration eventEngineConfig) ChannelDefinitionParse.setSourceSystemId(String sourceSystemId) ChannelDefinitionParse.sourceInputStream(InputStream inputStream) ChannelDefinitionParse.sourceResource(String resource) ChannelDefinitionParse.sourceString(String string)