Uses of Interface
org.flowable.eventregistry.impl.persistence.entity.EventDeploymentEntity
-
-
Uses of EventDeploymentEntity in org.flowable.eventregistry.impl.cmd
Methods in org.flowable.eventregistry.impl.cmd with parameters of type EventDeploymentEntity Modifier and Type Method Description protected booleanDeployCmd. deploymentsDiffer(EventDeploymentEntity deployment, EventDeploymentEntity saved) -
Uses of EventDeploymentEntity in org.flowable.eventregistry.impl.deployer
Fields in org.flowable.eventregistry.impl.deployer declared as EventDeploymentEntity Modifier and Type Field Description protected EventDeploymentEntityParsedDeploymentBuilder. deploymentprotected EventDeploymentEntityParsedDeployment. deploymentEntityMethods in org.flowable.eventregistry.impl.deployer that return EventDeploymentEntity Modifier and Type Method Description EventDeploymentEntityParsedDeployment. getDeployment()Methods in org.flowable.eventregistry.impl.deployer with parameters of type EventDeploymentEntity Modifier and Type Method Description voidChannelDefinitionDeploymentHelper. 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)ParsedDeploymentBuilderParsedDeploymentBuilderFactory. getBuilderForDeployment(EventDeploymentEntity deployment)Constructors in org.flowable.eventregistry.impl.deployer with parameters of type EventDeploymentEntity Constructor Description ParsedDeployment(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 EventDeploymentEntity Modifier and Type Field Description protected 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 EventDeploymentEntity Modifier and Type Method Description EventDeploymentEntityChannelDefinitionParse. getDeployment()EventDeploymentEntityEventDefinitionParse. getDeployment()Methods in org.flowable.eventregistry.impl.parser with parameters of type EventDeploymentEntity Modifier and Type Method Description ChannelDefinitionParseChannelDefinitionParse. deployment(EventDeploymentEntity deployment)EventDefinitionParseEventDefinitionParse. 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 EventDeploymentEntity Modifier and Type Method Description voidDeployer. 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 EventDeploymentEntity Modifier and Type Class Description classEventDeploymentEntityImplMethods in org.flowable.eventregistry.impl.persistence.entity with parameters of type EventDeploymentEntity Modifier and Type Method Description voidEventDeploymentEntityManagerImpl. 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 EventDeploymentEntity Modifier and Type Method Description EventDeploymentEntityMybatisEventDeploymentDataManager. create()Methods in org.flowable.eventregistry.impl.persistence.entity.data.impl that return types with arguments of type EventDeploymentEntity Modifier and Type Method Description Class<? extends EventDeploymentEntity>MybatisEventDeploymentDataManager. getManagedEntityClass() -
Uses of EventDeploymentEntity in org.flowable.eventregistry.impl.repository
Fields in org.flowable.eventregistry.impl.repository declared as EventDeploymentEntity Modifier and Type Field Description protected EventDeploymentEntityEventDeploymentBuilderImpl. deploymentMethods in org.flowable.eventregistry.impl.repository that return EventDeploymentEntity Modifier and Type Method Description EventDeploymentEntityEventDeploymentBuilderImpl. getDeployment()
-