| Modifier and Type | Method and Description |
|---|---|
ChannelDefinitionEntity |
GetChannelDefinitionCmd.execute(CommandContext commandContext) |
| Modifier and Type | Field and Description |
|---|---|
protected List<ChannelDefinitionEntity> |
ParsedDeployment.channelDefinitions |
protected Map<ChannelDefinitionEntity,ChannelDefinitionParse> |
ParsedDeployment.mapChannelDefinitionsToParses |
protected Map<ChannelDefinitionEntity,EventResourceEntity> |
ParsedDeployment.mapChannelDefinitionsToResources |
| Modifier and Type | Method and Description |
|---|---|
ChannelDefinitionEntity |
ChannelDefinitionDeploymentHelper.getMostRecentVersionOfChannelDefinition(ChannelDefinitionEntity channelDefinition)
Gets the persisted channel definition that matches this one for tenant and key.
|
ChannelDefinitionEntity |
ChannelDefinitionDeploymentHelper.getPersistedInstanceOfChannelDefinition(ChannelDefinitionEntity channelDefinition)
Gets the persisted version of the already-deployed channel definition.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelDefinitionParse |
ParsedDeployment.getChannelDefinitionParseForChannelDefinition(ChannelDefinitionEntity channelDefinition) |
ChannelModel |
ParsedDeployment.getChannelModelForChannelDefinition(ChannelDefinitionEntity channelDefinition) |
ChannelDefinitionEntity |
ChannelDefinitionDeploymentHelper.getMostRecentVersionOfChannelDefinition(ChannelDefinitionEntity channelDefinition)
Gets the persisted channel definition that matches this one for tenant and key.
|
ChannelDefinitionEntity |
ChannelDefinitionDeploymentHelper.getPersistedInstanceOfChannelDefinition(ChannelDefinitionEntity channelDefinition)
Gets the persisted version of the already-deployed channel definition.
|
EventResourceEntity |
ParsedDeployment.getResourceForChannelDefinition(ChannelDefinitionEntity channelDefinition) |
| Modifier and Type | Method and Description |
|---|---|
void |
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ChannelDefinitionEntity> |
ChannelDefinitionParse.channelDefinitions
The end result of the parsing: a list of channel definitions.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChannelDefinitionEntity> |
ChannelDefinitionParse.getChannelDefinitions() |
| Modifier and Type | Field and Description |
|---|---|
protected ChannelDefinitionEntity |
ChannelDefinitionCacheEntry.channelDefinitionEntity |
| Modifier and Type | Method and Description |
|---|---|
ChannelDefinitionEntity |
EventDeploymentManager.findDeployedChannelDefinitionById(String channelDefinitionId) |
ChannelDefinitionEntity |
EventDeploymentManager.findDeployedLatestChannelDefinitionByKey(String channelDefinitionKey) |
ChannelDefinitionEntity |
ChannelDefinitionCacheEntry.getChannelDefinitionEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelDefinitionCacheEntry.setChannelDefinitionEntity(ChannelDefinitionEntity channelDefinitionEntity) |
| Constructor and Description |
|---|
ChannelDefinitionCacheEntry(ChannelDefinitionEntity channelDefinitionEntity,
ChannelModel channelModel) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelDefinitionEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ChannelDefinitionEntity> |
MybatisChannelDefinitionDataManager.getManagedEntityClass() |
Copyright © 2020 Flowable. All rights reserved.