Uses of Class
org.flowable.dmn.model.DmnDefinition
-
-
Uses of DmnDefinition in org.flowable.dmn.model
Fields in org.flowable.dmn.model declared as DmnDefinition Modifier and Type Field Description protected DmnDefinitionDecision. dmnDefinitionprotected DmnDefinitionDecisionService. dmnDefinitionMethods in org.flowable.dmn.model that return DmnDefinition Modifier and Type Method Description DmnDefinitionDecision. getDmnDefinition()DmnDefinitionDecisionService. getDmnDefinition()Methods in org.flowable.dmn.model with parameters of type DmnDefinition Modifier and Type Method Description voidDecision. setDmnDefinition(DmnDefinition dmnDefinition)voidDecisionService. setDmnDefinition(DmnDefinition dmnDefinition)
-