Uses of Class
org.camunda.bpm.engine.impl.pvm.runtime.ExecutionStartContext
-
Packages that use ExecutionStartContext Package Description org.camunda.bpm.engine.impl.pvm.runtime -
-
Uses of ExecutionStartContext in org.camunda.bpm.engine.impl.pvm.runtime
Subclasses of ExecutionStartContext in org.camunda.bpm.engine.impl.pvm.runtime Modifier and Type Class Description class
ProcessInstanceStartContext
Callback for being notified when a model instance has started.Fields in org.camunda.bpm.engine.impl.pvm.runtime declared as ExecutionStartContext Modifier and Type Field Description protected ExecutionStartContext
PvmExecutionImpl. startContext
Methods in org.camunda.bpm.engine.impl.pvm.runtime that return ExecutionStartContext Modifier and Type Method Description ExecutionStartContext
PvmExecutionImpl. getExecutionStartContext()
Methods in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type ExecutionStartContext Modifier and Type Method Description void
PvmExecutionImpl. setStartContext(ExecutionStartContext startContext)
-