Uses of Class
org.flowable.dmn.model.InformationItem
-
-
Uses of InformationItem in org.flowable.dmn.model
Fields in org.flowable.dmn.model declared as InformationItem Modifier and Type Field Description protected InformationItemDecision. variableprotected InformationItemInputData. variableMethods in org.flowable.dmn.model that return InformationItem Modifier and Type Method Description InformationItemDecision. getVariable()InformationItemInputData. getVariable()Methods in org.flowable.dmn.model with parameters of type InformationItem Modifier and Type Method Description voidDecision. setVariable(InformationItem variable)voidInputData. setVariable(InformationItem variable)
-