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