Drools :: Core 6.1.0.Final

org.drools.core.common
Interface InternalWorkingMemoryEntryPoint

All Superinterfaces:
org.kie.api.runtime.rule.EntryPoint
All Known Subinterfaces:
InternalWorkingMemoryActions, ReteooWorkingMemoryInterface
All Known Implementing Classes:
NamedEntryPoint, StatefulKnowledgeSessionImpl

public interface InternalWorkingMemoryEntryPoint
extends org.kie.api.runtime.rule.EntryPoint


Method Summary
 void delete(org.kie.api.runtime.rule.FactHandle factHandle, RuleImpl rule, Activation activation)
           
 EntryPointId getEntryPoint()
           
 EntryPointNode getEntryPointNode()
           
 org.kie.api.runtime.rule.FactHandle getFactHandleByIdentity(Object object)
           
 InternalWorkingMemory getInternalWorkingMemory()
           
 InternalKnowledgeBase getKnowledgeBase()
           
 ObjectStore getObjectStore()
           
 ObjectTypeConfigurationRegistry getObjectTypeConfigurationRegistry()
           
 void reset()
           
 void update(org.kie.api.runtime.rule.FactHandle handle, Object object, long mask, Class<?> modifiedClass, Activation activation)
           
 
Methods inherited from interface org.kie.api.runtime.rule.EntryPoint
delete, getEntryPointId, getFactCount, getFactHandle, getFactHandles, getFactHandles, getObject, getObjects, getObjects, insert, retract, update
 

Method Detail

getObjectTypeConfigurationRegistry

ObjectTypeConfigurationRegistry getObjectTypeConfigurationRegistry()

getKnowledgeBase

InternalKnowledgeBase getKnowledgeBase()

delete

void delete(org.kie.api.runtime.rule.FactHandle factHandle,
            RuleImpl rule,
            Activation activation)

update

void update(org.kie.api.runtime.rule.FactHandle handle,
            Object object,
            long mask,
            Class<?> modifiedClass,
            Activation activation)

getEntryPoint

EntryPointId getEntryPoint()

getInternalWorkingMemory

InternalWorkingMemory getInternalWorkingMemory()

getFactHandleByIdentity

org.kie.api.runtime.rule.FactHandle getFactHandleByIdentity(Object object)

reset

void reset()

getObjectStore

ObjectStore getObjectStore()

getEntryPointNode

EntryPointNode getEntryPointNode()

Drools :: Core 6.1.0.Final

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.