Uses of Interface
org.drools.runtime.pipeline.KnowledgeRuntimeCommand

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
 KnowledgeRuntimeCommand CorePipelineProvider.newCommandExecutor()
           
static KnowledgeRuntimeCommand PipelineFactory.newCommandExecutor()
           
 KnowledgeRuntimeCommand CorePipelineProvider.newInsertElementsCommand()
           
static KnowledgeRuntimeCommand PipelineFactory.newInsertElementsCommand()
           
 KnowledgeRuntimeCommand CorePipelineProvider.newInsertObjectCommand()
           
static KnowledgeRuntimeCommand PipelineFactory.newInsertObjectCommand()
           
 KnowledgeRuntimeCommand CorePipelineProvider.newStatefulKnowledgeSessionGetGlobal()
           
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.newStatefulKnowledgeSessionGetObject()
           
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.newStatefulKnowledgeSessionInsert()
           
static KnowledgeRuntimeCommand PipelineFactory.newStatefulKnowledgeSessionInsert()
          Insert the payload into the StatefulKnowledgeSesssion referenced in the context.
 KnowledgeRuntimeCommand CorePipelineProvider.newStatefulKnowledgeSessionSetGlobal()
           
static KnowledgeRuntimeCommand PipelineFactory.newStatefulKnowledgeSessionSetGlobal()
          Expects the payload to be a Map which it will iterate and set each global on the StatefulKnowledgeSession .
 KnowledgeRuntimeCommand CorePipelineProvider.newStatefulKnowledgeSessionSetGlobal(String identifier)
           
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.newStatefulKnowledgeSessionSignalEvent(String eventType)
           
static KnowledgeRuntimeCommand PipelineFactory.newStatefulKnowledgeSessionSignalEvent(String eventType)
          The payload is inserted as a Signal of a given event type.
 KnowledgeRuntimeCommand CorePipelineProvider.newStatefulKnowledgeSessionSignalEvent(String eventType, long id)
           
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.newStatefulKnowledgeSessionStartProcess(String id)
           
static KnowledgeRuntimeCommand PipelineFactory.newStatefulKnowledgeSessionStartProcess(String id)
          Start a process of the given 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
           
 

Methods in org.drools.runtime.pipeline.impl that return KnowledgeRuntimeCommand
 KnowledgeRuntimeCommand CorePipelineProviderImpl.newCommandExecutor()
           
 KnowledgeRuntimeCommand CorePipelineProviderImpl.newInsertElementsCommand()
           
 KnowledgeRuntimeCommand CorePipelineProviderImpl.newInsertObjectCommand()
           
 KnowledgeRuntimeCommand CorePipelineProviderImpl.newStatefulKnowledgeSessionGetGlobal()
           
 KnowledgeRuntimeCommand CorePipelineProviderImpl.newStatefulKnowledgeSessionGetObject()
           
 KnowledgeRuntimeCommand CorePipelineProviderImpl.newStatefulKnowledgeSessionInsert()
           
 KnowledgeRuntimeCommand CorePipelineProviderImpl.newStatefulKnowledgeSessionSetGlobal()
           
 KnowledgeRuntimeCommand CorePipelineProviderImpl.newStatefulKnowledgeSessionSetGlobal(String identifier)
           
 KnowledgeRuntimeCommand CorePipelineProviderImpl.newStatefulKnowledgeSessionSignalEvent(String eventType)
           
 KnowledgeRuntimeCommand CorePipelineProviderImpl.newStatefulKnowledgeSessionSignalEvent(String eventType, long id)
           
 KnowledgeRuntimeCommand CorePipelineProviderImpl.newStatefulKnowledgeSessionStartProcess(String id)
           
 



Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.