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)Add an object to this DataStore.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)Notifies this DataProcessor that an object with the givenDataHandlehas been deleted from the observedDataSource.FactHandleDataProcessor. insert(DataHandle handle, T object)Notifies this DataProcessor that an object with the givenDataHandlehas been inserted in the observedDataSource.voidDataStore. remove(DataHandle handle)Deletes the fact for which the givenDataHandlewas assigned.voidDataProcessor. update(DataHandle handle, T object)Notifies this DataProcessor that an object with the givenDataHandlehas been updated in the observedDataSource.voidDataStore. update(DataHandle handle, T object)Updates the fact for which the givenDataHandlewas assigned with the new fact set as the second parameter in this method.
-