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 booleanDeployCmd.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 EventDeploymentEntityParsedDeploymentBuilder.deploymentprotected EventDeploymentEntityParsedDeployment.deploymentEntityMethods in org.flowable.eventregistry.impl.deployer that return EventDeploymentEntityMethods in org.flowable.eventregistry.impl.deployer with parameters of type EventDeploymentEntityModifier and TypeMethodDescriptionvoidChannelDefinitionDeploymentHelper.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.voidEventDefinitionDeploymentHelper.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.voidEventDefinitionDeployer.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 EventDeploymentEntityChannelDefinitionParse.deploymentThe deployment to which the parsed decision tables will be added.protected EventDeploymentEntityEventDefinitionParse.deploymentThe 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) voidChannelDefinitionParse.setDeployment(EventDeploymentEntity deployment) voidEventDefinitionParse.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 TypeMethodDescriptionvoidDeployer.deploy(EventDeploymentEntity deployment) voidEventDeploymentManager.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 TypeMethodDescriptionvoidEventDeploymentEntityManagerImpl.insert(EventDeploymentEntity deployment) voidEventDeploymentEntityManagerImpl.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 EventDeploymentEntityEventDeploymentBuilderImpl.deploymentMethods in org.flowable.eventregistry.impl.repository that return EventDeploymentEntity