|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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.workitem.wsht |
---|
Constructors in org.jbpm.process.workitem.wsht with parameters of type KnowledgeRuntime | |
---|---|
AsyncWSHumanTaskHandler(AsyncTaskService client,
KnowledgeRuntime session)
|
|
CommandBasedWSHumanTaskHandler(KnowledgeRuntime session)
|
|
CommandBasedWSThroughJMSHumanTaskHandler(KnowledgeRuntime session)
|
|
SyncWSHumanTaskHandler(TaskService client,
KnowledgeRuntime session)
|
|
WSHumanTaskHandler(KnowledgeRuntime session)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |