Uses of Class
org.flowable.dmn.model.DmnDefinition
Packages that use DmnDefinition
Package
Description
-
Uses of DmnDefinition in org.flowable.dmn.api
Methods in org.flowable.dmn.api that return DmnDefinitionMethods in org.flowable.dmn.api with parameters of type DmnDefinitionModifier and TypeMethodDescriptionDmnDeploymentBuilder.addDmnModel
(String resourceName, DmnDefinition dmnDefinition) -
Uses of DmnDefinition in org.flowable.dmn.engine.impl
Methods in org.flowable.dmn.engine.impl that return DmnDefinition -
Uses of DmnDefinition in org.flowable.dmn.engine.impl.cmd
Methods in org.flowable.dmn.engine.impl.cmd that return DmnDefinitionModifier and TypeMethodDescriptionGetDmnDefinitionCmd.execute
(CommandContext commandContext) protected DmnDefinition
AbstractExecuteDecisionCmd.resolveDefinition()
Methods in org.flowable.dmn.engine.impl.cmd with parameters of type DmnDefinitionModifier and TypeMethodDescriptionprotected void
AbstractExecuteDecisionCmd.execute
(CommandContext commandContext, DmnDefinition definition) protected void
EvaluateDecisionCmd.execute
(CommandContext commandContext, DmnDefinition definition) protected void
ExecuteDecisionServiceCmd.execute
(CommandContext commandContext, DmnDefinition definition) -
Uses of DmnDefinition in org.flowable.dmn.engine.impl.deployer
Methods in org.flowable.dmn.engine.impl.deployer that return DmnDefinitionModifier and TypeMethodDescriptionParsedDeployment.getDmnDefinitionForDecision
(DecisionEntity decision) Methods in org.flowable.dmn.engine.impl.deployer with parameters of type DmnDefinitionModifier and TypeMethodDescriptionDecisionRequirementsDiagramHelper.createDiagramForDecision
(DecisionEntity decision, DmnDefinition dmnDefinition) Generates a diagram resource for a DecisionEntity.protected void
ParsedDeploymentBuilder.processDI
(DmnDefinition dmnDefinition, List<DecisionEntity> decisions) -
Uses of DmnDefinition in org.flowable.dmn.engine.impl.parser
Fields in org.flowable.dmn.engine.impl.parser declared as DmnDefinitionMethods in org.flowable.dmn.engine.impl.parser that return DmnDefinitionMethods in org.flowable.dmn.engine.impl.parser with parameters of type DmnDefinition -
Uses of DmnDefinition in org.flowable.dmn.engine.impl.persistence.deploy
Fields in org.flowable.dmn.engine.impl.persistence.deploy declared as DmnDefinitionMethods in org.flowable.dmn.engine.impl.persistence.deploy that return DmnDefinitionMethods in org.flowable.dmn.engine.impl.persistence.deploy with parameters of type DmnDefinitionModifier and TypeMethodDescriptionvoid
DecisionCacheEntry.setDmnDefinition
(DmnDefinition dmnDefinition) Constructors in org.flowable.dmn.engine.impl.persistence.deploy with parameters of type DmnDefinitionModifierConstructorDescriptionDecisionCacheEntry
(DecisionEntity decisionEntity, DmnDefinition dmnDefinition, Decision decision) DecisionCacheEntry
(DecisionEntity decisionEntity, DmnDefinition dmnDefinition, DecisionService decisionService) -
Uses of DmnDefinition in org.flowable.dmn.engine.impl.repository
Methods in org.flowable.dmn.engine.impl.repository with parameters of type DmnDefinitionModifier and TypeMethodDescriptionDmnDeploymentBuilderImpl.addDmnModel
(String resourceName, DmnDefinition dmnDefinition) -
Uses of DmnDefinition in org.flowable.dmn.engine.impl.util
Methods in org.flowable.dmn.engine.impl.util that return DmnDefinitionModifier and TypeMethodDescriptionstatic DmnDefinition
DecisionUtil.getDmnDefinitionByDecisionId
(String decisionId) static DmnDefinition
DecisionUtil.getDmnDefinitionFromCache
(String definitionId) -
Uses of DmnDefinition in org.flowable.dmn.image
Methods in org.flowable.dmn.image with parameters of type DmnDefinitionModifier and TypeMethodDescriptionDecisionRequirementsDiagramGenerator.generateDiagram
(DmnDefinition dmnDefinition, String imageType) Generates a diagram of the given process definition, using the diagram interchange information of the process.DecisionRequirementsDiagramGenerator.generateDiagram
(DmnDefinition dmnDefinition, String imageType, double scaleFactor) DecisionRequirementsDiagramGenerator.generateDiagram
(DmnDefinition dmnDefinition, String imageType, String activityFontName, String labelFontName, String annotationFontName, ClassLoader customClassLoader) DecisionRequirementsDiagramGenerator.generateDiagram
(DmnDefinition dmnDefinition, String imageType, String activityFontName, String labelFontName, String annotationFontName, ClassLoader customClassLoader, double scaleFactor) Generates a diagram of the given decision definition, using the diagram interchange information of the decision.DecisionRequirementsDiagramGenerator.generateJpgDiagram
(DmnDefinition dmnDefinition) DecisionRequirementsDiagramGenerator.generateJpgDiagram
(DmnDefinition dmnDefinition, double scaleFactor) DecisionRequirementsDiagramGenerator.generatePngDiagram
(DmnDefinition dmnDefinition) DecisionRequirementsDiagramGenerator.generatePngDiagram
(DmnDefinition dmnDefinition, double scaleFactor) DecisionRequirementsDiagramGenerator.generatePngImage
(DmnDefinition dmnDefinition, double scaleFactor) -
Uses of DmnDefinition in org.flowable.dmn.image.impl
Methods in org.flowable.dmn.image.impl with parameters of type DmnDefinitionModifier and TypeMethodDescriptionprotected static List<GraphicInfo>
DefaultDecisionRequirementsDiagramGenerator.connectionPerfectionizer
(DefaultDecisionRequirementsDiagramCanvas processDiagramCanvas, DmnDefinition dmnDefinition, DmnElement sourceElement, DmnElement targetElement, List<GraphicInfo> graphicInfoList) void
DefaultDecisionRequirementsDiagramGenerator.ActivityDrawInstruction.draw
(DefaultDecisionRequirementsDiagramCanvas decisionRequirementsDiagramCanvas, DmnDefinition dmnDefinition, NamedElement NamedElement) protected void
DefaultDecisionRequirementsDiagramGenerator.drawDecision
(DefaultDecisionRequirementsDiagramCanvas decisionRequirementsDiagramCanvas, DmnDefinition dmnDefinition, Decision decision, double scaleFactor) protected void
DefaultDecisionRequirementsDiagramGenerator.drawInformationRequirement
(DefaultDecisionRequirementsDiagramCanvas decisionRequirementsDiagramCanvas, DmnDefinition dmnDefinition, InformationRequirement informationRequirement, Decision targetDecision, double scaleFactor) protected DefaultDecisionRequirementsDiagramCanvas
DefaultDecisionRequirementsDiagramGenerator.generateDecisionRequirementsDiagram
(DmnDefinition dmnDefinition, String imageType, String activityFontName, String labelFontName, String annotationFontName, ClassLoader customClassLoader, double scaleFactor) DefaultDecisionRequirementsDiagramGenerator.generateDiagram
(DmnDefinition dmnDefinition, String imageType) DefaultDecisionRequirementsDiagramGenerator.generateDiagram
(DmnDefinition dmnDefinition, String imageType, double scaleFactor) DefaultDecisionRequirementsDiagramGenerator.generateDiagram
(DmnDefinition dmnDefinition, String imageType, String activityFontName, String labelFontName, String annotationFontName, ClassLoader customClassLoader) DefaultDecisionRequirementsDiagramGenerator.generateDiagram
(DmnDefinition dmnDefinition, String imageType, String activityFontName, String labelFontName, String annotationFontName, ClassLoader customClassLoader, double scaleFactor) DefaultDecisionRequirementsDiagramGenerator.generateImage
(DmnDefinition dmnDefinition, String imageType, double scaleFactor) DefaultDecisionRequirementsDiagramGenerator.generateImage
(DmnDefinition dmnDefinition, String imageType, String activityFontName, String labelFontName, String annotationFontName, ClassLoader customClassLoader, double scaleFactor) DefaultDecisionRequirementsDiagramGenerator.generateJpgDiagram
(DmnDefinition dmnDefinition) DefaultDecisionRequirementsDiagramGenerator.generateJpgDiagram
(DmnDefinition dmnDefinition, double scaleFactor) DefaultDecisionRequirementsDiagramGenerator.generatePngDiagram
(DmnDefinition dmnDefinition) DefaultDecisionRequirementsDiagramGenerator.generatePngDiagram
(DmnDefinition dmnDefinition, double scaleFactor) DefaultDecisionRequirementsDiagramGenerator.generatePngImage
(DmnDefinition dmnDefinition, double scaleFactor) protected static DefaultDecisionRequirementsDiagramCanvas
DefaultDecisionRequirementsDiagramGenerator.initDecisionRequirementsDiagramCanvas
(DmnDefinition dmnDefinition, String imageType, String activityFontName, String labelFontName, String annotationFontName, ClassLoader customClassLoader) protected void
DefaultDecisionRequirementsDiagramGenerator.prepareDmnDefinition
(DmnDefinition dmnDefinition) -
Uses of DmnDefinition in org.flowable.dmn.model
Fields in org.flowable.dmn.model declared as DmnDefinitionModifier and TypeFieldDescriptionprotected DmnDefinition
Decision.dmnDefinition
protected DmnDefinition
DecisionService.dmnDefinition
Methods in org.flowable.dmn.model that return DmnDefinitionMethods in org.flowable.dmn.model with parameters of type DmnDefinitionModifier and TypeMethodDescriptionvoid
Decision.setDmnDefinition
(DmnDefinition dmnDefinition) void
DecisionService.setDmnDefinition
(DmnDefinition dmnDefinition) -
Uses of DmnDefinition in org.flowable.dmn.xml.converter
Fields in org.flowable.dmn.xml.converter declared as DmnDefinitionMethods in org.flowable.dmn.xml.converter that return DmnDefinitionModifier and TypeMethodDescriptionDmnXMLConverter.convertToDmnModel
(XMLStreamReader xtr) DmnXMLConverter.convertToDmnModel
(InputStreamProvider inputStreamProvider, boolean validateSchema, boolean enableSafeDmnXml) DmnXMLConverter.convertToDmnModel
(InputStreamProvider inputStreamProvider, boolean validateSchema, boolean enableSafeDmnXml, String encoding) ConversionHelper.getDmnDefinition()
Methods in org.flowable.dmn.xml.converter with parameters of type DmnDefinitionModifier and TypeMethodDescriptionvoid
BaseDmnXMLConverter.convertToXML
(XMLStreamWriter xtw, DmnElement baseElement, DmnDefinition model) byte[]
DmnXMLConverter.convertToXML
(DmnDefinition model) byte[]
DmnXMLConverter.convertToXML
(DmnDefinition model, String encoding) void
ConversionHelper.setDmnDefinition
(DmnDefinition dmnDefinition) protected void
AuthorityRequirementConverter.writeAdditionalAttributes
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected abstract void
BaseDmnXMLConverter.writeAdditionalAttributes
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
DecisionRuleXMLConverter.writeAdditionalAttributes
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
DecisionServiceXMLConverter.writeAdditionalAttributes
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
DmnDiBoundsXmlConverter.writeAdditionalAttributes
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
DmnDiDecisionServiceDividerLineXmlConverter.writeAdditionalAttributes
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
DmnDiDiagramXmlConverter.writeAdditionalAttributes
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
DmnDiEdgeXmlConverter.writeAdditionalAttributes
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
DmnDiShapeXmlConverter.writeAdditionalAttributes
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
DmnDiSizeXmlConverter.writeAdditionalAttributes
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
DmnDiWaypointXmlConverter.writeAdditionalAttributes
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
InformationRequirementConverter.writeAdditionalAttributes
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
InputClauseXMLConverter.writeAdditionalAttributes
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
InputDataXMLConverter.writeAdditionalAttributes
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
ItemDefinitionXMLConverter.writeAdditionalAttributes
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
OutputClauseXMLConverter.writeAdditionalAttributes
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
VariableXMLConverter.writeAdditionalAttributes
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
AuthorityRequirementConverter.writeAdditionalChildElements
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected abstract void
BaseDmnXMLConverter.writeAdditionalChildElements
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
DecisionRuleXMLConverter.writeAdditionalChildElements
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
DecisionServiceXMLConverter.writeAdditionalChildElements
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
DmnDiBoundsXmlConverter.writeAdditionalChildElements
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
DmnDiDecisionServiceDividerLineXmlConverter.writeAdditionalChildElements
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
DmnDiDiagramXmlConverter.writeAdditionalChildElements
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
DmnDiEdgeXmlConverter.writeAdditionalChildElements
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
DmnDiShapeXmlConverter.writeAdditionalChildElements
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
DmnDiSizeXmlConverter.writeAdditionalChildElements
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
DmnDiWaypointXmlConverter.writeAdditionalChildElements
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
InformationRequirementConverter.writeAdditionalChildElements
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
InputClauseXMLConverter.writeAdditionalChildElements
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
InputDataXMLConverter.writeAdditionalChildElements
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
ItemDefinitionXMLConverter.writeAdditionalChildElements
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
OutputClauseXMLConverter.writeAdditionalChildElements
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) protected void
VariableXMLConverter.writeAdditionalChildElements
(DmnElement element, DmnDefinition model, XMLStreamWriter xtw) static void
DMNDIExport.writeDMNDI
(DmnDefinition model, XMLStreamWriter xtw) protected void
DmnXMLConverter.writeItemDefinition
(List<ItemDefinition> itemDefinitions, boolean isItemComponent, DmnDefinition model, XMLStreamWriter xtw) protected void
DmnXMLConverter.writeItemDefinition
(List<ItemDefinition> itemDefinitions, DmnDefinition model, XMLStreamWriter xtw)