Modifier and Type | Method and Description |
---|---|
Collection<? extends Object> |
GetObjectsInEntryPointCommand.getObjects(StatefulKnowledgeSessionImpl session) |
Collection<? extends Object> |
GetObjectsInEntryPointCommand.getObjects(StatefulKnowledgeSessionImpl session,
org.kie.api.runtime.ObjectFilter filter) |
Constructor and Description |
---|
NamedEntryPoint(EntryPointId entryPoint,
EntryPointNode entryPointNode,
StatefulKnowledgeSessionImpl wm) |
NamedEntryPoint(EntryPointId entryPoint,
EntryPointNode entryPointNode,
StatefulKnowledgeSessionImpl wm,
ReentrantLock lock) |
TruthMaintenanceSystem(StatefulKnowledgeSessionImpl wm,
NamedEntryPoint ep) |
Modifier and Type | Method and Description |
---|---|
void |
KnowledgeBaseImpl.addStatefulSession(StatefulKnowledgeSessionImpl wm) |
void |
InternalKnowledgeBase.disposeStatefulSession(StatefulKnowledgeSessionImpl statefulSession) |
void |
KnowledgeBaseImpl.disposeStatefulSession(StatefulKnowledgeSessionImpl statefulSession) |
void |
InternalKnowledgeBase.retractObject(org.kie.api.runtime.rule.FactHandle handle,
PropagationContext context,
StatefulKnowledgeSessionImpl workingMemory) |
void |
KnowledgeBaseImpl.retractObject(org.kie.api.runtime.rule.FactHandle handle,
PropagationContext context,
StatefulKnowledgeSessionImpl workingMemory)
Retract a fact object.
|
void |
SessionsCache.store(StatefulKnowledgeSessionImpl session) |
Modifier and Type | Method and Description |
---|---|
static StatefulKnowledgeSessionImpl |
ProtobufInputMarshaller.readSession(MarshallerReaderContext context,
int id)
Create a new session into which to read the stream data
|
static StatefulKnowledgeSessionImpl |
ProtobufInputMarshaller.readSession(MarshallerReaderContext context,
int id,
org.kie.api.runtime.Environment environment,
SessionConfiguration config) |
static StatefulKnowledgeSessionImpl |
ProtobufInputMarshaller.readSession(MarshallerReaderContext context,
int id,
org.kie.api.runtime.Environment environment,
SessionConfiguration config,
KieSessionInitializer initializer) |
static StatefulKnowledgeSessionImpl |
ProtobufInputMarshaller.readSession(ProtobufMessages.KnowledgeSession _session,
StatefulKnowledgeSessionImpl session,
InternalAgenda agenda,
MarshallerReaderContext context) |
static StatefulKnowledgeSessionImpl |
ProtobufInputMarshaller.readSession(StatefulKnowledgeSessionImpl session,
MarshallerReaderContext context)
Stream the data into an existing session
|
Modifier and Type | Method and Description |
---|---|
static StatefulKnowledgeSessionImpl |
ProtobufInputMarshaller.readSession(ProtobufMessages.KnowledgeSession _session,
StatefulKnowledgeSessionImpl session,
InternalAgenda agenda,
MarshallerReaderContext context) |
static StatefulKnowledgeSessionImpl |
ProtobufInputMarshaller.readSession(StatefulKnowledgeSessionImpl session,
MarshallerReaderContext context)
Stream the data into an existing session
|
Modifier and Type | Method and Description |
---|---|
static InternalProcessRuntime |
ProcessRuntimeFactory.newProcessRuntime(StatefulKnowledgeSessionImpl workingMemory) |
Modifier and Type | Method and Description |
---|---|
StatefulKnowledgeSessionImpl |
StatefulKnowledgeSessionInfo.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
StatefulKnowledgeSessionInfo.setSession(StatefulKnowledgeSessionImpl session) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.