Uses of Class
org.flowable.dmn.engine.impl.deployer.DecisionRequirementsDiagramHelper
Packages that use DecisionRequirementsDiagramHelper
-
Uses of DecisionRequirementsDiagramHelper in org.flowable.dmn.engine
Fields in org.flowable.dmn.engine declared as DecisionRequirementsDiagramHelperModifier and TypeFieldDescriptionprotected DecisionRequirementsDiagramHelper
DmnEngineConfiguration.decisionRequirementsDiagramHelper
-
Uses of DecisionRequirementsDiagramHelper in org.flowable.dmn.engine.impl.deployer
Fields in org.flowable.dmn.engine.impl.deployer declared as DecisionRequirementsDiagramHelperModifier and TypeFieldDescriptionprotected DecisionRequirementsDiagramHelper
DmnDeployer.decisionRequirementsDiagramHelper
Methods in org.flowable.dmn.engine.impl.deployer that return DecisionRequirementsDiagramHelperMethods in org.flowable.dmn.engine.impl.deployer with parameters of type DecisionRequirementsDiagramHelperModifier and TypeMethodDescriptionvoid
DmnDeploymentHelper.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.void
DmnDeployer.setDecisionRequirementsDiagramHelper
(DecisionRequirementsDiagramHelper decisionRequirementsDiagramHelper)