Uses of Interface
org.drools.runtime.KnowledgeRuntime

Packages that use KnowledgeRuntime
org.drools.event Drools has a comprehensive event api for all parts of the platform. 
org.drools.runtime The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. 
org.jbpm.bpmn2.handler   
org.jbpm.process   
org.jbpm.process.instance   
org.jbpm.process.workitem.wsht   
org.jbpm.task.service.hornetq   
org.jbpm.workflow.instance   
org.jbpm.workflow.instance.node   
 

Uses of KnowledgeRuntime in org.drools.event
 

Methods in org.drools.event that return KnowledgeRuntime
 KnowledgeRuntime KnowledgeRuntimeEvent.getKnowledgeRuntime()
          The knowledge runtime that generated the event.
 

Uses of KnowledgeRuntime in org.drools.runtime
 

Subinterfaces of KnowledgeRuntime in org.drools.runtime
 interface StatefulKnowledgeSession
          StatefulKnowledgeSession is the most common way to interact with the engine.
 

Methods in org.drools.runtime that return KnowledgeRuntime
 KnowledgeRuntime KnowledgeContext.getKnowledgeRuntime()
           
 

Uses of KnowledgeRuntime in org.jbpm.bpmn2.handler
 

Methods in org.jbpm.bpmn2.handler with parameters of type KnowledgeRuntime
 void ReceiveTaskHandler.setKnowledgeRuntime(KnowledgeRuntime ksession)
           
 

Constructors in org.jbpm.bpmn2.handler with parameters of type KnowledgeRuntime
ReceiveTaskHandler(KnowledgeRuntime ksession)
           
 

Uses of KnowledgeRuntime in org.jbpm.process
 

Classes in org.jbpm.process that implement KnowledgeRuntime
 class StatefulProcessSession
           
 

Uses of KnowledgeRuntime in org.jbpm.process.instance
 

Methods in org.jbpm.process.instance with parameters of type KnowledgeRuntime
static ProcessInstance StartProcessHelper.startProcessByName(KnowledgeRuntime kruntime, String name, Map<String,Object> parameters)
           
 

Uses of KnowledgeRuntime in org.jbpm.process.workitem.wsht
 

Fields in org.jbpm.process.workitem.wsht declared as KnowledgeRuntime
protected  KnowledgeRuntime AbstractHTWorkItemHandler.session
           
 

Methods in org.jbpm.process.workitem.wsht with parameters of type KnowledgeRuntime
 void GenericCommandBasedWSHumanTaskHandler.setSession(KnowledgeRuntime session)
           
 void CommandBasedWSHumanTaskHandler.setSession(KnowledgeRuntime session)
          Deprecated.  
 

Constructors in org.jbpm.process.workitem.wsht with parameters of type KnowledgeRuntime
AbstractHTWorkItemHandler(KnowledgeRuntime session)
           
AbstractHTWorkItemHandler(KnowledgeRuntime session, OnErrorAction action)
           
AsyncGenericHTWorkItemHandler(KnowledgeRuntime session)
           
AsyncGenericHTWorkItemHandler(KnowledgeRuntime session, OnErrorAction action)
           
AsyncHornetQHTWorkItemHandler(KnowledgeRuntime session)
           
AsyncHornetQHTWorkItemHandler(KnowledgeRuntime session, OnErrorAction action)
           
AsyncMinaHTWorkItemHandler(KnowledgeRuntime session)
           
AsyncMinaHTWorkItemHandler(KnowledgeRuntime session, OnErrorAction action)
           
AsyncWSHumanTaskHandler(AsyncTaskService client, KnowledgeRuntime session)
          Deprecated.  
AsyncWSHumanTaskHandler(AsyncTaskService client, KnowledgeRuntime session, OnErrorAction action)
          Deprecated.  
CommandBasedWSHumanTaskHandler(KnowledgeRuntime session)
          Deprecated.  
CommandBasedWSHumanTaskHandler(KnowledgeRuntime session, OnErrorAction action)
          Deprecated.  
CommandBasedWSThroughJMSHumanTaskHandler(KnowledgeRuntime session)
          Deprecated.  
GenericCommandBasedWSHumanTaskHandler(KnowledgeRuntime session)
           
GenericCommandBasedWSHumanTaskHandler(KnowledgeRuntime session, OnErrorAction action)
           
GenericHTWorkItemHandler(KnowledgeRuntime session)
           
GenericHTWorkItemHandler(KnowledgeRuntime session, OnErrorAction action)
           
HornetQHTWorkItemHandler(KnowledgeRuntime session)
           
HornetQHTWorkItemHandler(KnowledgeRuntime session, OnErrorAction action)
           
HornetQHTWorkItemHandler(String connectorName, KnowledgeRuntime session)
           
HornetQHTWorkItemHandler(String connectorName, KnowledgeRuntime session, OnErrorAction action)
           
MinaHTWorkItemHandler(KnowledgeRuntime session)
           
MinaHTWorkItemHandler(KnowledgeRuntime session, OnErrorAction action)
           
SyncWSHumanTaskHandler(TaskService client, KnowledgeRuntime session)
          Deprecated.  
SyncWSHumanTaskHandler(TaskService client, KnowledgeRuntime session, OnErrorAction action)
          Deprecated.  
WSHumanTaskHandler(KnowledgeRuntime session)
          Deprecated.  
WSHumanTaskHandler(KnowledgeRuntime session, OnErrorAction action)
          Deprecated.  
 

Uses of KnowledgeRuntime in org.jbpm.task.service.hornetq
 

Constructors in org.jbpm.task.service.hornetq with parameters of type KnowledgeRuntime
CommandBasedHornetQWSHumanTaskHandler(KnowledgeRuntime session)
           
 

Uses of KnowledgeRuntime in org.jbpm.workflow.instance
 

Methods in org.jbpm.workflow.instance with parameters of type KnowledgeRuntime
static void WorkflowProcessInstanceUpgrader.upgradeProcessInstance(KnowledgeRuntime kruntime, long processInstanceId, String processId, Map<String,Long> nodeMapping)
           
 

Uses of KnowledgeRuntime in org.jbpm.workflow.instance.node
 

Methods in org.jbpm.workflow.instance.node with parameters of type KnowledgeRuntime
static void DynamicUtils.addDynamicSubProcess(DynamicNodeInstance dynamicContext, KnowledgeRuntime ksession, String processId, Map<String,Object> parameters)
           
static void DynamicUtils.addDynamicWorkItem(DynamicNodeInstance dynamicContext, KnowledgeRuntime ksession, String workItemName, Map<String,Object> parameters)
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.