Uses of Class
org.camunda.bpm.engine.impl.el.StartProcessVariableScope
-
Packages that use StartProcessVariableScope Package Description org.camunda.bpm.engine.impl.el -
-
Uses of StartProcessVariableScope in org.camunda.bpm.engine.impl.el
Methods in org.camunda.bpm.engine.impl.el that return StartProcessVariableScope Modifier and Type Method Description static StartProcessVariableScope
StartProcessVariableScope. getSharedInstance()
Since aStartProcessVariableScope
has no state, it's safe to use the same instance to prevent too many useless instances created.
-