Package org.jbpm.process.instance.impl
Class EmtpyKogitoProcessContext
java.lang.Object
org.jbpm.process.instance.impl.EmtpyKogitoProcessContext
- All Implemented Interfaces:
KogitoProcessContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.kie.api.runtime.KieRuntimegetVariable(String variableName) voidsetVariable(String variableName, Object value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kie.kogito.internal.process.runtime.KogitoProcessContext
getHeaders
-
Constructor Details
-
EmtpyKogitoProcessContext
-
-
Method Details
-
getProcessInstance
- Specified by:
getProcessInstancein interfaceKogitoProcessContext
-
getNodeInstance
- Specified by:
getNodeInstancein interfaceKogitoProcessContext
-
getVariable
- Specified by:
getVariablein interfaceKogitoProcessContext
-
setVariable
- Specified by:
setVariablein interfaceKogitoProcessContext
-
getKieRuntime
public org.kie.api.runtime.KieRuntime getKieRuntime()- Specified by:
getKieRuntimein interfaceKogitoProcessContext
-
getKogitoProcessRuntime
- Specified by:
getKogitoProcessRuntimein interfaceKogitoProcessContext
-
getContextData
- Specified by:
getContextDatain interfaceKogitoProcessContext
-