protected Map<FormDefinitionEntity,FormDefinitionEntity> |
FormDefinitionDeployer.getPreviousVersionsOfFormDefinitions(ParsedDeployment parsedDeployment) |
Constructs a map from new FormEntities to the previous version by key and tenant.
|
protected void |
FormDefinitionDeployer.makeFormDefinitionsConsistentWithPersistedVersions(ParsedDeployment parsedDeployment) |
Loads the persisted version of each form and set values on the in-memory version to be consistent.
|
protected void |
FormDefinitionDeployer.persistFormDefinitions(ParsedDeployment parsedDeployment) |
Saves each decision table.
|
protected void |
FormDefinitionDeployer.setFormDefinitionVersionsAndIds(ParsedDeployment parsedDeployment,
Map<FormDefinitionEntity,FormDefinitionEntity> mapNewToOldForms) |
Sets the version on each form entity, and the identifier.
|
void |
FormDefinitionDeploymentHelper.setResourceNamesOnFormDefinitions(ParsedDeployment parsedDeployment) |
Updates all the decision table entities to have the correct resource names.
|
void |
CachingAndArtifactsManager.updateCachingAndArtifacts(ParsedDeployment parsedDeployment) |
Ensures that the decision table is cached in the appropriate places, including the deployment's collection of deployed artifacts and the deployment manager's cache.
|