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 voidclear()static booleanconsume()static booleanget()static voidset(boolean requiresNew)
-
-
-
Field Detail
-
commandContextNew
protected static ThreadLocal<Boolean> commandContextNew
-
-