Modifier and Type | Method and Description |
---|---|
Collection<? extends Object> |
GetObjectsInEntryPointCommand.getObjects(AbstractWorkingMemory session) |
Collection<? extends Object> |
GetObjectsCommand.getObjects(AbstractWorkingMemory session) |
Collection<? extends Object> |
GetObjectsInEntryPointCommand.getObjects(AbstractWorkingMemory session,
org.kie.api.runtime.ObjectFilter filter) |
Collection<? extends Object> |
GetObjectsCommand.getObjects(AbstractWorkingMemory session,
org.kie.api.runtime.ObjectFilter filter) |
Modifier and Type | Method and Description |
---|---|
void |
InternalRuleBase.retractObject(FactHandle handle,
PropagationContext context,
AbstractWorkingMemory workingMemory)
Retract a fact object.
|
Constructor and Description |
---|
NamedEntryPoint(EntryPointId entryPoint,
EntryPointNode entryPointNode,
AbstractWorkingMemory wm) |
NamedEntryPoint(EntryPointId entryPoint,
EntryPointNode entryPointNode,
AbstractWorkingMemory wm,
ReentrantLock lock) |
TruthMaintenanceSystem(AbstractWorkingMemory wm,
NamedEntryPoint ep) |
Constructor and Description |
---|
StatefulKnowledgeSessionImpl(AbstractWorkingMemory session) |
StatefulKnowledgeSessionImpl(AbstractWorkingMemory session,
org.kie.internal.KnowledgeBase kbase) |
Modifier and Type | Method and Description |
---|---|
static AbstractWorkingMemory |
ProtobufInputMarshaller.readSession(AbstractWorkingMemory session,
MarshallerReaderContext context)
Stream the data into an existing session
|
static AbstractWorkingMemory |
ProtobufInputMarshaller.readSession(MarshallerReaderContext context,
int id)
Create a new session into which to read the stream data
|
static AbstractWorkingMemory |
ProtobufInputMarshaller.readSession(MarshallerReaderContext context,
int id,
org.kie.api.runtime.Environment environment,
SessionConfiguration config) |
static AbstractWorkingMemory |
ProtobufInputMarshaller.readSession(ProtobufMessages.KnowledgeSession _session,
AbstractWorkingMemory session,
InternalAgenda agenda,
MarshallerReaderContext context) |
Modifier and Type | Method and Description |
---|---|
static AbstractWorkingMemory |
ProtobufInputMarshaller.readSession(AbstractWorkingMemory session,
MarshallerReaderContext context)
Stream the data into an existing session
|
static AbstractWorkingMemory |
ProtobufInputMarshaller.readSession(ProtobufMessages.KnowledgeSession _session,
AbstractWorkingMemory session,
InternalAgenda agenda,
MarshallerReaderContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ReteooRuleBase.retractObject(FactHandle handle,
PropagationContext context,
AbstractWorkingMemory workingMemory)
Retract a fact object.
|
Modifier and Type | Method and Description |
---|---|
static InternalProcessRuntime |
ProcessRuntimeFactory.newProcessRuntime(AbstractWorkingMemory workingMemory) |
InternalProcessRuntime |
ProcessRuntimeFactoryService.newProcessRuntime(AbstractWorkingMemory workingMemory) |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.