org.activiti.engine.impl.scripting
类 VariableScopeResolver

java.lang.Object
  继承者 org.activiti.engine.impl.scripting.VariableScopeResolver
所有已实现的接口:
Resolver

public class VariableScopeResolver
extends Object
implements Resolver

Bindings implementation using an ExecutionImpl as 'back-end'.

作者:
Tom Baeyens, Joram Barrez

字段摘要
protected  VariableScope variableScope
           
protected  String variableScopeKey
           
 
构造方法摘要
VariableScopeResolver(VariableScope variableScope)
           
 
方法摘要
 boolean containsKey(Object key)
           
 Object get(Object key)
           
 
从类 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)
指定者:
接口 Resolver 中的 containsKey

get

public Object get(Object key)
指定者:
接口 Resolver 中的 get


Copyright © 2013 Alfresco. All rights reserved.