Uses of Class
org.camunda.bpm.engine.impl.pvm.runtime.ScopeInstantiationContext
-
Packages that use ScopeInstantiationContext Package Description org.camunda.bpm.engine.impl.pvm.runtime -
-
Uses of ScopeInstantiationContext in org.camunda.bpm.engine.impl.pvm.runtime
Fields in org.camunda.bpm.engine.impl.pvm.runtime declared as ScopeInstantiationContext Modifier and Type Field Description protected ScopeInstantiationContext
PvmExecutionImpl. scopeInstantiationContext
Methods in org.camunda.bpm.engine.impl.pvm.runtime that return ScopeInstantiationContext Modifier and Type Method Description ScopeInstantiationContext
PvmExecutionImpl. getScopeInstantiationContext()
Methods in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type ScopeInstantiationContext Modifier and Type Method Description void
PvmExecutionImpl. setStartContext(ScopeInstantiationContext startContext)
-