Uses of Class
org.camunda.bpm.engine.impl.context.CoreExecutionContext
-
Packages that use CoreExecutionContext Package Description org.camunda.bpm.engine.impl.context -
-
Uses of CoreExecutionContext in org.camunda.bpm.engine.impl.context
Subclasses of CoreExecutionContext in org.camunda.bpm.engine.impl.context Modifier and Type Class Description classBpmnExecutionContextclassCaseExecutionContextclassExecutionContextDeprecated.since 7.2: useBpmnExecutionContextFields in org.camunda.bpm.engine.impl.context with type parameters of type CoreExecutionContext Modifier and Type Field Description protected static ThreadLocal<Deque<CoreExecutionContext<? extends CoreExecution>>>Context. executionContextStackThreadLocalMethods in org.camunda.bpm.engine.impl.context that return CoreExecutionContext Modifier and Type Method Description static CoreExecutionContext<? extends CoreExecution>Context. getCoreExecutionContext()
-