|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KnowledgeRuntimeCommand | |
|---|---|
| org.drools.runtime.pipeline | The PipelineFactory and associated classes are there to help with the automation of getting information into and out of Drools. |
| org.drools.runtime.pipeline.impl | |
| Uses of KnowledgeRuntimeCommand in org.drools.runtime.pipeline |
|---|
| Methods in org.drools.runtime.pipeline that return KnowledgeRuntimeCommand | |
|---|---|
static KnowledgeRuntimeCommand |
PipelineFactory.newCommandExecutor()
|
KnowledgeRuntimeCommand |
CorePipelineProvider.newCommandExecutor()
|
static KnowledgeRuntimeCommand |
PipelineFactory.newInsertElementsCommand()
|
KnowledgeRuntimeCommand |
CorePipelineProvider.newInsertElementsCommand()
|
static KnowledgeRuntimeCommand |
PipelineFactory.newInsertObjectCommand()
|
KnowledgeRuntimeCommand |
CorePipelineProvider.newInsertObjectCommand()
|
static KnowledgeRuntimeCommand |
PipelineFactory.newStatefulKnowledgeSessionGetGlobal()
The payload here is expected to be a String and the global will be set on the PipelineContext result property. |
KnowledgeRuntimeCommand |
CorePipelineProvider.newStatefulKnowledgeSessionGetGlobal()
|
static KnowledgeRuntimeCommand |
PipelineFactory.newStatefulKnowledgeSessionGetObject()
Expects the payload to be a FactHandle, the associated insert object will be set on the PipelineContext result property and the result itself will also be propagated. |
KnowledgeRuntimeCommand |
CorePipelineProvider.newStatefulKnowledgeSessionGetObject()
|
static KnowledgeRuntimeCommand |
PipelineFactory.newStatefulKnowledgeSessionInsert()
Insert the payload into the StatefulKnowledgeSesssion referenced in the context. |
KnowledgeRuntimeCommand |
CorePipelineProvider.newStatefulKnowledgeSessionInsert()
|
static KnowledgeRuntimeCommand |
PipelineFactory.newStatefulKnowledgeSessionSetGlobal()
Expects the payload to be a Map |
KnowledgeRuntimeCommand |
CorePipelineProvider.newStatefulKnowledgeSessionSetGlobal()
|
static KnowledgeRuntimeCommand |
PipelineFactory.newStatefulKnowledgeSessionSetGlobal(String identifier)
Expects the payload to be any object, that object will be set as a global using the given identifier. |
KnowledgeRuntimeCommand |
CorePipelineProvider.newStatefulKnowledgeSessionSetGlobal(String identifier)
|
static KnowledgeRuntimeCommand |
PipelineFactory.newStatefulKnowledgeSessionSignalEvent(String eventType)
The payload is inserted as a Signal of a given event type. |
KnowledgeRuntimeCommand |
CorePipelineProvider.newStatefulKnowledgeSessionSignalEvent(String eventType)
|
static KnowledgeRuntimeCommand |
PipelineFactory.newStatefulKnowledgeSessionSignalEvent(String eventType,
long id)
The payload is inserted as a Signal of a given event type for a specific process instance. |
KnowledgeRuntimeCommand |
CorePipelineProvider.newStatefulKnowledgeSessionSignalEvent(String eventType,
long id)
|
static KnowledgeRuntimeCommand |
PipelineFactory.newStatefulKnowledgeSessionStartProcess(String id)
Start a process of the given id. |
KnowledgeRuntimeCommand |
CorePipelineProvider.newStatefulKnowledgeSessionStartProcess(String id)
|
| Uses of KnowledgeRuntimeCommand in org.drools.runtime.pipeline.impl |
|---|
| Classes in org.drools.runtime.pipeline.impl that implement KnowledgeRuntimeCommand | |
|---|---|
class |
ExecutorStage<T>
|
class |
InsertElementsCommandStage
|
class |
InsertObjectCommandStage
|
class |
StatefulKnowledgeSessionGetGlobalStage
|
class |
StatefulKnowledgeSessionGetObjectStage
|
class |
StatefulKnowledgeSessionInsertStage
|
class |
StatefulKnowledgeSessionSetGlobalStage
|
class |
StatefulKnowledgeSessionSignalEventStage
|
class |
StatefulKnowledgeSessionStartProcessStage
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||