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.instance.impl   
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)
           
static ProcessInstance StartProcessHelper.startProcessByName(KnowledgeRuntime kruntime, String name, Map<String,Object> parameters, Comparator<Process> comparator)
           
 

Uses of KnowledgeRuntime in org.jbpm.process.instance.impl
 

Methods in org.jbpm.process.instance.impl with parameters of type KnowledgeRuntime
protected  FactHandle RuleAwareProcessEventLister.getProcessInstanceFactHandle(Long processInstanceId, KnowledgeRuntime kruntime)
           
 

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 SyncWSHumanTaskHandler.setSession(KnowledgeRuntime session)
          Deprecated.  
 void GenericCommandBasedWSHumanTaskHandler.setSession(KnowledgeRuntime session)
          Deprecated.  
 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, boolean owningSessionOnly)
           
AsyncGenericHTWorkItemHandler(KnowledgeRuntime session, OnErrorAction action)
           
AsyncGenericHTWorkItemHandler(KnowledgeRuntime session, OnErrorAction action, ClassLoader classLoader)
           
AsyncHornetQHTWorkItemHandler(AsyncTaskService client, KnowledgeRuntime session, boolean owningSessionOnly)
           
AsyncHornetQHTWorkItemHandler(AsyncTaskService client, KnowledgeRuntime session, OnErrorAction action)
           
AsyncHornetQHTWorkItemHandler(KnowledgeRuntime session)
           
AsyncHornetQHTWorkItemHandler(KnowledgeRuntime session, boolean owningSessionOnly)
           
AsyncHornetQHTWorkItemHandler(KnowledgeRuntime session, OnErrorAction action)
           
AsyncHornetQHTWorkItemHandler(String connectorName, AsyncTaskService client, KnowledgeRuntime session, OnErrorAction action)
           
AsyncHornetQHTWorkItemHandler(String connectorName, AsyncTaskService client, KnowledgeRuntime session, OnErrorAction action, ClassLoader classLoader)
           
AsyncMinaHTWorkItemHandler(AsyncTaskService client, KnowledgeRuntime session, boolean owningSessionOnly)
           
AsyncMinaHTWorkItemHandler(KnowledgeRuntime session)
           
AsyncMinaHTWorkItemHandler(KnowledgeRuntime session, boolean owningSessionOnly)
           
AsyncMinaHTWorkItemHandler(KnowledgeRuntime session, OnErrorAction action)
           
AsyncMinaHTWorkItemHandler(String connectorName, AsyncTaskService client, KnowledgeRuntime session, OnErrorAction action)
           
AsyncMinaHTWorkItemHandler(String connectorName, AsyncTaskService client, KnowledgeRuntime session, OnErrorAction action, ClassLoader classLoader)
           
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)
          Deprecated.  
GenericCommandBasedWSHumanTaskHandler(KnowledgeRuntime session, OnErrorAction action)
          Deprecated.  
GenericHTWorkItemHandler(KnowledgeRuntime session)
           
GenericHTWorkItemHandler(KnowledgeRuntime session, boolean owningSessionOnly)
           
GenericHTWorkItemHandler(KnowledgeRuntime session, OnErrorAction action)
           
GenericHTWorkItemHandler(TaskService client, KnowledgeRuntime session)
           
GenericHTWorkItemHandler(TaskService client, KnowledgeRuntime session, boolean owningSessionOnly)
           
GenericHTWorkItemHandler(TaskService client, KnowledgeRuntime session, OnErrorAction action)
           
GenericHTWorkItemHandler(TaskService client, KnowledgeRuntime session, OnErrorAction action, ClassLoader classLoader)
           
HornetQHTWorkItemHandler(KnowledgeRuntime session)
           
HornetQHTWorkItemHandler(KnowledgeRuntime session, boolean owningSessionOnly)
           
HornetQHTWorkItemHandler(KnowledgeRuntime session, OnErrorAction action)
           
HornetQHTWorkItemHandler(String connectorName, TaskService client, KnowledgeRuntime session, OnErrorAction action)
           
HornetQHTWorkItemHandler(String connectorName, TaskService client, KnowledgeRuntime session, OnErrorAction action, ClassLoader classLoader)
           
HornetQHTWorkItemHandler(TaskService client, KnowledgeRuntime session)
           
HornetQHTWorkItemHandler(TaskService client, KnowledgeRuntime session, boolean owningSessionOnly)
           
HornetQHTWorkItemHandler(TaskService client, KnowledgeRuntime session, OnErrorAction action)
           
LocalHTWorkItemHandler(KnowledgeRuntime session)
           
LocalHTWorkItemHandler(KnowledgeRuntime session, boolean owningSessionOnly)
           
LocalHTWorkItemHandler(KnowledgeRuntime session, OnErrorAction action)
           
LocalHTWorkItemHandler(TaskService client, KnowledgeRuntime session)
           
LocalHTWorkItemHandler(TaskService client, KnowledgeRuntime session, boolean owningSessionOnly)
           
LocalHTWorkItemHandler(TaskService client, KnowledgeRuntime session, OnErrorAction action)
           
LocalHTWorkItemHandler(TaskService client, KnowledgeRuntime session, OnErrorAction action, ClassLoader classLoader)
           
MinaHTWorkItemHandler(KnowledgeRuntime session)
           
MinaHTWorkItemHandler(KnowledgeRuntime session, boolean owningSessionOnly)
           
MinaHTWorkItemHandler(KnowledgeRuntime session, OnErrorAction action)
           
MinaHTWorkItemHandler(String connectorName, TaskService client, KnowledgeRuntime session, OnErrorAction action)
           
MinaHTWorkItemHandler(String connectorName, TaskService client, KnowledgeRuntime session, OnErrorAction action, ClassLoader classLoader)
           
MinaHTWorkItemHandler(TaskService client, KnowledgeRuntime session)
           
MinaHTWorkItemHandler(TaskService client, KnowledgeRuntime session, boolean owningSessionOnly)
           
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)
          Deprecated.  
CommandBasedHornetQWSHumanTaskHandler(KnowledgeRuntime session, boolean ownerSessionOnly)
          Deprecated.  
 

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.addDynamicSubProcess(ProcessInstance processInstance, KnowledgeRuntime ksession, String processId, Map<String,Object> parameters)
           
static void DynamicUtils.addDynamicWorkItem(DynamicNodeInstance dynamicContext, KnowledgeRuntime ksession, String workItemName, Map<String,Object> parameters)
           
static void DynamicUtils.addDynamicWorkItem(ProcessInstance dynamicProcessInstance, KnowledgeRuntime ksession, String workItemName, Map<String,Object> parameters)
           
static void DynamicUtils.internalAddDynamicSubProcess(WorkflowProcessInstance processInstance, DynamicNodeInstance dynamicContext, KnowledgeRuntime ksession, String processId, Map<String,Object> parameters)
           
 



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