Class ProcessEngineContextImpl
- java.lang.Object
-
- org.camunda.bpm.engine.impl.context.ProcessEngineContextImpl
-
public class ProcessEngineContextImpl extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static ThreadLocal<Boolean>
commandContextNew
-
Constructor Summary
Constructors Constructor Description ProcessEngineContextImpl()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
clear()
static boolean
consume()
static boolean
get()
static void
set(boolean requiresNew)
-
-
-
Field Detail
-
commandContextNew
protected static ThreadLocal<Boolean> commandContextNew
-
-