Uses of Class
org.flowable.dmn.model.DmnDefinition
Packages that use DmnDefinition
-
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.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)