Uses of Class
org.flowable.eventregistry.impl.parser.EventDefinitionParseFactory
-
Packages that use EventDefinitionParseFactory Package Description org.flowable.eventregistry.impl org.flowable.eventregistry.impl.deployer -
-
Uses of EventDefinitionParseFactory in org.flowable.eventregistry.impl
Fields in org.flowable.eventregistry.impl declared as EventDefinitionParseFactory Modifier and Type Field Description protected EventDefinitionParseFactoryEventRegistryEngineConfiguration. eventParseFactoryMethods in org.flowable.eventregistry.impl that return EventDefinitionParseFactory Modifier and Type Method Description EventDefinitionParseFactoryEventRegistryEngineConfiguration. getEventParseFactory()Methods in org.flowable.eventregistry.impl with parameters of type EventDefinitionParseFactory Modifier and Type Method Description EventRegistryEngineConfigurationEventRegistryEngineConfiguration. setEventParseFactory(EventDefinitionParseFactory eventParseFactory) -
Uses of EventDefinitionParseFactory in org.flowable.eventregistry.impl.deployer
Fields in org.flowable.eventregistry.impl.deployer declared as EventDefinitionParseFactory Modifier and Type Field Description protected EventDefinitionParseFactoryParsedDeploymentBuilder. eventDefinitionParseFactoryprotected EventDefinitionParseFactoryParsedDeploymentBuilderFactory. eventParseFactoryMethods in org.flowable.eventregistry.impl.deployer that return EventDefinitionParseFactory Modifier and Type Method Description EventDefinitionParseFactoryParsedDeploymentBuilderFactory. getEventParseFactory()Methods in org.flowable.eventregistry.impl.deployer with parameters of type EventDefinitionParseFactory Modifier and Type Method Description voidParsedDeploymentBuilderFactory. setEventParseFactory(EventDefinitionParseFactory eventParseFactory)Constructors in org.flowable.eventregistry.impl.deployer with parameters of type EventDefinitionParseFactory Constructor Description ParsedDeploymentBuilder(EventDeploymentEntity deployment, EventDefinitionParseFactory eventDefinitionParseFactory, ChannelDefinitionParseFactory channelDefinitionParseFactory)
-