Uses of Interface
org.drools.ruleunits.impl.InternalStoreCallback
-
Packages that use InternalStoreCallback Package Description org.drools.ruleunits.impl.datasources org.drools.ruleunits.impl.facthandles -
-
Uses of InternalStoreCallback in org.drools.ruleunits.impl.datasources
Classes in org.drools.ruleunits.impl.datasources that implement InternalStoreCallback Modifier and Type Class Description classFieldDataStore<T>classListDataStore<T> -
Uses of InternalStoreCallback in org.drools.ruleunits.impl.facthandles
Methods in org.drools.ruleunits.impl.facthandles that return InternalStoreCallback Modifier and Type Method Description InternalStoreCallbackRuleUnitDefaultFactHandle. getDataStore()InternalStoreCallbackRuleUnitEventFactHandle. getDataStore()InternalStoreCallbackRuleUnitInternalFactHandle. getDataStore()Methods in org.drools.ruleunits.impl.facthandles with parameters of type InternalStoreCallback Modifier and Type Method Description voidRuleUnitDefaultFactHandle. setDataStore(InternalStoreCallback dataStore)voidRuleUnitEventFactHandle. setDataStore(InternalStoreCallback dataStore)voidRuleUnitInternalFactHandle. setDataStore(InternalStoreCallback dataStore)
-