public interface InternalDataSource<T> extends org.kie.api.runtime.rule.DataSource<T>, BindableDataProvider
Modifier and Type | Method and Description |
---|---|
default org.kie.api.runtime.rule.FactHandle |
getFactHandleForObject(Object object) |
void |
setWorkingMemory(InternalWorkingMemory workingMemory) |
void |
update(org.kie.api.runtime.rule.FactHandle fh,
Object obj,
BitMask mask,
Class<?> modifiedClass,
Activation activation) |
forEach, iterator, spliterator
bind, unbind
void update(org.kie.api.runtime.rule.FactHandle fh, Object obj, BitMask mask, Class<?> modifiedClass, Activation activation)
void setWorkingMemory(InternalWorkingMemory workingMemory)
default org.kie.api.runtime.rule.FactHandle getFactHandleForObject(Object object)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.