Uses of Interface
org.flowable.eventregistry.impl.persistence.entity.EventDeploymentEntity
Packages that use EventDeploymentEntity
Package
Description
-
Uses of EventDeploymentEntity in org.flowable.eventregistry.impl.cmd
Methods in org.flowable.eventregistry.impl.cmd with parameters of type EventDeploymentEntityModifier and TypeMethodDescriptionprotected boolean
DeployCmd.deploymentsDiffer
(EventDeploymentEntity deployment, EventDeploymentEntity saved) -
Uses of EventDeploymentEntity in org.flowable.eventregistry.impl.deployer
Fields in org.flowable.eventregistry.impl.deployer declared as EventDeploymentEntityModifier and TypeFieldDescriptionprotected EventDeploymentEntity
ParsedDeploymentBuilder.deployment
protected EventDeploymentEntity
ParsedDeployment.deploymentEntity
Methods in org.flowable.eventregistry.impl.deployer that return EventDeploymentEntityMethods in org.flowable.eventregistry.impl.deployer with parameters of type EventDeploymentEntityModifier and TypeMethodDescriptionvoid
ChannelDefinitionDeploymentHelper.copyDeploymentValuesToEventDefinitions
(EventDeploymentEntity deployment, List<ChannelDefinitionEntity> channelDefinitions) Updates all the channel definition entities to match the deployment's values for tenant, engine version, and deployment id.void
EventDefinitionDeploymentHelper.copyDeploymentValuesToEventDefinitions
(EventDeploymentEntity deployment, List<EventDefinitionEntity> eventDefinitions) Updates all the event definition entities to match the deployment's values for tenant, engine version, and deployment id.void
EventDefinitionDeployer.deploy
(EventDeploymentEntity deployment) ParsedDeploymentBuilderFactory.getBuilderForDeployment
(EventDeploymentEntity deployment) Constructors in org.flowable.eventregistry.impl.deployer with parameters of type EventDeploymentEntityModifierConstructorDescriptionParsedDeployment
(EventDeploymentEntity entity, List<EventDefinitionEntity> eventDefinitions, List<ChannelDefinitionEntity> channelDefinitions, Map<EventDefinitionEntity, EventDefinitionParse> mapEventDefinitionsToParses, Map<EventDefinitionEntity, EventResourceEntity> mapEventDefinitionsToResources, Map<ChannelDefinitionEntity, ChannelDefinitionParse> mapChannelDefinitionsToParses, Map<ChannelDefinitionEntity, EventResourceEntity> mapChannelDefinitionsToResources) ParsedDeploymentBuilder
(EventDeploymentEntity deployment, EventDefinitionParseFactory eventDefinitionParseFactory, ChannelDefinitionParseFactory channelDefinitionParseFactory) -
Uses of EventDeploymentEntity in org.flowable.eventregistry.impl.parser
Fields in org.flowable.eventregistry.impl.parser declared as EventDeploymentEntityModifier and TypeFieldDescriptionprotected EventDeploymentEntity
ChannelDefinitionParse.deployment
The deployment to which the parsed decision tables will be added.protected EventDeploymentEntity
EventDefinitionParse.deployment
The deployment to which the parsed decision tables will be added.Methods in org.flowable.eventregistry.impl.parser that return EventDeploymentEntityModifier and TypeMethodDescriptionChannelDefinitionParse.getDeployment()
EventDefinitionParse.getDeployment()
Methods in org.flowable.eventregistry.impl.parser with parameters of type EventDeploymentEntityModifier and TypeMethodDescriptionChannelDefinitionParse.deployment
(EventDeploymentEntity deployment) EventDefinitionParse.deployment
(EventDeploymentEntity deployment) void
ChannelDefinitionParse.setDeployment
(EventDeploymentEntity deployment) void
EventDefinitionParse.setDeployment
(EventDeploymentEntity deployment) -
Uses of EventDeploymentEntity in org.flowable.eventregistry.impl.persistence.deploy
Methods in org.flowable.eventregistry.impl.persistence.deploy with parameters of type EventDeploymentEntityModifier and TypeMethodDescriptionvoid
Deployer.deploy
(EventDeploymentEntity deployment) void
EventDeploymentManager.deploy
(EventDeploymentEntity deployment) -
Uses of EventDeploymentEntity in org.flowable.eventregistry.impl.persistence.entity
Classes in org.flowable.eventregistry.impl.persistence.entity that implement EventDeploymentEntityMethods in org.flowable.eventregistry.impl.persistence.entity with parameters of type EventDeploymentEntityModifier and TypeMethodDescriptionvoid
EventDeploymentEntityManagerImpl.insert
(EventDeploymentEntity deployment) void
EventDeploymentEntityManagerImpl.insert
(EventDeploymentEntity deployment, boolean fireEvent) -
Uses of EventDeploymentEntity in org.flowable.eventregistry.impl.persistence.entity.data.impl
Methods in org.flowable.eventregistry.impl.persistence.entity.data.impl that return EventDeploymentEntityMethods in org.flowable.eventregistry.impl.persistence.entity.data.impl that return types with arguments of type EventDeploymentEntityModifier and TypeMethodDescriptionClass<? extends EventDeploymentEntity>
MybatisEventDeploymentDataManager.getManagedEntityClass()
-
Uses of EventDeploymentEntity in org.flowable.eventregistry.impl.repository
Fields in org.flowable.eventregistry.impl.repository declared as EventDeploymentEntityModifier and TypeFieldDescriptionprotected EventDeploymentEntity
EventDeploymentBuilderImpl.deployment
Methods in org.flowable.eventregistry.impl.repository that return EventDeploymentEntity