Class VariableScopeElResolver

java.lang.Object
ELResolver
org.camunda.bpm.engine.impl.el.VariableScopeElResolver

public class VariableScopeElResolver extends ELResolver
Implementation of an ELResolver that resolves expressions with the process variables of a given VariableScope as context.
Also exposes the currently logged in username to be used in expressions (if any)
Author:
Joram Barrez, Frederik Heremans