public interface InternalWorkingMemoryEntryPoint
extends org.kie.api.runtime.rule.EntryPoint
Modifier and Type | Method and Description |
---|---|
void |
delete(FactHandle factHandle,
Rule rule,
Activation activation) |
EntryPointId |
getEntryPoint() |
EntryPointNode |
getEntryPointNode() |
FactHandle |
getFactHandleByIdentity(Object object) |
InternalWorkingMemory |
getInternalWorkingMemory() |
ObjectStore |
getObjectStore() |
ObjectTypeConfigurationRegistry |
getObjectTypeConfigurationRegistry() |
RuleBase |
getRuleBase() |
void |
reset() |
void |
update(org.kie.api.runtime.rule.FactHandle handle,
Object object,
long mask,
Class<?> modifiedClass,
Activation activation) |
ObjectTypeConfigurationRegistry getObjectTypeConfigurationRegistry()
RuleBase getRuleBase()
void delete(FactHandle factHandle, Rule rule, Activation activation) throws FactException
FactException
void update(org.kie.api.runtime.rule.FactHandle handle, Object object, long mask, Class<?> modifiedClass, Activation activation) throws FactException
FactException
EntryPointId getEntryPoint()
InternalWorkingMemory getInternalWorkingMemory()
FactHandle getFactHandleByIdentity(Object object)
void reset()
ObjectStore getObjectStore()
EntryPointNode getEntryPointNode()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.