Uses of Interface
org.flowable.eventregistry.impl.persistence.entity.ChannelDefinitionEntity
-
-
Uses of ChannelDefinitionEntity in org.flowable.eventregistry.impl.cmd
Methods in org.flowable.eventregistry.impl.cmd that return ChannelDefinitionEntity Modifier and Type Method Description ChannelDefinitionEntityGetChannelDefinitionCmd. execute(CommandContext commandContext) -
Uses of ChannelDefinitionEntity in org.flowable.eventregistry.impl.deployer
Fields in org.flowable.eventregistry.impl.deployer with type parameters of type ChannelDefinitionEntity Modifier and Type Field Description protected List<ChannelDefinitionEntity>ParsedDeployment. channelDefinitionsprotected Map<ChannelDefinitionEntity,ChannelDefinitionParse>ParsedDeployment. mapChannelDefinitionsToParsesprotected Map<ChannelDefinitionEntity,EventResourceEntity>ParsedDeployment. mapChannelDefinitionsToResourcesMethods in org.flowable.eventregistry.impl.deployer that return ChannelDefinitionEntity Modifier and Type Method Description ChannelDefinitionEntityChannelDefinitionDeploymentHelper. getMostRecentVersionOfChannelDefinition(ChannelDefinitionEntity channelDefinition)Gets the persisted channel definition that matches this one for tenant and key.ChannelDefinitionEntityChannelDefinitionDeploymentHelper. 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 ChannelDefinitionEntity Modifier and Type Method Description List<ChannelDefinitionEntity>ParsedDeployment. 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 ChannelDefinitionEntity Modifier and Type Method Description ChannelDefinitionParseParsedDeployment. getChannelDefinitionParseForChannelDefinition(ChannelDefinitionEntity channelDefinition)ChannelModelParsedDeployment. getChannelModelForChannelDefinition(ChannelDefinitionEntity channelDefinition)ChannelDefinitionEntityChannelDefinitionDeploymentHelper. getMostRecentVersionOfChannelDefinition(ChannelDefinitionEntity channelDefinition)Gets the persisted channel definition that matches this one for tenant and key.ChannelDefinitionEntityChannelDefinitionDeploymentHelper. getPersistedInstanceOfChannelDefinition(ChannelDefinitionEntity channelDefinition)Gets the persisted version of the already-deployed channel definition.EventResourceEntityParsedDeployment. getResourceForChannelDefinition(ChannelDefinitionEntity channelDefinition)Method parameters in org.flowable.eventregistry.impl.deployer with type arguments of type ChannelDefinitionEntity 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.protected voidEventDefinitionDeployer. 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 voidEventDefinitionDeployer. 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.voidChannelDefinitionDeploymentHelper. 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 ChannelDefinitionEntity Modifier and Type Field Description protected List<ChannelDefinitionEntity>ChannelDefinitionParse. channelDefinitionsThe 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 Modifier and Type Method Description List<ChannelDefinitionEntity>ChannelDefinitionParse. getChannelDefinitions() -
Uses of ChannelDefinitionEntity in org.flowable.eventregistry.impl.persistence.deploy
Fields in org.flowable.eventregistry.impl.persistence.deploy declared as ChannelDefinitionEntity Modifier and Type Field Description protected ChannelDefinitionEntityChannelDefinitionCacheEntry. channelDefinitionEntityMethods in org.flowable.eventregistry.impl.persistence.deploy that return ChannelDefinitionEntity Modifier and Type Method Description ChannelDefinitionEntityEventDeploymentManager. findDeployedChannelDefinitionById(String channelDefinitionId)ChannelDefinitionEntityEventDeploymentManager. findDeployedLatestChannelDefinitionByKey(String channelDefinitionKey)ChannelDefinitionEntityChannelDefinitionCacheEntry. getChannelDefinitionEntity()Methods in org.flowable.eventregistry.impl.persistence.deploy with parameters of type ChannelDefinitionEntity Modifier and Type Method Description voidChannelDefinitionCacheEntry. setChannelDefinitionEntity(ChannelDefinitionEntity channelDefinitionEntity)Constructors in org.flowable.eventregistry.impl.persistence.deploy with parameters of type ChannelDefinitionEntity Constructor Description ChannelDefinitionCacheEntry(ChannelDefinitionEntity channelDefinitionEntity, ChannelModel channelModel) -
Uses of ChannelDefinitionEntity in org.flowable.eventregistry.impl.persistence.entity
Classes in org.flowable.eventregistry.impl.persistence.entity that implement ChannelDefinitionEntity Modifier and Type Class Description classChannelDefinitionEntityImpl -
Uses of ChannelDefinitionEntity in org.flowable.eventregistry.impl.persistence.entity.data
-
Uses of ChannelDefinitionEntity in org.flowable.eventregistry.impl.persistence.entity.data.impl
Methods in org.flowable.eventregistry.impl.persistence.entity.data.impl that return types with arguments of type ChannelDefinitionEntity Modifier and Type Method Description Class<? extends ChannelDefinitionEntity>MybatisChannelDefinitionDataManager. getManagedEntityClass()
-