org.camunda.bpm.engine.impl.scripting
Class VariableScopeResolver

java.lang.Object
  extended by 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

Field Summary
protected  VariableScope variableScope
           
protected  String variableScopeKey
           
 
Constructor Summary
VariableScopeResolver(VariableScope variableScope)
           
 
Method Summary
 boolean containsKey(Object key)
           
 Object get(Object key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

variableScope

protected VariableScope variableScope

variableScopeKey

protected String variableScopeKey
Constructor Detail

VariableScopeResolver

public VariableScopeResolver(VariableScope variableScope)
Method Detail

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.