Class VariableScopeLocalAdapter

java.lang.Object
org.camunda.bpm.engine.impl.core.variable.scope.VariableScopeLocalAdapter
All Implemented Interfaces:
VariableScope

public class VariableScopeLocalAdapter extends Object implements VariableScope
Wraps a variable scope as if it has no parent such that it is reduced to its local variables. For example getVariable(String) simply delegates to getVariableLocal(String).
Author:
Thorben Lindhauer