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