Uses of Class
org.flowable.dmn.engine.impl.deployer.ParsedDeployment
Packages that use ParsedDeployment
-
Uses of ParsedDeployment in org.flowable.dmn.engine.impl.deployer
Methods in org.flowable.dmn.engine.impl.deployer that return ParsedDeploymentMethods in org.flowable.dmn.engine.impl.deployer with parameters of type ParsedDeploymentModifier and TypeMethodDescriptionvoidDmnDeploymentHelper.createAndPersistNewDiagramsIfNeeded(ParsedDeployment parsedDeployment, DecisionRequirementsDiagramHelper decisionRequirementsDiagramHelper) Creates new diagrams for decisions if the deployment is new, the decision in question supports it, and the engine is configured to make new diagrams.protected Map<DecisionEntity,DecisionEntity> DmnDeployer.getPreviousVersionsOfDecisions(ParsedDeployment parsedDeployment) Constructs a map from new DecisionEntities to the previous version by key and tenant.protected voidDmnDeployer.makeDecisionsConsistentWithPersistedVersions(ParsedDeployment parsedDeployment) Loads the persisted version of each decision and set values on the in-memory version to be consistent.protected voidDmnDeployer.persistDecisions(ParsedDeployment parsedDeployment) Saves each decision.protected voidDmnDeploymentHelper.setDecisionDefinitionDiagramNames(ParsedDeployment parsedDeployment) Updates all the decision entities to have the correct diagram resource name.protected voidDmnDeployer.setDecisionVersionsAndIds(ParsedDeployment parsedDeployment, Map<DecisionEntity, DecisionEntity> mapNewToOldDecisions) Sets the version on each decision entity, and the identifier.voidDmnDeploymentHelper.setResourceNamesOnDecisions(ParsedDeployment parsedDeployment) Updates all the decision entities to have the correct resource names.voidCachingAndArtifactsManager.updateCachingAndArtifacts(ParsedDeployment parsedDeployment) Ensures that the definition is cached in the appropriate places, including the deployment's collection of deployed artifacts and the deployment manager's cache.