org.camunda.bpm.engine.impl.dmn.invocation
Class VariableScopeContext

java.lang.Object
  extended by org.camunda.bpm.engine.impl.dmn.invocation.VariableScopeContext
All Implemented Interfaces:
org.camunda.bpm.engine.variable.context.VariableContext

public class VariableScopeContext
extends Object
implements org.camunda.bpm.engine.variable.context.VariableContext

Implementation of the VariableContext interface backed by a VariableScope.

Author:
Daniel Meyer

Field Summary
protected  VariableScope variableScope
           
 
Constructor Summary
VariableScopeContext(VariableScope variableScope)
           
 
Method Summary
 boolean containsVariable(String variableName)
           
 Set<String> keySet()
           
 org.camunda.bpm.engine.variable.value.TypedValue resolve(String variableName)
           
static VariableScopeContext wrap(VariableScope variableScope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

variableScope

protected final VariableScope variableScope
Constructor Detail

VariableScopeContext

public VariableScopeContext(VariableScope variableScope)
Method Detail

resolve

public org.camunda.bpm.engine.variable.value.TypedValue resolve(String variableName)
Specified by:
resolve in interface org.camunda.bpm.engine.variable.context.VariableContext

containsVariable

public boolean containsVariable(String variableName)
Specified by:
containsVariable in interface org.camunda.bpm.engine.variable.context.VariableContext

keySet

public Set<String> keySet()
Specified by:
keySet in interface org.camunda.bpm.engine.variable.context.VariableContext

wrap

public static VariableScopeContext wrap(VariableScope variableScope)


Copyright © 2016 camunda services GmbH. All rights reserved.