Uses of Interface
org.drools.ruleunits.impl.facthandles.RuleUnitInternalFactHandle
-
Packages that use RuleUnitInternalFactHandle Package Description org.drools.ruleunits.impl org.drools.ruleunits.impl.datasources org.drools.ruleunits.impl.facthandles -
-
Uses of RuleUnitInternalFactHandle in org.drools.ruleunits.impl
Methods in org.drools.ruleunits.impl with parameters of type RuleUnitInternalFactHandle Modifier and Type Method Description voidEntryPointDataProcessor. delete(RuleUnitInternalFactHandle fh, org.drools.core.definitions.rule.impl.RuleImpl rule, org.drools.core.reteoo.TerminalNode terminalNode, org.kie.api.runtime.rule.FactHandle.State fhState)voidInternalStoreCallback. delete(RuleUnitInternalFactHandle fh, org.drools.core.definitions.rule.impl.RuleImpl rule, org.drools.core.reteoo.TerminalNode terminalNode, org.kie.api.runtime.rule.FactHandle.State fhState)voidInternalStoreCallback. update(RuleUnitInternalFactHandle fh, Object obj, org.drools.core.util.bitmask.BitMask mask, Class<?> modifiedClass, org.drools.core.rule.consequence.Activation activation) -
Uses of RuleUnitInternalFactHandle in org.drools.ruleunits.impl.datasources
Methods in org.drools.ruleunits.impl.datasources with parameters of type RuleUnitInternalFactHandle Modifier and Type Method Description voidFieldDataStore. delete(RuleUnitInternalFactHandle fh, org.drools.core.definitions.rule.impl.RuleImpl rule, org.drools.core.reteoo.TerminalNode terminalNode, org.kie.api.runtime.rule.FactHandle.State fhState)voidListDataStore. delete(RuleUnitInternalFactHandle fh, org.drools.core.definitions.rule.impl.RuleImpl rule, org.drools.core.reteoo.TerminalNode terminalNode, org.kie.api.runtime.rule.FactHandle.State fhState)voidFieldDataStore. update(RuleUnitInternalFactHandle fh, Object obj, org.drools.core.util.bitmask.BitMask mask, Class<?> modifiedClass, org.drools.core.rule.consequence.Activation activation)voidListDataStore. update(RuleUnitInternalFactHandle fh, Object obj, org.drools.core.util.bitmask.BitMask mask, Class<?> modifiedClass, org.drools.core.rule.consequence.Activation activation) -
Uses of RuleUnitInternalFactHandle in org.drools.ruleunits.impl.facthandles
Classes in org.drools.ruleunits.impl.facthandles that implement RuleUnitInternalFactHandle Modifier and Type Class Description classRuleUnitDefaultFactHandleclassRuleUnitEventFactHandle
-