Drools :: Core 6.0.0.Beta5

org.drools.core.common
Interface InternalWorkingMemoryEntryPoint

All Superinterfaces:
org.kie.api.runtime.rule.SessionEntryPoint
All Known Subinterfaces:
InternalWorkingMemoryActions, ReteooWorkingMemoryInterface
All Known Implementing Classes:
AbstractWorkingMemory, DisposedReteooWorkingMemory, NamedEntryPoint, ReteooStatefulSession, ReteooWorkingMemory, StatefulKnowledgeSessionImpl

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


Method Summary
 void delete(FactHandle factHandle, Rule rule, Activation activation)
           
 EntryPoint 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)
           
 
Methods inherited from interface org.kie.api.runtime.rule.SessionEntryPoint
delete, getEntryPointId, getFactCount, getFactHandle, getFactHandles, getFactHandles, getObject, getObjects, getObjects, insert, retract, update
 

Method Detail

getObjectTypeConfigurationRegistry

ObjectTypeConfigurationRegistry getObjectTypeConfigurationRegistry()

getRuleBase

RuleBase getRuleBase()

delete

void delete(FactHandle factHandle,
            Rule rule,
            Activation activation)
            throws FactException
Throws:
FactException

update

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

getEntryPoint

EntryPoint getEntryPoint()

getInternalWorkingMemory

InternalWorkingMemory getInternalWorkingMemory()

getFactHandleByIdentity

FactHandle getFactHandleByIdentity(Object object)

reset

void reset()

getObjectStore

ObjectStore getObjectStore()

getEntryPointNode

EntryPointNode getEntryPointNode()

Drools :: Core 6.0.0.Beta5

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