Uses of Interface
org.drools.ruleunits.api.DataHandle
-
Packages that use DataHandle Package Description org.drools.ruleunits.api -
-
Uses of DataHandle in org.drools.ruleunits.api
Methods in org.drools.ruleunits.api that return DataHandle Modifier and Type Method Description DataHandleDataStore. add(T object)DataHandleSingletonStore. set(T value)Set the value in this singleton data storeMethods in org.drools.ruleunits.api with parameters of type DataHandle Modifier and Type Method Description voidDataProcessor. delete(DataHandle handle)org.kie.api.runtime.rule.FactHandleDataProcessor. insert(DataHandle handle, T object)voidDataStore. remove(DataHandle handle)Deletes the fact for which the given DataHandle was assignedvoidDataProcessor. update(DataHandle handle, T object)voidDataStore. update(DataHandle handle, T object)Updates the fact for which the given DataHandle was assigned with the new fact set as the second parameter in this method.
-