public class ProcessContext extends Object implements org.kie.api.runtime.process.ProcessContext
Constructor and Description |
---|
ProcessContext(org.kie.api.runtime.KieRuntime kruntime) |
Modifier and Type | Method and Description |
---|---|
org.kie.api.runtime.KieRuntime |
getKieRuntime() |
org.kie.api.runtime.KieRuntime |
getKnowledgeRuntime() |
org.slf4j.Logger |
getLogger() |
org.kie.api.runtime.process.NodeInstance |
getNodeInstance() |
org.kie.api.runtime.process.ProcessInstance |
getProcessInstance() |
Object |
getVariable(String variableName) |
void |
setNodeInstance(org.kie.api.runtime.process.NodeInstance nodeInstance) |
void |
setProcessInstance(org.kie.api.runtime.process.ProcessInstance processInstance) |
void |
setVariable(String variableName,
Object value) |
public org.kie.api.runtime.process.ProcessInstance getProcessInstance()
getProcessInstance
in interface org.kie.api.runtime.process.ProcessContext
public void setProcessInstance(org.kie.api.runtime.process.ProcessInstance processInstance)
public org.kie.api.runtime.process.NodeInstance getNodeInstance()
getNodeInstance
in interface org.kie.api.runtime.process.ProcessContext
public void setNodeInstance(org.kie.api.runtime.process.NodeInstance nodeInstance)
public Object getVariable(String variableName)
getVariable
in interface org.kie.api.runtime.process.ProcessContext
public void setVariable(String variableName, Object value)
setVariable
in interface org.kie.api.runtime.process.ProcessContext
public org.kie.api.runtime.KieRuntime getKieRuntime()
getKieRuntime
in interface org.kie.api.runtime.KieContext
public org.kie.api.runtime.KieRuntime getKnowledgeRuntime()
getKnowledgeRuntime
in interface org.kie.api.runtime.KieContext
public org.slf4j.Logger getLogger()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.