Class ActionUpdateField
- java.lang.Object
-
- org.drools.workbench.models.datamodel.rule.ActionFieldList
-
- org.drools.workbench.models.datamodel.rule.ActionSetField
-
- org.drools.workbench.models.datamodel.rule.ActionUpdateField
-
- All Implemented Interfaces:
IAction
public class ActionUpdateField extends ActionSetField
Basically the same as setting fields, EXCEPT that it will notify the engine of the changes. This only applies to bound fact variables from the LHS.
-
-
Constructor Summary
Constructors Constructor Description ActionUpdateField()ActionUpdateField(String itemText)
-
Method Summary
-
Methods inherited from class org.drools.workbench.models.datamodel.rule.ActionSetField
equals, getVariable, hashCode, setVariable
-
Methods inherited from class org.drools.workbench.models.datamodel.rule.ActionFieldList
addFieldValue, getFieldValues, removeField, setFieldValues
-
-
-
-
Constructor Detail
-
ActionUpdateField
public ActionUpdateField(String itemText)
-
ActionUpdateField
public ActionUpdateField()
-
-