Uses of Class
org.drools.workbench.models.datamodel.rule.ActionFieldValue
-
Packages that use ActionFieldValue Package Description org.drools.workbench.models.datamodel.rule -
-
Uses of ActionFieldValue in org.drools.workbench.models.datamodel.rule
Subclasses of ActionFieldValue in org.drools.workbench.models.datamodel.rule Modifier and Type Class Description classActionFieldFunctionThis node indicates that the user wants to execute a method on some fact in case the LHR matches.classActionWorkItemFieldValueHolds field and Work Item definition parameters for actionsMethods in org.drools.workbench.models.datamodel.rule that return ActionFieldValue Modifier and Type Method Description ActionFieldValue[]ActionFieldList. getFieldValues()Methods in org.drools.workbench.models.datamodel.rule with parameters of type ActionFieldValue Modifier and Type Method Description voidActionCallMethod. addFieldValue(ActionFieldValue val)voidActionFieldList. addFieldValue(ActionFieldValue val)voidActionFieldList. setFieldValues(ActionFieldValue[] actionFieldValues)
-