| Package | Description |
|---|---|
| org.flowable.eventregistry.impl.deployer |
| Modifier and Type | Method and Description |
|---|---|
ParsedDeployment |
ParsedDeploymentBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
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<EventDefinitionEntity,EventDefinitionEntity> |
EventDefinitionDeployer.getPreviousVersionsOfEventDefinitions(ParsedDeployment parsedDeployment)
Constructs a map from new event definitions to the previous version by key and tenant.
|
protected void |
EventDefinitionDeployer.makeChannelDefinitionsConsistentWithPersistedVersions(ParsedDeployment parsedDeployment)
Loads the persisted version of each channel definition and set values on the in-memory version to be consistent.
|
protected void |
EventDefinitionDeployer.makeEventDefinitionsConsistentWithPersistedVersions(ParsedDeployment parsedDeployment)
Loads the persisted version of each event definition and set values on the in-memory version to be consistent.
|
protected void |
EventDefinitionDeployer.persistChannelDefinitions(ParsedDeployment parsedDeployment)
Saves each channel definition.
|
protected void |
EventDefinitionDeployer.persistEventDefinitions(ParsedDeployment parsedDeployment)
Saves each event definition.
|
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.setEventDefinitionVersionsAndIds(ParsedDeployment parsedDeployment,
Map<EventDefinitionEntity,EventDefinitionEntity> mapOfNewEventDefinitionToPreviousVersion)
If the map contains an existing version for an event definition, then the event definition is updated, otherwise a new event definition is created.
|
void |
ChannelDefinitionDeploymentHelper.setResourceNamesOnEventDefinitions(ParsedDeployment parsedDeployment)
Updates all the channel definition entities to have the correct resource names.
|
void |
EventDefinitionDeploymentHelper.setResourceNamesOnEventDefinitions(ParsedDeployment parsedDeployment)
Updates all the decision table entities to have the correct resource names.
|
void |
CachingAndArtifactsManager.updateCachingAndArtifacts(ParsedDeployment parsedDeployment)
Ensures that the event and channel definitions are cached in the appropriate places, including the deployment's collection of deployed artifacts and the deployment manager's cache.
|
Copyright © 2020 Flowable. All rights reserved.