jBPM distribution 6.0.0.CR4

Uses of Interface
org.kie.api.runtime.KieRuntime

Packages that use KieRuntime
org.jbpm.kie.services.impl.event.listeners   
org.jbpm.process   
org.jbpm.process.instance.event.listeners   
org.jbpm.workflow.instance   
org.jbpm.workflow.instance.node   
org.kie.api.event Drools has a comprehensive event api for all parts of the platform. 
org.kie.api.runtime The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. 
 

Uses of KieRuntime in org.jbpm.kie.services.impl.event.listeners
 

Methods in org.jbpm.kie.services.impl.event.listeners with parameters of type KieRuntime
protected  FactHandle CDIRuleAwareProcessEventListener.getProcessInstanceFactHandle(Long processInstanceId, KieRuntime kruntime)
           
 

Uses of KieRuntime in org.jbpm.process
 

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

Uses of KieRuntime in org.jbpm.process.instance.event.listeners
 

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

Uses of KieRuntime in org.jbpm.workflow.instance
 

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

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

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

Uses of KieRuntime in org.kie.api.event
 

Methods in org.kie.api.event that return KieRuntime
 KieRuntime KieRuntimeEvent.getKieRuntime()
          The knowledge runtime that generated the event.
 

Uses of KieRuntime in org.kie.api.runtime
 

Subinterfaces of KieRuntime in org.kie.api.runtime
 interface KieSession
          KieSession is the most common way to interact with the engine.
 

Methods in org.kie.api.runtime that return KieRuntime
 KieRuntime KieContext.getKieRuntime()
           
 KieRuntime KieContext.getKnowledgeRuntime()
          Deprecated. 
 


jBPM distribution 6.0.0.CR4

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