org.drools.core.spi
Class ProcessContext
java.lang.Object
org.drools.core.spi.ProcessContext
- All Implemented Interfaces:
- org.kie.api.runtime.KieContext, org.kie.api.runtime.process.ProcessContext
public class ProcessContext
- extends Object
- implements org.kie.api.runtime.process.ProcessContext
|
Constructor Summary |
ProcessContext(org.kie.api.runtime.KieRuntime kruntime)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessContext
public ProcessContext(org.kie.api.runtime.KieRuntime kruntime)
getProcessInstance
public org.kie.api.runtime.process.ProcessInstance getProcessInstance()
- Specified by:
getProcessInstance in interface org.kie.api.runtime.process.ProcessContext
setProcessInstance
public void setProcessInstance(org.kie.api.runtime.process.ProcessInstance processInstance)
getNodeInstance
public org.kie.api.runtime.process.NodeInstance getNodeInstance()
- Specified by:
getNodeInstance in interface org.kie.api.runtime.process.ProcessContext
setNodeInstance
public void setNodeInstance(org.kie.api.runtime.process.NodeInstance nodeInstance)
getVariable
public Object getVariable(String variableName)
- Specified by:
getVariable in interface org.kie.api.runtime.process.ProcessContext
setVariable
public void setVariable(String variableName,
Object value)
- Specified by:
setVariable in interface org.kie.api.runtime.process.ProcessContext
getKieRuntime
public org.kie.api.runtime.KieRuntime getKieRuntime()
- Specified by:
getKieRuntime in interface org.kie.api.runtime.KieContext
getKnowledgeRuntime
public org.kie.api.runtime.KieRuntime getKnowledgeRuntime()
- Specified by:
getKnowledgeRuntime in interface org.kie.api.runtime.KieContext
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.