Uses of Interface
org.flowable.eventregistry.impl.persistence.entity.ChannelDefinitionEntity
Packages that use ChannelDefinitionEntity
Package
Description
-
Uses of ChannelDefinitionEntity in org.flowable.eventregistry.impl.cmd
Methods in org.flowable.eventregistry.impl.cmd that return ChannelDefinitionEntity -
Uses of ChannelDefinitionEntity in org.flowable.eventregistry.impl.deployer
Fields in org.flowable.eventregistry.impl.deployer with type parameters of type ChannelDefinitionEntityModifier and TypeFieldDescriptionprotected List<ChannelDefinitionEntity>
ParsedDeployment.channelDefinitions
protected Map<ChannelDefinitionEntity,
ChannelDefinitionParse> ParsedDeployment.mapChannelDefinitionsToParses
protected Map<ChannelDefinitionEntity,
EventResourceEntity> ParsedDeployment.mapChannelDefinitionsToResources
Methods in org.flowable.eventregistry.impl.deployer that return ChannelDefinitionEntityModifier and TypeMethodDescriptionChannelDefinitionDeploymentHelper.getMostRecentVersionOfChannelDefinition
(ChannelDefinitionEntity channelDefinition) Gets the persisted channel definition that matches this one for tenant and key.ChannelDefinitionDeploymentHelper.getPersistedInstanceOfChannelDefinition
(ChannelDefinitionEntity channelDefinition) Gets the persisted version of the already-deployed channel definition.Methods in org.flowable.eventregistry.impl.deployer that return types with arguments of type ChannelDefinitionEntityModifier and TypeMethodDescriptionParsedDeployment.getAllChannelDefinitions()
protected Map<ChannelDefinitionEntity,
ChannelDefinitionEntity> EventDefinitionDeployer.getPreviousVersionsOfChannelDefinitions
(ParsedDeployment parsedDeployment) Constructs a map from new channel definitions to the previous version by key and tenant.protected Map<ChannelDefinitionEntity,
ChannelDefinitionEntity> EventDefinitionDeployer.getPreviousVersionsOfChannelDefinitions
(ParsedDeployment parsedDeployment) Constructs a map from new channel definitions to the previous version by key and tenant.Methods in org.flowable.eventregistry.impl.deployer with parameters of type ChannelDefinitionEntityModifier and TypeMethodDescriptionParsedDeployment.getChannelDefinitionParseForChannelDefinition
(ChannelDefinitionEntity channelDefinition) ParsedDeployment.getChannelModelForChannelDefinition
(ChannelDefinitionEntity channelDefinition) ChannelDefinitionDeploymentHelper.getMostRecentVersionOfChannelDefinition
(ChannelDefinitionEntity channelDefinition) Gets the persisted channel definition that matches this one for tenant and key.ChannelDefinitionDeploymentHelper.getPersistedInstanceOfChannelDefinition
(ChannelDefinitionEntity channelDefinition) Gets the persisted version of the already-deployed channel definition.ParsedDeployment.getResourceForChannelDefinition
(ChannelDefinitionEntity channelDefinition) Method parameters in org.flowable.eventregistry.impl.deployer with type arguments of type ChannelDefinitionEntityModifier 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.protected void
EventDefinitionDeployer.setChannelDefinitionVersionsAndIds
(ParsedDeployment parsedDeployment, Map<ChannelDefinitionEntity, ChannelDefinitionEntity> mapOfNewChannelDefinitionToPreviousVersion) If the map contains an existing version for a channel definition, then the channel definition is updated, otherwise a new channel definition is created.protected void
EventDefinitionDeployer.setChannelDefinitionVersionsAndIds
(ParsedDeployment parsedDeployment, Map<ChannelDefinitionEntity, ChannelDefinitionEntity> mapOfNewChannelDefinitionToPreviousVersion) If the map contains an existing version for a channel definition, then the channel definition is updated, otherwise a new channel definition is created.void
ChannelDefinitionDeploymentHelper.verifyChannelDefinitionsDoNotShareKeys
(Collection<ChannelDefinitionEntity> channelDefinitions) Verifies that no two channel definitions share the same key, to prevent database unique index violation. -
Uses of ChannelDefinitionEntity in org.flowable.eventregistry.impl.parser
Fields in org.flowable.eventregistry.impl.parser with type parameters of type ChannelDefinitionEntityModifier and TypeFieldDescriptionprotected List<ChannelDefinitionEntity>
ChannelDefinitionParse.channelDefinitions
The end result of the parsing: a list of channel definitions.Methods in org.flowable.eventregistry.impl.parser that return types with arguments of type ChannelDefinitionEntity -
Uses of ChannelDefinitionEntity in org.flowable.eventregistry.impl.persistence.deploy
Fields in org.flowable.eventregistry.impl.persistence.deploy declared as ChannelDefinitionEntityModifier and TypeFieldDescriptionprotected ChannelDefinitionEntity
ChannelDefinitionCacheEntry.channelDefinitionEntity
Methods in org.flowable.eventregistry.impl.persistence.deploy that return ChannelDefinitionEntityModifier and TypeMethodDescriptionEventDeploymentManager.findDeployedChannelDefinitionById
(String channelDefinitionId) EventDeploymentManager.findDeployedLatestChannelDefinitionByKey
(String channelDefinitionKey) ChannelDefinitionCacheEntry.getChannelDefinitionEntity()
Methods in org.flowable.eventregistry.impl.persistence.deploy with parameters of type ChannelDefinitionEntityModifier and TypeMethodDescriptionvoid
ChannelDefinitionCacheEntry.setChannelDefinitionEntity
(ChannelDefinitionEntity channelDefinitionEntity) Constructors in org.flowable.eventregistry.impl.persistence.deploy with parameters of type ChannelDefinitionEntityModifierConstructorDescriptionChannelDefinitionCacheEntry
(ChannelDefinitionEntity channelDefinitionEntity, ChannelModel channelModel) -
Uses of ChannelDefinitionEntity in org.flowable.eventregistry.impl.persistence.entity
Classes in org.flowable.eventregistry.impl.persistence.entity that implement ChannelDefinitionEntityMethods in org.flowable.eventregistry.impl.persistence.entity that return ChannelDefinitionEntityModifier and TypeMethodDescriptionChannelDefinitionEntityManager.findChannelDefinitionByDeploymentAndKey
(String deploymentId, String channelDefinitionKey) ChannelDefinitionEntityManagerImpl.findChannelDefinitionByDeploymentAndKey
(String deploymentId, String channelDefinitionKey) ChannelDefinitionEntityManager.findChannelDefinitionByDeploymentAndKeyAndTenantId
(String deploymentId, String channelDefinitionKey, String tenantId) ChannelDefinitionEntityManagerImpl.findChannelDefinitionByDeploymentAndKeyAndTenantId
(String deploymentId, String channelDefinitionKey, String tenantId) ChannelDefinitionEntityManager.findChannelDefinitionByKeyAndVersionAndTenantId
(String channelDefinitionKey, Integer channelVersion, String tenantId) ChannelDefinitionEntityManagerImpl.findChannelDefinitionByKeyAndVersionAndTenantId
(String channelDefinitionKey, Integer eventVersion, String tenantId) ChannelDefinitionEntityManager.findLatestChannelDefinitionByKey
(String channelDefinitionKey) ChannelDefinitionEntityManagerImpl.findLatestChannelDefinitionByKey
(String channelDefinitionKey) ChannelDefinitionEntityManager.findLatestChannelDefinitionByKeyAndTenantId
(String channelDefinitionKey, String tenantId) ChannelDefinitionEntityManagerImpl.findLatestChannelDefinitionByKeyAndTenantId
(String channelDefinitionKey, String tenantId) -
Uses of ChannelDefinitionEntity in org.flowable.eventregistry.impl.persistence.entity.data
Methods in org.flowable.eventregistry.impl.persistence.entity.data that return ChannelDefinitionEntityModifier and TypeMethodDescriptionChannelDefinitionDataManager.findChannelDefinitionByDeploymentAndKey
(String deploymentId, String channelDefinitionKey) ChannelDefinitionDataManager.findChannelDefinitionByDeploymentAndKeyAndTenantId
(String deploymentId, String channelDefinitionKey, String tenantId) ChannelDefinitionDataManager.findChannelDefinitionByKeyAndVersion
(String channelDefinitionKey, Integer channelVersion) ChannelDefinitionDataManager.findChannelDefinitionByKeyAndVersionAndTenantId
(String channelDefinitionKey, Integer eventVersion, String tenantId) ChannelDefinitionDataManager.findLatestChannelDefinitionByKey
(String channelDefinitionKey) ChannelDefinitionDataManager.findLatestChannelDefinitionByKeyAndParentDeploymentId
(String channelDefinitionKey, String parentDeploymentId) ChannelDefinitionDataManager.findLatestChannelDefinitionByKeyAndTenantId
(String channelDefinitionKey, String tenantId) ChannelDefinitionDataManager.findLatestChannelDefinitionByKeyParentDeploymentIdAndTenantId
(String channelDefinitionKey, String parentDeploymentId, String tenantId) -
Uses of ChannelDefinitionEntity in org.flowable.eventregistry.impl.persistence.entity.data.impl
Methods in org.flowable.eventregistry.impl.persistence.entity.data.impl that return ChannelDefinitionEntityModifier and TypeMethodDescriptionMybatisChannelDefinitionDataManager.create()
MybatisChannelDefinitionDataManager.findChannelDefinitionByDeploymentAndKey
(String deploymentId, String channelDefinitionKey) MybatisChannelDefinitionDataManager.findChannelDefinitionByDeploymentAndKeyAndTenantId
(String deploymentId, String channelDefinitionKey, String tenantId) MybatisChannelDefinitionDataManager.findChannelDefinitionByKeyAndVersion
(String channelDefinitionKey, Integer eventVersion) MybatisChannelDefinitionDataManager.findChannelDefinitionByKeyAndVersionAndTenantId
(String channelDefinitionKey, Integer eventVersion, String tenantId) MybatisChannelDefinitionDataManager.findLatestChannelDefinitionByKey
(String channelDefinitionKey) MybatisChannelDefinitionDataManager.findLatestChannelDefinitionByKeyAndParentDeploymentId
(String channelDefinitionKey, String parentDeploymentId) MybatisChannelDefinitionDataManager.findLatestChannelDefinitionByKeyAndTenantId
(String channelDefinitionKey, String tenantId) MybatisChannelDefinitionDataManager.findLatestChannelDefinitionByKeyParentDeploymentIdAndTenantId
(String channelDefinitionKey, String parentDeploymentId, String tenantId) Methods in org.flowable.eventregistry.impl.persistence.entity.data.impl that return types with arguments of type ChannelDefinitionEntityModifier and TypeMethodDescriptionClass<? extends ChannelDefinitionEntity>
MybatisChannelDefinitionDataManager.getManagedEntityClass()