org.camunda.bpm.engine.impl.scripting
Class VariableScopeResolver
java.lang.Object
org.camunda.bpm.engine.impl.scripting.VariableScopeResolver
- All Implemented Interfaces:
- Resolver
public class VariableScopeResolver
- extends Object
- implements Resolver
Bindings implementation using an ExecutionImpl as 'back-end'.
- Author:
- Tom Baeyens, Joram Barrez
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
variableScope
protected VariableScope variableScope
variableScopeKey
protected String variableScopeKey
VariableScopeResolver
public VariableScopeResolver(VariableScope variableScope)
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKey in interface Resolver
get
public Object get(Object key)
- Specified by:
get in interface Resolver
Copyright © 2014 camunda services GmbH. All Rights Reserved.