Uses of Class
org.drools.core.impl.StatefulKnowledgeSessionImpl
-
-
Uses of StatefulKnowledgeSessionImpl in org.drools.core.base
Fields in org.drools.core.base declared as StatefulKnowledgeSessionImpl Modifier and Type Field Description protected StatefulKnowledgeSessionImplWrappedStatefulKnowledgeSessionForRHS. delegate -
Uses of StatefulKnowledgeSessionImpl in org.drools.core.command.runtime.rule
Methods in org.drools.core.command.runtime.rule with parameters of type StatefulKnowledgeSessionImpl Modifier and Type Method Description Collection<? extends Object>GetObjectsInEntryPointCommand. getObjects(StatefulKnowledgeSessionImpl session)Collection<? extends Object>GetObjectsInEntryPointCommand. getObjects(StatefulKnowledgeSessionImpl session, org.kie.api.runtime.ObjectFilter filter) -
Uses of StatefulKnowledgeSessionImpl in org.drools.core.common
Fields in org.drools.core.common declared as StatefulKnowledgeSessionImpl Modifier and Type Field Description protected StatefulKnowledgeSessionImplNamedEntryPoint. wmMethods in org.drools.core.common with parameters of type StatefulKnowledgeSessionImpl Modifier and Type Method Description NamedEntryPointDefaultNamedEntryPointFactory. createNamedEntryPoint(EntryPointNode addedNode, EntryPointId id, StatefulKnowledgeSessionImpl wm)NamedEntryPointNamedEntryPointFactory. createNamedEntryPoint(EntryPointNode addedNode, EntryPointId id, StatefulKnowledgeSessionImpl wm)Constructors in org.drools.core.common with parameters of type StatefulKnowledgeSessionImpl Constructor Description NamedEntryPoint(EntryPointId entryPoint, EntryPointNode entryPointNode, StatefulKnowledgeSessionImpl wm)TruthMaintenanceSystem(StatefulKnowledgeSessionImpl wm, InternalWorkingMemoryEntryPoint ep) -
Uses of StatefulKnowledgeSessionImpl in org.drools.core.impl
Methods in org.drools.core.impl that return StatefulKnowledgeSessionImpl Modifier and Type Method Description StatefulKnowledgeSessionImplInternalKnowledgeBase. createSession(long id, FactHandleFactory handleFactory, long propagationContext, SessionConfiguration config, InternalAgenda agenda, org.kie.api.runtime.Environment environment)StatefulKnowledgeSessionImplKnowledgeBaseImpl. createSession(long id, FactHandleFactory handleFactory, long propagationContext, SessionConfiguration config, InternalAgenda agenda, org.kie.api.runtime.Environment environment)StatefulKnowledgeSessionImplStatefulSessionPool. get()StatefulKnowledgeSessionImplKnowledgeBaseImpl. internalCreateStatefulKnowledgeSession(org.kie.api.runtime.Environment environment, SessionConfiguration sessionConfig, boolean fromPool)StatefulKnowledgeSessionImplStatefulKnowledgeSessionImpl. setStateless(boolean stateless)Methods in org.drools.core.impl with parameters of type StatefulKnowledgeSessionImpl Modifier and Type Method Description voidKnowledgeBaseImpl. addStatefulSession(StatefulKnowledgeSessionImpl wm)voidInternalKnowledgeBase. disposeStatefulSession(StatefulKnowledgeSessionImpl statefulSession)voidKnowledgeBaseImpl. disposeStatefulSession(StatefulKnowledgeSessionImpl statefulSession)voidStatefulSessionPool. release(StatefulKnowledgeSessionImpl session)Constructor parameters in org.drools.core.impl with type arguments of type StatefulKnowledgeSessionImpl Constructor Description StatefulSessionPool(KnowledgeBaseImpl kbase, int initialSize, Supplier<StatefulKnowledgeSessionImpl> supplier) -
Uses of StatefulKnowledgeSessionImpl in org.drools.core.runtime.process
Methods in org.drools.core.runtime.process with parameters of type StatefulKnowledgeSessionImpl Modifier and Type Method Description static InternalProcessRuntimeProcessRuntimeFactory. newProcessRuntime(StatefulKnowledgeSessionImpl workingMemory) -
Uses of StatefulKnowledgeSessionImpl in org.drools.core.util.debug
Methods in org.drools.core.util.debug that return StatefulKnowledgeSessionImpl Modifier and Type Method Description StatefulKnowledgeSessionImplStatefulKnowledgeSessionInfo. getSession()Methods in org.drools.core.util.debug with parameters of type StatefulKnowledgeSessionImpl Modifier and Type Method Description voidStatefulKnowledgeSessionInfo. setSession(StatefulKnowledgeSessionImpl session)
-